Hi, My scroll problem is over. Thanks again But I have few problems in my GWT project. My project is timeline Graph. so im use GWTGraphic lib for graphic purposes. Now I want to add a ruler which must be drag-ble (move place to place). I'm searching a solution but still I couldnt get a good one. Do you know any solution for that? plz let me knw.
Thanks. On Tue, Aug 31, 2010 at 11:23 AM, udayanga ranasinghe < [email protected]> wrote: > Hi, > > Thanks Aditya > It works fine. > > > > On Tue, Aug 31, 2010 at 9:59 AM, aditya sanas <[email protected]>wrote: > >> At very first step set the size of horizontal panel as >> hrzPanel.setSize("350px","500px"); >> then set the size for scrollpanel in percentage or you can set it same as >> above. >> this will work for sure. >> also if you want scrollbars bydefault then set the method for >> scrPanel.setAlwaysShowScrollBars(true); >> -- >> Aditya >> >> >> On Mon, Aug 30, 2010 at 9:07 PM, udayanga ranasinghe < >> [email protected]> wrote: >> >>> Hi Aditya; >>> >>> Thanks your reply. >>> But it doesnt work. >>> If you have tested code please send me as soon as possible. >>> I'm in big trouble with this issue. >>> >>> Thanks again. >>> >>> On Mon, Aug 30, 2010 at 5:49 PM, aditya sanas >>> <[email protected]>wrote: >>> >>>> adjust the size of horizontal panel and then according to it adjust the >>>> size of scrolling panel... >>>> -- >>>> Aditya >>>> >>>> >>>> On Sat, Aug 28, 2010 at 9:33 AM, udayanga ranasinghe < >>>> [email protected]> wrote: >>>> >>>>> Hi All, >>>>> >>>>> I try to put Scrollpanel into HorizontalPanel. >>>>> The content in the scrollpanel is appear as it expected. >>>>> But the scrolling property is not working. >>>>> It 's not scrolling. :( >>>>> What is the reason for that? >>>>> >>>>> Please help me to solve this problem. >>>>> >>>>> Thanks And Regards >>>>> Udayanga Ranasinghe. >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Google Web Toolkit" group. >>>>> To post to this group, send email to >>>>> [email protected]. >>>>> To unsubscribe from this group, send email to >>>>> [email protected]<google-web-toolkit%[email protected]> >>>>> . >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/google-web-toolkit?hl=en. >>>>> >>>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Google Web Toolkit" group. >>>> To post to this group, send email to >>>> [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]<google-web-toolkit%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-web-toolkit?hl=en. >>>> >>> >>> >>> >>> -- >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google Web Toolkit" group. >>> To post to this group, send email to [email protected] >>> . >>> To unsubscribe from this group, send email to >>> [email protected]<google-web-toolkit%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-web-toolkit?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > > > > -- Thanks and Regards, Udayanga Ranasinghe -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
