Auto-hide a PopupPanel Context Menu?

2013-02-24 Thread membersound
Hi,

I have a PopupPanel showing a Context Menu like:
g:MenuBar vertical=true
 g:MenuItem text=click me /

How can I *auto-hide *the popup if I click an menu item (which means I do 
not click out of the popup panel which would hide it automatically)?

Or must I call popup.hide() explicitly on every menu item?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: PopupPanel.hide() steals focus from TextBox?

2013-02-24 Thread membersound
I found out this is cause by popupPanel.setAnimationEnabled(true);

Using false would work as expected. Is there any way to fix it and though 
use animation?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Auto-hide a PopupPanel Context Menu?

2013-02-24 Thread Jens
If auto-hide along with auto-hide partner (see JavaDoc) does not fit your 
needs you have to call hide yourself.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Vaadin Calendar is Free now, But How?

2013-02-24 Thread sampath sai
Hi ,

Can Someone please help me with Vaadin Calendar free for everyone. how can
i use it my GWT project? can i integrate with GWT with my own event
handling?

https://vaadin.com/blog/-/blogs/vaadin-calendar-is-now-free-for-everyone


https://vaadin.com/directory#addon/vaadin-calendar

Thank you,
Sai

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Dashboard Development

2013-02-24 Thread Rob
Hi,

Take a look at gwt-highcharts:

- http://www.moxiegroup.com/moxieapps/gwt-highcharts/showcase/#main

Cheers
Rob

Kiahu.com

On Friday, February 22, 2013 5:23:58 AM UTC+11, Abhishek kumar Gupta wrote:


 Hi All,

 I am using GWT 2.4 and still looking for a Dash board widget using GWT. 
 Any help regarding to link or sample code will be very helpful.


 On Friday, 12 March 2010 16:58:21 UTC+5:30, Tapas Adhikary wrote:

 Hi All,


 I have a requirement of developing a Dash board using GWT. The followings 
 are the Dashboard should have ,


- It should accommodate maximum 4 widgets at any point of time .  
- Each widget should have a Title bar ( which is uniform across all 
the widgets). 
- Below title bar , there should be a Widget body. Widget body can 
hold different components for different widgets ( say , widget 1 is a 
 Tree 
, widget 2 is a table etc).  
- All the widgets shouldn't be placed like a stack . It should be 
placed as row-column basis ( Something like i-google).


 Now My questions are ,

- What Panel/Layout I should use for holding all the widgets ? 
- How to define the individual widgets to have uniform Title bar and 
different widget body ?
- What care I should take if I want to enable drag-drop feature on 
the dashboard in future ?


 Any code / experience / idea / talk are welcome. If anybody have 
 developed i-google kind of dashboard , please share the experience 
 / guidance / code .

 Thanks in Advance,

 Tapas Adhikary



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.