Re: [mono-android] Serial Port for MODBUS/RS485

2012-11-18 Thread Igor Russkih
Daniele, It would be great if you could share the compiled binaries, otherwise it seems I'll do this again by myself ) BTW, does SerialPort.GetPortNames returns something meaningful on your devices? Igor On Wed, Nov 14, 2012 at 9:14 PM, poorsam wrote: > Hi > colud you please explain how did

Re: [mono-android] Messagebox

2012-11-18 Thread jheerman
Example implementing positive, negative, and neutral buttons on an alert dialog: https://gist.github.com/4107842 -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Messagebox-tp5712414p5712421.html Sent from the Mono for Android mailing list archive at Nabble.com. _

[mono-android] HorizontalScrollView

2012-11-18 Thread Bryan Hartman
Is there a way to have the HorizontalScrollView centered whenever OnResume is ran? I also need to disable onTouch events so I can have a single button control the sliding. Thanks in advance, Bryan ___ Monodroid mailing list Monodroid@lists.ximian.c

Re: [mono-android] GPS Location

2012-11-18 Thread Tom Opgenorth
You can also use DDMS to feed GPS coordinates to the emulator. On Sun, Nov 18, 2012 at 9:42 AM, jheerman wrote: > You can use the console to send a GPS fix to the emulator. The emulator > will > report the location to your apps. > > http://developer.android.com/tools/devices/emulator.html#geo

Re: [mono-android] GPS Location

2012-11-18 Thread jheerman
You can use the console to send a GPS fix to the emulator. The emulator will report the location to your apps. http://developer.android.com/tools/devices/emulator.html#geo -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/GPS-Location-tp5712415p5712418.html Sent f

Re: [mono-android] Closing a file after a crash

2012-11-18 Thread Paul Johnson
Hi Jon, I seem to have hit a snag. An app I'm working on for a bit of fun creates an XML file with bits of information in needed for the next time it's run. However, on a small number of phones, it dies leaving the file open. Is there a way I can check on the state of this file the next time