OMGŠ I read all that drunk by sleep as being monotouch list sorry :/

 

From:  Karl Heinz Brehme Arredondo <k...@e-magesolutions.com>
Date:  Fri, 26 Aug 2011 23:58:38 -0300
To:  "monodroid@lists.ximian.com" <monodroid@lists.ximian.com>
Subject:  Re: [mono-android] Adding an Audio file

I forgot an important step heheŠŠ

After you create the outlet name buttonOK and the action name
buttonOK_Click, you must connect the outlet name to the button and the
action name to the button tooŠ. Selecting the event Touch Up Inside, that is
like on click on windows if you came from windows like me.

I recommend search on google/bing about "connect outlet". And I recommend
mostly to buy books about monotouch on amazon, one of them has kindle
edition, so buy and read from mac or ipad or iphone. The other new and good
book unfortunately hasn't kindle edition yet.

Karl

From:  Karl Heinz Brehme Arredondo <k...@e-magesolutions.com>
Date:  Fri, 26 Aug 2011 23:52:35 -0300
To:  "monodroid@lists.ximian.com" <monodroid@lists.ximian.com>
Subject:  Re: [mono-android] Adding an Audio file

If you create a button a name it as buttonOK on the outlet. If you then
select actions, in the same "combo" where outlet appeat, so you can create
then a buttonOK_Click, or whatever.

Then if you save it on interface builder, and return to MonoDevelop (if it's
Xcode 3) so MonoDevelop will create code on YourFile.cs.designer to
handle/register both buttonOK and buttonOK_Click.

Then on YourFile.cs you can type partial void buttonOK_Click and
MonoDevelope will show you a list of methods that could be used and will
type the sentence for you if you like.

So inside of it, as on .NET windows programing you'll put the action for
your button.

Karl

From:  shaked949 <shaked...@walla.co.il>
Reply-To:  "monodroid@lists.ximian.com" <monodroid@lists.ximian.com>
Date:  Fri, 26 Aug 2011 16:10:21 -0700 (PDT)
To:  "monodroid@lists.ximian.com" <monodroid@lists.ximian.com>
Subject:  Re: [mono-android] Adding an Audio file

Thank you so much jon !! :)

I have another problem...if you can reply me I will be thank :)

I know how to create button ..
but I don't know How to set an actions after the button is selected...
if you have some links with methods.. (like when I press the button , new
"page" is opened..or when i press the button ...the user can fill in details
about him.. )

(I'm sorry if my english is'nt pretty good :\ )

thank you :)

--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Adding-an-Audio-file-tp4723797
p4739929.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid



_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to