Re: [PHP-OBJC] failed to import
[email protected] (Adam Jacob Muller) Sun, 4 Nov 2007 15:56:45 -0500
| Newsgroups | php.objc |
|---|---|
| Message-ID | <[email protected]> |
On Nov 4, 2007, at 3:49 PM, Wez Furlong wrote: > On Nov 4, 2007, at 3:43 PM, Adam Jacob Muller wrote: > >> Plugging around a bit the converter sample does work now. >> >> make-bundle needs some cleanup :) and some error checking, doing >> that now, shall send some diffs over later > > It runs fine if you turn off E_NOTICE ;-) > I usually run with E_NOTICE+E_STRICT :) (no, really, I do, its an OCD for me to remove all warnings/notices/(most E_STRICT) from my code). >> Also, im not really used to interface builder that much, how in the >> interface do you bind the "Convert" button to the >> "ConverterController::convert_" method? I see the binding in the >> interface but i'm unable to change it or modify it. Though I can >> readily delete it. > > You define outlets and actions on the controller class, and then you > can CTRL-drag from the button to the controller and bind it to the > action. > > This page from the perl version should be largely relevant: > http://camelbones.sourceforge.net/documentation/getstarted/events.html > That is perfectly what I needed, I futzed with it for 15m and didn't figure it out :) Apple usually does better with GUI design. > --Wez. -Adam