[android-developers] Problem in stopping thread

2010-06-17 Thread brijesh masrani
Hello, I want to stop currently running thread but -Thread.stop() -Thread.destroy() are DEPRECATED so can any one tell me how to stop the Thread -- Regards, Brijesh Masrani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Problem in stopping thread

2010-06-17 Thread brijesh masrani
On Thu, Jun 17, 2010 at 4:07 PM, brijesh masrani masrani.brij...@gmail.comwrote: Hello, I want to stop currently running thread but -Thread.stop() -Thread.destroy() are DEPRECATED so can any one tell me how to stop the Thread -- Regards, Brijesh Masrani -- You received this message

[android-developers] Problem in getting scroll position in web-view

2010-06-16 Thread brijesh masrani
if there is a way to get event like *ScrollFinish()* so that I can get actual size of web-view when scroll finish. -- Regards, Brijesh Masrani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Problem in getting scroll position in web-view

2010-06-16 Thread brijesh masrani
if there is a way to get event like *ScrollFinish()* so that I can get actual size of web-view when scroll finish. -- Regards, Brijesh Masrani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Problem in getting height of contetn in Webview

2010-06-09 Thread brijesh masrani
*computeVerticalScrollRange*() so if any one knows how to use this method in webview than please reply. If there is any alternative to find content height than please let me know. -- Regards, Brijesh Masrani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Problem in getting height of contetn in Webview

2010-06-09 Thread brijesh masrani
*computeVerticalScrollRange*() so if any one knows how to use this method in webview than please reply. If there is any alternative to find content height than please let me know. -- Regards, Brijesh Masrani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Problem in loading data in webview Pagevise

2010-06-01 Thread brijesh masrani
Hello I have a HTML file and i want to open it in webview Page by Page. I think i have to implement gesture but i don't know how to use Gesture and load data Page vise. So if anyone knows please reply as soon as possible. -- Regards, Brijesh Masrani -- You received this message because you

[android-developers] Problem in renaming file in Sdcard

2010-05-03 Thread brijesh masrani
Hello Everyone, I want to rename a file in sdcard using program, i am not able to do that using String[] prog ={mv HArdcore.chm h_ardcore.chm}; Process p = Runtime.getRuntime().exec(prog); so if anyone knows how to do that than please reply. Regards, Brijesh Masrani -- You received

[android-developers] JavaScript problem in webview

2010-04-12 Thread brijesh masrani
Hello, I have a JavaScript function which returns a value and i want to use that value in my Android program. Can anyone please tell me how to do that. Regards, Brijesh Masrani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Need Help in Webview Highlight

2010-04-11 Thread brijesh masrani
file as many time it is repeated. So i want to find the position of that text (which will be known only at runtime) in webview. Can anyone please help me?? Awaiting for a positive reply.. Regards, Brijesh Masrani. -- You received this message because you are subscribed to the Google Groups

[android-developers] [Urgent] Need Help in File Functions

2010-04-04 Thread brijesh masrani
error of permission denied to delete that file. So can anyone help me As Soon As possible Regards, Brijesh Masrani. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] How to use emulateShiftHeld() Method???

2010-03-29 Thread brijesh masrani
Hi, Can anyone tell me how to use emulateShiftHeld () method of WebView class.. Please rep as soon as possible -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Problem of Highlight in Webview

2010-03-25 Thread brijesh masrani
I want to highlight text in webview same as the Defalut browser Suppots please help me... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Problem in Showing TXT file in Webview

2010-03-25 Thread brijesh masrani
Hello I am reading a txt file using Stringbuffer and try to show it in webview by adding simple html tags (htmlBodyMy txt content/html/Body) but it is not showing Spacial characters so can u please help me or any other way to show txt file in Web Browser -- You received this message because

[android-developers] Re: Problem in Showing TXT file in Webview

2010-03-25 Thread brijesh masrani
Thanks for ur replay Adrian Vintu , I have used that but now i came to know that The problem is with Encoding So if u have any idea about how to know which encoding was used for file than let me know. On Thu, Mar 25, 2010 at 5:43 PM, brijesh masrani masrani.brij...@gmail.comwrote: Hello I

[android-developers] Re: Problem in Showing TXT file in Webview

2010-03-25 Thread brijesh masrani
wrote: If you add HTML tags, you also have to convert the text, converting and and to lt;, gt;, and amp;, respectively. But there's an easier way. Instead of webview.loadData(page, text/html, utf-8) -- use text/plain instead, and leave off the tags. On Thu, Mar 25, 2010 at 5:13 AM, brijesh

[android-developers] Problem in Highlight of HTML file

2010-03-23 Thread brijesh masrani
Hi, I'd like to use WebView to display html file now i want to highlight text in HTML file so can anyone help me. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Need help in opening chm file

2010-03-17 Thread brijesh masrani
Hello, I am facing difficulty in Chm Reader so if anyone have idea about how to open Chm file on Android phone please reply as soon as possible. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to