Re: Navigation problem

2011-06-28 Thread TubaMan
Thanx for this solution! It works great! -- 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 unsubscribe from this group, send email to google-web-toolkit+unsubscr..

Re: Navigation problem

2011-06-24 Thread Thomas Broyer
Try to slightly defer the removal of your label, using Scheduler.scheduleDeferred. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/JfMZhHGDkC0J

Navigation problem

2011-06-24 Thread TubaMan
Hi all, I experience a navigation problem. This is the situation: There is a TextBox, when there is input in the TextBox (KeyUpEvent) a message is shown beneath the TextBox. The message is a Label that is added to the parent-widget of the TextBox. OnBlur the message has to disapear. This is done

Re: GWT Navigation Problem

2010-07-18 Thread Ahmed Shoeib
Thanks On Jul 15, 8:06 pm, lineman78 wrote: > Look at the history api > > On Jul 14, 4:16 pm, Ahmed Shoeib > wrote: > > > Hi all , > > i face a problem With Navigation . > > > now i have multiple panel added to the RootPanel ( clear the panel and > > add the next panel ) > > > now i want to supp

Re: GWT Navigation Problem

2010-07-15 Thread lineman78
Look at the history api On Jul 14, 4:16 pm, Ahmed Shoeib wrote: > Hi all , > i face a problem With Navigation . > > now i have multiple panel added to the RootPanel ( clear the panel and > add the next panel ) > > now i want to support next & back for these panels > > how i can do it ??? -- You

GWT Navigation Problem

2010-07-14 Thread Ahmed Shoeib
Hi all , i face a problem With Navigation . now i have multiple panel added to the RootPanel ( clear the panel and add the next panel ) now i want to support next & back for these panels how i can do it ??? -- You received this message because you are subscribed to the Google Groups "Google W

Re: Page Navigation Problem

2009-01-03 Thread A Friend Of Yours
Ok, I got it. Thanks everyone --~--~-~--~~~---~--~~ 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 unsubscribe from this group, send

Page Navigation Problem

2009-01-02 Thread A Friend Of Yours
Hello, I am new to gwt. I found out that gwt is abstracted like a desktop gui framework where we replace panels in frames to switch screens. From showcase example, though it was quite complex, I was able to understand that we might use Composite derived classes as screens and use a SimplePanel as