Re: HandlerManager

2010-01-21 Thread PaulBee
I think that would be a good solution but neither FlexTable nor Panel
(be it Horizontal or Vertical) have OnFocus and Blur handlers...

Do you have any container to suggest?

Thank you,
-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: HandlerManager

2010-01-21 Thread PaulBee
Thank you DaveC,

But the BlurHandler doesn't seem to work on the FocusPanel.
I've tryed every way of taking the focus away from the panel, and it
is just not calling the BLurHandler...

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: HandlerManager

2010-01-19 Thread PaulBee
I want to implement a ListBox that has associated to it three buttons.
But I only want the butons to show when the listbox is OnFOcus.
Whenever the listbox is NOT on focus I want the button not to show on
the screen.

Thank you,
-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




HandlerManager

2010-01-18 Thread PaulBee
Hello,

I have implemented a ListBox that when loses focus (Blur) makes three
butons disappear.

My problem is that when I click on one of the buttons, GWT first calls
the BlurHandler thus making the Button I have clicked disappear.
Therefore, the OnClick event of the Button is never called.

How can I set a higher priority to the OnClick events of the three
buttons over the BlurHandler of the ListBox?

I suppose I need to use the HandlerManager but I haven't found any
tutorial of it on the Internet. The Handlermanager javadoc is not
enough for me to understand its complete implementation regarding the
above mentioned Widgets.


Thank you,
Paulo Abelha
-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Cleaning HTML Elements in a FlexTable

2008-10-27 Thread PaulBee

Hello,

I need to create a method wich will clean the entire FelxTable
(Widgets AND HTML Elements).
But I can only find the mehos wich cleans Widgets...

How should I do it?

Thank you all,

Paulo Abelha

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---