If you are started learning Obj-C, i recommend to check out CoGe source, hopefully you will find some interesting and usefull code block: http://code.google.com/p/coge/
On Sep 20, 2010, at 10:20 PM, MrEmpty wrote: > Hello. > > Yes, that worked :-). Knowing this has opened up a lot of potential for me. > I'm learning Obj-C currently for the iPhone (game to be released soon) but > Quartz, for some things at least, is just so much faster. > > > Thank you. > > On 20 Sep 2010, at 18:07, Roger Jones <[email protected]> wrote: > >> Does that work now, it was broken for a long time. >> >> The example below sets event forwarding in code with: >> [visView setEventForwardingMask: NSAnyEventMask]; >> >> So i think it must be something else. >> >> roger jones >> >> >> On Sep 20, 2010, at 4:40 AM, Tamas Nagy wrote: >> >>> Open the project via Xcode, double-click on MainMenu.nib. Select the QCView >>> and check on the checkbox near Forward all events. >>> >>> Hope this helps. >>> >>> >>> On Sep 20, 2010, at 12:00 PM, MrEmpty wrote: >>> >>>> Hello. >>>> >>>> Thanks for the links, I've given them a try and although they work, they >>>> stop the interaction part of my comp working. Would it help if I post my >>>> composition? >>>> >>>> On 17 Sep 2010, at 18:08, Roger Jones <[email protected]> wrote: >>>> >>>>> Chris Wright has a simple xcode project for full screen here: >>>>> http://kineme.net/wiki/SimpleFullscreenQCApp >>>>> >>>>> Setting the "Application UI Presentation Mode" to "All Supressed" in the >>>>> info.plist hides the menubar and dock unless they are rolled over. >>>>> >>>>> Here's a fullscreen app I built based on the example above: >>>>> http://waternoose.com/site/download/ >>>>> >>>>> Roger Jones >>>>> >>>>> >>>>> >>>>> On Sep 17, 2010, at 6:59 AM, Andrew Larking wrote: >>>>> >>>>>> Hello. >>>>>> >>>>>> I've followed some tutorials that use XCode to make a Quartz Patch into >>>>>> a standalone Cocoa app, which is perfect. However, none of them involve >>>>>> running the final app in full screen. The standard CMD+F doesn't work >>>>>> on these examples. I wonder if anyone knows of a tutorial or example >>>>>> where a Quartz patch is taken via XCode and made standalone, but will >>>>>> accept fullscreen shortcuts or run fullscreen as default? >>>>>> >>>>>> Thank you. >>>>>> _______________________________________________ >>>>>> Do not post admin requests to the list. They will be ignored. >>>>>> Quartzcomposer-dev mailing list ([email protected]) >>>>>> Help/Unsubscribe/Update your Subscription: >>>>>> http://lists.apple.com/mailman/options/quartzcomposer-dev/rogerjones%40mac.com >>>>>> >>>>>> This email sent to [email protected] >>>>> >>>>> >>>> _______________________________________________ >>>> Do not post admin requests to the list. They will be ignored. >>>> Quartzcomposer-dev mailing list ([email protected]) >>>> Help/Unsubscribe/Update your Subscription: >>>> http://lists.apple.com/mailman/options/quartzcomposer-dev/tamas.lov.nagy%40gmail.com >>>> >>>> This email sent to [email protected] >>> >> >> > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Quartzcomposer-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/quartzcomposer-dev/tamas.lov.nagy%40gmail.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [email protected]

