Re: Apps whitout nib
Re: Apps whitout nib
- Subject: Re: Apps whitout nib
- From: Wezzy <email@hidden>
- Date: Wed, 18 Feb 2004 12:45:50 +0100
Il giorno 17/feb/04, alle 12:05, j o a r ha scritto:
A couple of things to try out:
* Why do you set the "defer" parameter to "1" when it's really a BOOL?
i think that they are the same thing YES = 1 NO = 0. is This a wrong
idea?
* Try to set "defer" to NO
i've tried but program crashes.
* Why do you set the button to be the content view of the window? Try
not to do that (you can still set it to completely fill the content
view of the window).
Well i do it only to write some few line of code. There are not any
special reason.
* Try to use regular "makeKeyAndOrderFront:" instead of immediately
use "runModal...", at least while troubleshooting.
Ok.
* You need to run the run loop at some point, else things will not
work as they should. Read the documentation and the list archives!
i don't understand, what i have to start toghether with the run loop ?
Thanks for you help
Wezzy
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.