Has anybody any experience on MacOs screensavers?
Monkey Forums/Monkey Programming/Has anybody any experience on MacOs screensavers?
| ||
One of my clients is asking me to make a screensaver version of one App, for MacOs. Can this be done with Monkey? Does anybody have any experience on this area? |
| ||
You probably need to make some native calls as a 'wrapper' to launch a Monkey app. |
| ||
mmmm ok... I hate to mess with XCode... If anyone has more detailed info on how/if this could be done |
| ||
I think you should probably search for Mac coding sites that show how to do it. You'll have to do whatever they do anyway. Monkey would just be rendering the image. Actually a quick check indicates that XCode has a default screensaver project. So maybe you just need to figure out how to get mojo running in the window of that. |
| ||
[double post deleted] |