Re: [mono-android] Bug with facebook application?

2012-05-31 Thread michelw
i'm now on 4.2, and the problem is the same, when i choose facebook he just put the link, no the text.. but i change something on website, and he get my tags :) I've a last question about this.. it is possible to personalize the dialog with axml layout? Le 28/05/2012 11:42, Atsushi Eno a écr

[mono-android] Draw text with OpenTK

2012-05-31 Thread dmitry_davidov
Hi. I'm trying to do something like Google Maps =) using Mono and OpenTK. No i'm using "pure" generated font textures and stretching them on quads. May be there is some easier way to draw text in OpenTK? Thank You) -- View this message in context: http://mono-for-android.1047100.n5.nabble.c

Re: [mono-android] Sending object between activities

2012-05-31 Thread martze
You can use a static Singleton Object to store your Objects in. Did you try with parcelable or serializable? Can you provide us with some code? It would be way easier to find the error then. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Sending-object-between-ac

Re: [mono-android] Sending object between activities

2012-05-31 Thread blorecrafter
Hi You can use json serialization and attach the resulting string as Intent Extras. For this you need to decorate the Class you want to serialize with [DataContract] attribute and Class Fields with [DataMember]. On the receiving activity you can again use json deserialization to construct the obje

[mono-android] Install location with monodevelop

2012-05-31 Thread keith
I am using monodevelop(3.0.2) on a mac, and Mono for Android: 4.2.2.134493563. I have set my target api level to 8, my minimum api level to 7, checked "deploy to external storage" and ensured that install location drop down is set to preferexternal. When run on device direct from monodevelop in

[mono-android] how to refresh sdcard when i create a folder, add a pic

2012-05-31 Thread michelw
Hello, I search all this day to add a picture into sdcard, and i don't undestand how to refresh folder for android system. When i create a folder, or i download a pic, the folder / file is on the sdcard. The problem, i must reboot my device to see the new folder / file. I see i can : - Forc

Re: [mono-android] how to refresh sdcard when i create a folder, add a pic

2012-05-31 Thread Jonathan Pryor
On May 31, 2012, at 11:21 AM, michelw wrote: > I search all this day to add a picture into sdcard, and i don't undestand how > to refresh folder for android system. How are you listing the file contents? As far as I know, System.IO.Directory.GetFiles() should work and return added files; if this

Re: [mono-android] Installation fails on Windows 7

2012-05-31 Thread boldt
Hi I'm not able to pass the chapta, so would be grateful if someone would mail the instructions to me at nielsboldt ad gmail com Also wondering why the installation instructions can't be posted here :-) Thanks Niels -- View this message in context: http://mono-for-android.1047100.n5.nabble.com

Re: [mono-android] install into the emulator

2012-05-31 Thread Igor Russkih
I have the same issue (MonoDevelop 3.0). It is quite random, and although the logs says "Installation successful", MD still writes "install failed". This often happens when deploying application itself - the only workaround is to click and click "Run" multiple times. Quite annoying. It seems MD