[mono-android] Alert Dialog in Activity Group

2011-09-09 Thread vsr28
Hi Guys, I want to have tabpanel for my application. I have achieved this by inheriting the class TabActivity. Now I want each sub-sequent activity should have the same tabpanel and from R & D, I came to know that this is possible by using ActivityGroup. I have followed below steps 1) Created t

[mono-android] Spinner control in Activity Group

2011-09-08 Thread vsr28
Hi Guys, I want to have tabpanel for my application. I have achieved this by inheriting the class TabActivity. Now I want each sub-sequent activity should have the same tabpanel and from R & D, I came to know that this is possible by using ActivityGroup. I have followed below steps 1) Created t

[mono-android] Error while copying SQLite database

2011-08-22 Thread vsr28
Hi Guys, I have SQLite DB of size around 10MB. I want to access this database in my monodroid application. To achieve this functionality I have followed following steps. 1) Put SQLite DB file in Asset folder. 2) Checked the existence of DB in device memory. 3) If DB is not present then copied DB

[mono-android] Search bar in monodroid

2011-08-17 Thread vsr28
Hi Guys... I have populated one Sectioned ListView which contains 14000 items(fetched from database). It is quite difficult to navigate through one by one. For which i want to give search textbox/bar at top so that user can have search result as soon as he/she type some alphabets. I have implemen

Re: [mono-android] Search bar in monodroid

2011-08-15 Thread vsr28
Hi Dan, As you told me that you have already ported SearchBar in Mono for Android. Requesting you to please share it with me as soon as possible. Thanks a lot for your kind attention. Regards S.Rahman -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Search-bar-in-

Re: [mono-android] Search bar in monodroid

2011-08-15 Thread vsr28
How can i use jquery to achieve this. Please guide me... -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Search-bar-in-monodroid-tp4693045p4700522.html Sent from the Mono for Android mailing list archive at Nabble.com. ___

[mono-android] Search bar in monodroid

2011-08-12 Thread vsr28
Hi Guys... I have populated one Sectioned ListView which contains 14000 items(fetched from database). It is quite difficult to navigate through one by one. For which i want to give search textbox/bar at top so that user can have search result as soon as he/she type some alphabets. Waiting for you

[mono-android] Disk Full error while copying DB to emulator

2011-08-11 Thread vsr28
Hi Guys I have created one sample application to fetch SQLite database records. It is working properly when database size is small. I kept SQLite database in Asset folder of Monodroid application and copying it to device and then tries to connect with it. This works fine with small database

Re: [mono-android] How to connect Sqlite Database with Monodroid?

2011-08-10 Thread vsr28
I have created one new folder of name "files" and put database in it. Now i am able to connect with database but when i tries to select rows from table, it shows error like SQLite Error:no such table:TBLUNIT. But this table is present in dadabase. Also tried with SqliteDataAdapter but still got the

Re: [mono-android] How to connect Sqlite Database with Monodroid?

2011-08-10 Thread vsr28
I was giving complete physical path as connection string(where i have copied already created SQLite database) like string dbPath = @"D:\Monodroid Samples\ndcdshrunk.db"; In your case where should i place my database copy? In Which folder of our application hierarchy? -- View this message in conte

[mono-android] How to connect Sqlite Database with Monodroid?

2011-08-10 Thread vsr28
Hello Guys.. Can any one say , how to connect a sqlite database with monodroid? When i try to connect it showing some errors like, “Unable to open database” in the con.Open line. So i want to know the exact location of the sqlite database file in android mobile [Connection String]. If can plea

Re: [mono-android] Spinner with multiple selection

2011-08-09 Thread vsr28
In IDialogInterfaceOnMultiChoiceClickListener implementation class i m not able to read that which item is checked. Name of that item which get checked. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Spinner-with-multiple-selection-tp4677523p4681576.html Sent from

Re: [mono-android] Spinner with multiple selection

2011-08-09 Thread vsr28
I am getting issue in implementation of "IDialogInterfaceOnMultiChoiceClickListener" interface in C#. Please help me out. I am not able to resolve this. Thanks S.Rahman -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Spinner-with-multiple-selection-tp4677523p468107

[mono-android] Spinner with multiple selection

2011-08-08 Thread vsr28
Hi All, I want to create spinner with multiple selection. However i have created Spinner with single selection but i want check box should appear instead of radio button so that we can select more than one value and values will get separated by comma. All code i am getting in JAVA. after migrate i

[mono-android] ListView with group header

2011-07-29 Thread vsr28
Hi All, I want to create ListView with Group Header. Suppose i have person's contact list in an array and i want to display it in ListView. First header text will be alphabet "A" and all name starting by A will be listed below it. Again after that alphabet "B" will be the header text and all na

[mono-android] ListView with group header

2011-07-27 Thread vsr28
Hi All, I want to create ListView with Group Header. Suppose i have person's contact list in an array and i want to display it in ListView. First header text will be alphabet "A" and all name starting by A will be listed below it. Again after that alphabet "B" will be the header text and all name

[mono-android] ListView with group header

2011-07-27 Thread vsr28
Hi All, I want to create ListView with Group Header. Suppose i have person's contact list in an array and i want to display it in ListView. First header text will be alphabet "A" and all name starting by A will be listed below it. Again after that alphabet "B" will be the header text and all