[MEET] (Sydney/Australia) CocoaHeads/NSCoder Sydney - November 5th - Mac/iPhone hack night

2009-10-29 Thread Mark Aufflick
leaming pile of laptops will surely guide you, else call me on my mobile: 0438 700 647. The Australian CocoaHeads mailing list is at http://groups.google.com/group/cocoaheadsau -- Mark Aufflick contact info at http://mark.aufflick.com/about/contact ___

[MEET] (Sydney/Australia) CHANGE OF VENUE - CocoaHeads/NSCoder Sydney - November 5th - Mac/iPhone hack night

2009-11-02 Thread Mark Aufflick
hnear=Reservoir+St+&ll=-33.881267,151.210131&spn=0.001338,0.00284&z=19&layer=c&cbll=-33.88108,151.210144&panoid=zF0zPjRtt1075goKl2Aq1A&cbp=12,301.66,,0,-7.26> See you there! Mark. On Fri, Oct 30, 2009 at 12:38 PM, Mark Aufflick wrote: > First Thursday of the mon

Re: [MEET] (Sydney/Australia) CHANGE OF VENUE - CocoaHeads/NSCoder Sydney - November 5th - Mac/iPhone hack night

2009-11-02 Thread Mark Aufflick
Typo - It's this Thursday Nov 5th, not Friday. On Tue, Nov 3, 2009 at 1:49 PM, Mark Aufflick wrote: > Hi All, > > The kind people at Snepo are letting us use their offices for our hack > night this Friday, including Wifi and a fridge (fridge contents not included > I&#x

Invalid exception being thrown: CIUnsharpMask is not kvc for the key inputIntensity - except that it is

2010-06-08 Thread Mark Aufflick
uot;]. I feel like I've tried everything including rebuilding a brand new xib from scratch with nothing but a single text field. A fresh idea would be welcomed! Cheers, Mark. -- Mark Aufflick http://mark.aufflick.com/about/contact ___ Cocoa-dev mail

Re: Invalid exception being thrown: CIUnsharpMask is not kvc for the key inputIntensity - except that it is

2010-06-09 Thread Mark Aufflick
ut that will have to wait for tomorrow. It is very vexing! Mark. On Wed, Jun 9, 2010 at 4:01 PM, Stephen J. Butler wrote: > On Wed, Jun 9, 2010 at 12:35 AM, Mark Aufflick > wrote: >>        *** Terminating app due to uncaught exception >> 'NSUnknownKeyException', rea

Re: Invalid exception being thrown: CIUnsharpMask is not kvc for the key inputIntensity - except that it is

2010-06-10 Thread Mark Aufflick
s point I'm thinking of starting a new project and importing my code in a bit at a time to find the culprit... On Thu, Jun 10, 2010 at 3:33 AM, Stephen J. Butler wrote: > On Wed, Jun 9, 2010 at 3:50 AM, Mark Aufflick wrote: >> So I did an experiment with your simple sample proje

[ANN] Swipe Conference Australia, September 2011

2011-04-14 Thread Mark Aufflick
developers of iOS apps including Consume, Phases and Beats. Bjango's iStat Mac apps and widgets have been downloaded over 25 million times, making them the most successful Mac Widget developer in the world. - The Swipe Team Jake MacMullin Sean Woodhouse Mark Aufflick PS: If you're interest

[MEET] [Sydney] December CocoaHeads - Christmas drinks and Push notifications

2009-11-29 Thread Mark Aufflick
for organising the room as always. A gleaming pile of laptops will surely guide you, else call me on my mobile: 0438 700 647. CocoaHeads AU mailing list: http://groups.google.com/group/cocoaheadsau -- Mark Aufflick  contact info at http://mark.aufflick.co

Planning iOS Training in Australia - Your help required!

2010-08-14 Thread Mark Aufflick
please get in contact with me. Cheers, Mark. -- Mark Aufflick   http://pumptheory.com/about ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa

Re: Harnessing Perl Scripts within a Project

2012-11-06 Thread Mark Aufflick
27;re going to want that to become a productive Cocoa developer anyway). Take a look at perlcall and perlembed http://perldoc.perl.org/perlcall.html http://perldoc.perl.org/perlembed.html and feel free to ping me with any questions. -- Mark Aufflick http://mark.aufflick.com/about/contact htt

Re: CALayer still has no constraints on iOS

2012-11-06 Thread Mark Aufflick
And not even custom layout managers. I can imagine not having wanted to support the constraint layout originally for performance reasons, but custom layout managers are going to be exactly the same overhead as fully custom code, but nicely abstracted and consistent. -- Mark Aufflick http

[MEET] Sydney (Australia) - CocoaHeads February 5th

2009-01-26 Thread Mark Aufflick
tc. https://spreadsheets.google.com/viewform?key=pSro-pQGhJ38Fd8Z0bbzoLw Cheers, Mark. -- Mark Aufflick contact info at http://mark.aufflick.com/about/contact ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comme

[MEET] CocoaHeads Sydney This Thursday

2009-03-02 Thread Mark Aufflick
don't quote me on that. http://www.uts.edu.au/about/mapsdirections/bway.html If you get lost you can call me on 0438 700 647 Hope to see you on Thursday! Mark. -- Mark Aufflick contact info at http://mark.aufflick.com/about/contact ___ Cocoa-d

GC app not releasing memory until click, even if I send

2008-10-24 Thread Mark Aufflick
it down to 14Mb immediately. Mark. -- Mark Aufflick contact info at http://mark.aufflick.com/about/contact ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the mod

Re: GC app not releasing memory until click, even if I send

2008-10-24 Thread Mark Aufflick
eived in the run loop (evidenced by an NSLog in sendEvent). Thanks so much for your help - I would have beaten release pools to death before I looked at NSGarbageCollector... Mark. On Sat, Oct 25, 2008 at 3:21 PM, Bill Bumgarner <[EMAIL PROTECTED]> wrote: > On Oct 24, 2008, at 8:52 PM,

How to tell if app launched via login item (versus manual launch)

2008-11-25 Thread Mark Aufflick
'm hoping there is a standard non-fragile way of doing it? Cheers, Mark. -- Mark Aufflick contact info at http://mark.aufflick.com/about/contact ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moder

Re: How to tell if app launched via login item (versus manual launch)

2008-11-26 Thread Mark Aufflick
2008 at 6:33 PM, Ken Thomases <[EMAIL PROTECTED]> wrote: > On Nov 26, 2008, at 12:38 AM, Mark Aufflick wrote: > >> I'm wondering if it's possible to tell if my application was launched >> normally by the user, or if it was launched by virtue of being in the >&g

[MEET] Cocoa Heads Sydney - Inaugural Christmas Drinks - Wednesday 17th at 6:30 pm

2008-12-03 Thread Mark Aufflick
call me on my mobile: 0438 700 647. The Sydney CocoHeads mailing list/google group/calendar etc. is at http://groups.google.com/group/sydney-cocoaheads Hope to see you there! Cheers, Mark. -- Mark Aufflick contact info at http://mark.aufflick.com/about/contact