[mono-android] Missing Static Methods

2011-09-18 Thread riteshsahu
Hi, Looks like we've got more missing static methods. I can't find the parseColor method http://developer.android.com/reference/android/graphics/Color.html#parseColor(java.lang.String) in Mono for Android. Android.Graphics.Color doesn't seem to have the method. Is there some other way of accessing

Re: [mono-android] How to do OnSeekBarChangeListener?

2011-09-18 Thread andineupert
How do I have to use the interface? Define a new class, and implement the interface? This way it doesn't work: public class CustomSeekBarChangeListener : Activity, SeekBar.IOnSeekBarChangeListener { public CustomSeekBarChangeListener () { } public void OnProgressChanged (Seek

Re: [mono-android] cant get my head around progress bar

2011-09-18 Thread SRI
Hi, I am seeing two mails send with a message cut off and also gmail is hiding some of the text as showquoted test in one mail. I am not sure what is happening. If you are not seeing the full email message, please update and I will send again. Best Regard Sridharan Srinivasan Alias

Re: [mono-android] cant get my head around progress bar

2011-09-18 Thread SRI
Hi Problem 1 : Showing a Progress Bar I am doing everything programatically You can also use axml to do this. Declare the folowing globally in your activity. static bool showActivity =false; ProgressBar _activityIndicator; private static System.Tim

Re: [mono-android] cant get my head around progress bar

2011-09-18 Thread SRI
Hi Problem 1 : Showing a Progress Bar I am doing everything programatically You can also use axml to do this. Declare the folowing globally in your activity. static bool showActivity =false; ProgressBar _activityIndicator; private static Syst

Re: [mono-android] Database file onto Monodroid

2011-09-18 Thread SRI
Hi, Sorry for not reply earlier, since I was at a Lenovo Hackthon. The C: was a cut and paste error. You should use pathToSave = Environment.GetFolderPath(Environment.SpecialFolder.Personal) which will give you the /data/data/AndroidPackageName/ directory

Re: [mono-android] Database file onto Monodroid

2011-09-18 Thread SRI
Hi, Any way Jon has allready answered your question and i did not see it. Lack of sleep and too much good food (:-. Best Regards, Sridharan Srinivasan On Sun, Sep 18, 2011 at 6:55 PM, SRI wrote: > Hi, >          Sorry for not reply earlier, since I was at a Lenovo Hackthon. > >