Scroll to certain position

2009-03-22 Thread maple...@gmail.com
im a newbie how could i scroll to the certain position in a panel? For example: Panel pagePanel = new Panel(); pagePanel.setHtml("aFile"); When i click a button, the pagePanel will start to show the from the 10th line. --~--~-~--~~~---~--~~ You received this mes

Re: RequestBuilder

2009-03-18 Thread maple...@gmail.com
Ty sooo much, got it now On 3月18日, 下午11时01分, Ian Petersen wrote: > On Wed, Mar 18, 2009 at 9:38 PM, maple...@gmail.com > wrote: > > is there a way to force callback to be excuted before next line? > > Nope. See > here:http://groups.google.com/group/Google-Web-Toolki

Re: RequestBuilder

2009-03-18 Thread maple...@gmail.com
is there a way to force callback to be excuted before next line? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To

Re: RequestBuilder

2009-03-18 Thread maple...@gmail.com
println has to be in another java file, so i cant put it in GetData.java --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups

RequestBuilder

2009-03-18 Thread maple...@gmail.com
How do I wait for the response is completed in another class? For example, I have a class called GetData public class GetData{ private String query; private String DEFAULT_URL = "http://localhost/book.php";; String result = new String(); public GetData(String quer