[mono-android] Run on device

2012-11-07 Thread JM_SH
Hello all, First of all, I am very new in mono android, and my doubt is related to it :). I have made a simple program and now I want to run it on my device (samsung galaxy I9000). I don´t have the license and my intemption is not to deploy, I want to run the application. I have activated the devel

Re: [mono-android] Run on device

2012-11-07 Thread JM_SH
Hello, First of all, thank you for your response. Is there any file in the project`s folder that I could copy and paste in my device and see the application running. If there is it, where I should paste it?. Thank`s in advance. regards -- View this message in context: http://mono-for-android.1

[mono-android] Reproduce audio file (mp3)

2012-11-15 Thread JM_SH
Hello all, I have a new issue, I want to reproduce an audio file (mp3), and i need to do it when a button is clicked. I have been researching in the mediaplayer class, but I am not able to get any results good. I think i fail passing the url. The audio file is in the Resources foulder. Thanks in a

Re: [mono-android] Reproduce audio file (mp3)

2012-11-15 Thread JM_SH
Hi Jon, Thanks for your answer, I have one more issue, how i set the build action to androidresource??. Thank you again. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Reproduce-audio-file-mp3-tp5712388p5712391.html Sent from the Mono for Android mailing list arc

Re: [mono-android] Reproduce audio file (mp3)

2012-11-16 Thread JM_SH
Hi again, I still haven´t get the trouble fixed. I have read the articles you suggested me, I think that the resource (the mp3 file) is accesible in the activity.cs, I have it in the designer with its ID and I can access to it. I have test both, the working audio example solution, in which it use a

Re: [mono-android] Reproduce audio file (mp3)

2012-11-17 Thread JM_SH
Hello Jon, PruebaAudio2.rar That is my project, it is done in vs2012, I have been testing with diferents filePaths, because whe I use that way i get an exception of file not found, and I don´t know how to put the url f

Re: [mono-android] Reproduce audio file (mp3)

2012-11-19 Thread JM_SH
Hello again Jon. Could you test the project I posted?, Do you need something more?. I can paste the code. Thank you again. Regards. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Reproduce-audio-file-mp3-tp5712388p5712426.html Sent from the Mono for Android maili

Re: [mono-android] Reproduce audio file (mp3)

2012-11-20 Thread JM_SH
Hello Jon, Thank you very much for yout help!. I have succeed in reproducing my file with your ads. Regards, Juan. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Reproduce-audio-file-mp3-tp5712388p5712442.html Sent from the Mono for Android mailing list archive a

[mono-android] Updating textview from a thread

2012-11-24 Thread JM_SH
Hi all again, I keep on my training over mono and I have a new issue. I need to update the text within a textview from a thread. In .net I woul do a delegate, and i woul use the Invoke method, but here i can´t use that way, i have been looking but I did´t get the way. Can anyone help me. Thanks in

[mono-android] use xmldocument.load() for a local resource

2012-11-27 Thread JM_SH
Hi all, I have a new issue. In my project I have to use an xml file. For that reason I created a subfolder into the resources one, and it`s name is xml. After that, in my projecto, I use the xmldocument method in this way: xmlDocument xDoc = new xmlDocument(); xDoc.Load("Data.xml"); But it crashe

Re: [mono-android] Updating textview from a thread

2012-11-27 Thread JM_SH
Hello. I will try your answer wilson. One thing I think is that it crashes because I was calling the runonuithread inside of the thread method. Maybe writting it out will run. I will post my succeess or fail :). Thanks! -- View this message in context: http://mono-for-android.1047100.n5.nabbl

Re: [mono-android] use xmldocument.load() for a local resource

2012-11-29 Thread JM_SH
Hello, I have got it by using a streamReader and indicating the correct url of my file after trying a lot of combinations... However I will try your ad Jon, it`s quite simple too. Thanks for your ads. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/use-xmldocument