[mono-android] Errors on the listview tutorial page - where to report them?

2012-02-19 Thread Paul Johnson
Hi, There are a number of errors on the Xamarin website for listview. Do they need to be reported via bugzilla or can I just put them here and hope they get picked up? As it stands, the page is OK, but the code examples are pretty useless. Paul ___

[mono-android] iOS and Android widget mapping question

2012-02-19 Thread Paul Johnson
Hi, Is there a list anywhere of which iOS widgets map to which Android widgets more or less? For example UITableView (iOS) is more or less ListView for Android. Thanks Paul ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMAT

Re: [mono-android] Build script on mac

2012-02-19 Thread Jonathan Pryor
On Feb 19, 2012, at 2:07 AM, Steven Pack wrote: > Where are all the targets defined? They're included within the .csproj, which means that I should have mentioned that you need to run xbuild on the .csproj. :-) This fails: xbuild YourSolution.sln /t:Install This _may_ fail: xb

Re: [mono-android] Newbie - confused on custom attribute vs AndroidManifest.xml and other things

2012-02-19 Thread Jonathan Pryor
On Feb 18, 2012, at 7:57 PM, tweaver60 wrote: > if I can use a combination of custom attributes, with adding my own items > into the AndroidManifest.xml file, such as receiver. You can, and in some instances, you must. The rule of thumb is that if the type is written in C# AND it is an Activity,

Re: [mono-android] iOS and Android widget mapping question

2012-02-19 Thread Miljenko Cvjetko
Hi On 2012.02.19 12:06, Paul Johnson wrote: Hi, Is there a list anywhere of which iOS widgets map to which Android widgets more or less? For example UITableView (iOS) is more or less ListView for Android. The one we started with is Craig Dunn's: http://conceptdev.blogspot.com/2011_03_01_arch

Re: [mono-android] Trendfftrtrtuy9811766443:43888770; ())(((,.~}~~#~<<<<~~~~~~~~~~<~~~~~~~~}~~}}}}}<##<##}}}}>>~.hahfjjwjf75)$;

2012-02-19 Thread Alex Soto
Yes i knew it ;) we have a smart kid =D Alex Enviado desde mi iPhone El 19/02/2012, a las 01:29 a.m., James Bentley escribió: Haha - My 4 year old managed to send this. > Date: Fri, 17 Feb 2012 14:45:06 + > From: sh...@xamarin.com > To: monodroid@lists.ximian.com > Subject: Re: [mono-and

Re: [mono-android] Trendfftrtrtuy9811766443:43888770; ())(((,.~}~~#~<<<<~~~~~~~~~~<~~~~~~~~}~~}}}}}<##<##}}}}>>~.hahfjjwjf75)$;

2012-02-19 Thread Benedikt Hübschen
It's brainfuck with some ignoreable syntax errors ;) yozora:Downloads systemiya$ mono BFdotNet.exe code.bf code.exe WARNING: The runtime version supported by this application is unavailable. Using default runtime: v2.0.50727 Translator warning: Unexpected character : '6' Unexpected character

[mono-android] ScrollWheel in C#?

2012-02-19 Thread Paul Johnson
Hi, Does anyone know if there is a monodroid port of this? http://code.google.com/p/android-wheel/source/browse /#svn%2Ftrunk%2Fwheel%2Fsrc%2Fkankan%2Fwheel%2Fwidget I really don't fancy porting almost 50K of Java to C# Paul ___ Monodroid mailing

Re: [mono-android] Newbie - confused on custom attribute vs AndroidManifest.xml and other things

2012-02-19 Thread tweaver60
Jon, Thank you s much for all the information - it makes complete sense - I'm rollin now!!! Cheers, Tim -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Newbie-confused-on-custom-attribute-vs-AndroidManifest-xml-and-other-things-tp5496165p5497283.html Sent fr

[mono-android] how to access an activity from broadcast receiver

2012-02-19 Thread tweaver60
I'm sure this is a beginner question, please bear with me: I'm trying to create an intent inside a broadcast receiver for an activity - can't seem to figure out how to access the class (does not compile), as they do in a sample Java app I'm looking at // Create an Intent to launc

Re: [mono-android] how to access an activity from broadcast receiver

2012-02-19 Thread Jonathan Pobst
Try: Java.Lang.Class.FromType (typeof (Activity1)) Jonathan On 2/19/2012 1:50 PM, tweaver60 wrote: I'm sure this is a beginner question, please bear with me: I'm trying to create an intent inside a broadcast receiver for an activity - can't seem to figure out how to access the class (does not

Re: [mono-android] how to access an activity from broadcast receiver

2012-02-19 Thread tweaver60
Bingo - thank you! -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/how-to-access-an-activity-from-broadcast-receiver-tp5497414p5497483.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid m

[mono-android] Won't re-innstall after uninstall

2012-02-19 Thread Triplany
Running Windows 7 x64, VS 2010, latest service packs etc.. I installed an ssd drive and wanted to change certain file locations so I uninstalled monodroid, monodevelop and a few other programs. Move what I need to around and everything works great. do to install monodroid and says it's already ins

[mono-android] Good format for android help-files

2012-02-19 Thread frankhevans
I wrote up a helpfile for my app, and I'd like to include a help file. 1. First I added the help file to my assets folder as an HTML file, but the embedded images didn't show (I included them in the assets folder as well, not sure why they didn't show) 2. Then I converted to PDF, and published a

[mono-android] Typical applications architecture that deal with data in online and offline situations

2012-02-19 Thread Andrea
Hello, I'm a old developer but newer in android and ios platform. I'd like to know if there is a simple workaround to realize an application which has to work with centralized data in a server but devices can be in offline situation. I thought to use sqlLite in the device and build some service (

Re: [mono-android] Typical applications architecture that deal with data in online and offline situations

2012-02-19 Thread Miljenko Cvjetko
Hi On 2012.02.19 19:12, Andrea wrote: Hello, I'm a old developer but newer in android and ios platform. I'd like to know if there is a simple workaround to realize an application which has to work with centralized data in a server but devices can be in offline situation. This is common scenari