Re: IB Bug? maybe?

2010-08-09 Thread Brian Postow
I created a minimal application that exhibits the problem: http://www.acordex.com/temp/scancontrolltest.zip thank you for anything you notice. Brian Postow Senior Software Engineer Acordex Imaging Systems ___ Cocoa-dev mailing list

Re: IB Bug? maybe?

2010-08-09 Thread Bill Monk
On Aug 9, 2010, at 2:03 PM, cocoa-dev-requ...@lists.apple.com wrote: I created a minimal application that exhibits the problem: http://www.acordex.com/temp/scancontrolltest.zip thank you for anything you notice. There's a warning on ScanController's -init: control reaches end of non-void

Re: IB Bug? maybe?

2010-08-09 Thread Brian Postow
On Aug 9, 2010, at 5:32 PM, Bill Monk wrote: On Aug 9, 2010, at 2:03 PM, cocoa-dev-requ...@lists.apple.com wrote: I created a minimal application that exhibits the problem: http://www.acordex.com/temp/scancontrolltest.zip thank you for anything you notice. There's a warning on

Re: IB Bug? maybe?

2010-08-09 Thread Brian Postow
On Aug 9, 2010, at 5:42 PM, Brian Postow wrote: Ok, the problem is in the top popup (auto, doublesided, single sided) If I delete that one, it works, if I leave it, it doesn't. Can anyone tell me what's different about that one? The solution seems to be to just delete and re-make that popup,

Re: IB Bug? maybe?

2010-08-09 Thread Bill Monk
Hmm, well, good things to do for sure, but I added [super init] and return self; to my scancontroller and it didn't help any. Um, those are required things. Note: This bug ONLY shows up on 10.5. the program runs fine on 10.6... Here, it crashes every few runs. Your AppController's

Re: IB Bug? maybe?

2010-08-09 Thread Brian Postow
On Aug 9, 2010, at 6:19 PM, Bill Monk wrote: Hmm, well, good things to do for sure, but I added [super init] and return self; to my scancontroller and it didn't help any. Um, those are required things. Note: This bug ONLY shows up on 10.5. the program runs fine on 10.6...

IB Bug? maybe?

2010-08-07 Thread Brian Postow
There doesn't seem to be a separate Interface Builder list, so hopefully someone here can help: I have a cocoa program that I have I am writing on a 10.6 system, but targeting to 10.5. On the 10.6 system, it works fine. However, when I run it on the 10.5 machine, I get: The sender of menu

Re: IB Bug? maybe?

2010-08-07 Thread Kyle Sluder
On Aug 7, 2010, at 10:19 AM, Brian Postow brian.pos...@acordex.com wrote: There doesn't seem to be a separate Interface Builder list, so hopefully someone here can help: Tools questions typically belong on xcode-users, but this looks like it might be a framework bug. I have a cocoa

Re: IB Bug? maybe?

2010-08-07 Thread Brian Postow
On Aug 7, 2010, at 1:31 PM, Kyle Sluder wrote: On Aug 7, 2010, at 10:19 AM, Brian Postow brian.pos...@acordex.com wrote: There doesn't seem to be a separate Interface Builder list, so hopefully someone here can help: Tools questions typically belong on xcode-users, but this looks like