Example code eyePhoto-Step8 & IB help needed

2011-12-20 Thread Eric Matecki
Hi, I'm new to IB. I'm trying to find by which magic "NSWindow * imageCaptureWindow;", member of "@interface Controller : NSWindowController", gets initialized by the following code : [NSBundle loadNibNamed: @"ImageCapture" owner: self]; This variable isn't initialized anywhere in the code, so

Re: presentingViewController docs patently false

2011-12-20 Thread Fritz Anderson
On 19 Dec 2011, at 8:04 PM, Matt Neuburg wrote: > Well, that's another thing - I haven't been able to summon the bugreporter > Web page in days. bugreport.apple.com? I filed yesterday morning (12/19, CST). — F ___ Cocoa-dev mailing list (Coc

Re: presentingViewController docs patently false

2011-12-20 Thread Kyle Sluder
On Dec 20, 2011, at 6:58 AM, Fritz Anderson wrote: > On 19 Dec 2011, at 8:04 PM, Matt Neuburg wrote: > >> Well, that's another thing - I haven't been able to summon the bugreporter >> Web page in days. > > bugreport.apple.com? I filed yesterday morning (12/19, CST). According to Twitter, it w

Re: Example code eyePhoto-Step8 & IB help needed

2011-12-20 Thread Laurent Daudelin
On Dec 20, 2011, at 06:03, Eric Matecki wrote: > Hi, > > I'm new to IB. > > I'm trying to find by which magic "NSWindow * imageCaptureWindow;", > member of "@interface Controller : NSWindowController", > gets initialized by the following code : > [NSBundle loadNibNamed: @"ImageCapture" owner: se

Gamekit - Scores not showing in sandbox

2011-12-20 Thread April
I have an iOS game I'm working on. It has leader boards and while I can get the information progamatically and it is correct, when I display the built in leader board view no scores are visible in the interface. If I back out of the board's view to see the list of boards it shows a ranking and

CoreData and 3 level Master/Detail tableView

2011-12-20 Thread gumboots
I apologize in advance for subjecting the list members to another CoreData model description. To ease the pain here is a screen shot of the datamodel. The plan is to build a 10.7, document based, CoreData app that stores,sorts and displays scores from clay target events around the country. It wi

CoreData and 3 level Master/Detail tableView

2011-12-20 Thread gumboots
I apologize in advance for subjecting the list members to another CoreData model description. To ease the pain here is a screen shot of the datamodel. http://codemuster.co.nz/images/datamodel.jpg The plan is to build a 10.7, document based, CoreData app that stores,sorts and displays scores fro

Carousel - like control for Mac OS

2011-12-20 Thread Nick
Hello I am wondering, if a component exists similar to this http://www.ajaxdaddy.com/demo-jquery-carousel.html for Mac OS. Basically, what I need is just "next" and "previous" buttons (and these images smoothly scrolled one image per "next" or "prev" button click). At the moment I am trying to im

Re: Carousel - like control for Mac OS

2011-12-20 Thread Tom Hohensee
Have a look at iCarousel. Has a port for iOS as well as Mac OS. This can be done with ImageKit in IB as well. Just disable the scroll view and setup forward and back buttons that call the image index (nextIndex, etc). See imageKit docs. Tom On Dec 20, 2011, at 3:00 PM, Nick wrote: > Hell

Account validation in CocoaTouch for the purchased app

2011-12-20 Thread Alexander Reichstadt
Hi, given an app is sold on iTunes, is there a way for that app to find out which email address was used for the iTunes account when it was purchased? Thanks Alex ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin reques

Lion: Batch close

2011-12-20 Thread Appa Rao Mulpuri
Hi, My application is crashing on Lion if user tries to close all open windows using Option key + Mouse click. Same is working in Leopard and Snow leopard. Is anything is changed related to Batch Close in Lion? Any work around for this? - Apparao This email and any attachments are confidential

Re: Carousel - like control for Mac OS

2011-12-20 Thread Nick
Thanks! 2011/12/20 Tom Hohensee : > Have a look at iCarousel.  Has a port for iOS as well as Mac OS. > > Tom > > On Dec 20, 2011, at 3:00 PM, Nick wrote: > > Hello > I am wondering, if a component exists similar to this > http://www.ajaxdaddy.com/demo-jquery-carousel.html > for Mac OS. > > Basical