Re: [PHP-OBJC] failed to import

[email protected] (Wez Furlong) Sun, 4 Nov 2007 15:49:32 -0500
Newsgroups php.objc
Message-ID <[email protected]>
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 ;-)

> 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

--Wez.