About event handling
hi guys, first post here and first application for me.
if i'm posting in the wrong place, please let me know.
i'm coming from the .net framework programming stile, and i must admit, it is hard to understand how XCode and the developing tool work.
i'm looking around the web, searching for very basic "how to" topics, web pages and guides... i managed to create my helloword application and also i managed to call another window pushing a button. now i'm blocked trying to associate an event handler to the "tap" event of a button in the second window i called. it is a strange behavior... when i click the button with the delegate set, the application closes on the iphone simulator, but no error message is displayed... i'm a bit confused. i just want to link a function to the "pressbutton" event... it can't be so hard! :P
any help will be appreciated! thank you very much!
|