Re: [android-developers] In AutoCompleteVeiw calling setAdapter() and setThreshod() gives error

2011-10-07 Thread Kostya Vasilyev
The compiler is right - your curly braces are not matching up. The code you highlighted should be inside onCreate, not like it is now. -- Kostya Vasilyev 07.10.2011 9:04 пользователь KK dioxide.softw...@gmail.com написал: Hi All, I'm trying a sample code available on the web, in which I'm

Re: [android-developers] In AutoCompleteVeiw calling setAdapter() and setThreshod() gives error

2011-10-07 Thread KK
Thanks Kostya... 2011/10/7 Kostya Vasilyev kmans...@gmail.com The compiler is right - your curly braces are not matching up. The code you highlighted should be inside onCreate, not like it is now. -- Kostya Vasilyev 07.10.2011 9:04 пользователь KK dioxide.softw...@gmail.com написал:

[android-developers] In AutoCompleteVeiw calling setAdapter() and setThreshod() gives error

2011-10-06 Thread KK
Hi All, I'm trying a sample code available on the web, in which I'm trying to test AutoCompleteView. When trying to call setAdapter() method in following lines: *autoCompTxt.setAdapter(arrayAdapter);* * autoCompTxt.setThreshold(3);* I'm getting the following errors; *Multiple markers at