How to create a grouped column with the Data Grid?

2012-07-26 Thread John99
tableheaderbuilder from gwt 2.5 -- 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/-/WjHYvnW6zMsJ. To post to this group, send email to

Re: GWT and Google Maps Version 3

2012-06-22 Thread John99
(){ infoWindow.close(); } } пятница, 22 июня 2012 г., 6:39:20 UTC+4 пользователь Joseph Lust написал: John99, Which event on InfoWindowhttps://github.com/branflake2267/GWT-Maps-V3-Api/blob/master/Apis_Google_Maps/src/com/google/gwt/maps/client/overlays/InfoWindow.javais

Re: GWT and Google Maps Version 3

2012-06-22 Thread John99
some code i've took from here: http://code.google.com/p/gwt-maps3/source/browse/trunk/src/com/googlecode/maps3/client/InfoWindow.java пятница, 22 июня 2012 г., 11:04:14 UTC+4 пользователь John99 написал: I have a button on InfoWindow. and ClickEvent doesn't work. I think it because

Re: GWT and Google Maps Version 3

2012-06-21 Thread John99
Hello. what about events propagation from infowindow? seems it does'nt work for now. Thanx пятница, 16 марта 2012 г., 2:09:40 UTC+4 пользователь Joseph Lust написал: Nandy, Your error is with http://code.google.com/p/gwt-google-maps-v3/ , which does not utilize the complete Maps V3 JS

Re: GWT Cell Table support flex grid like layout

2012-02-13 Thread John99
http://code.google.com/p/google-web-toolkit/source/detail?r=10476 -- 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/-/xJPrOZX0cPUJ. To post to this

Re: MVP framework

2012-02-08 Thread John99
Perfect tips Thomas. Thank you! Have a question about this item: You should check whether the activity is still active before calling PlaceController#goTo from your Receiver: the user might have navigated away from the activity already. How we can check it?

Acivities and Places - passing by reference

2012-02-02 Thread John99
you need to put your student into EditStudentPlace and initialize new EditStudentActivity with it in ActivityMapper -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

DataGrid: нow to center loading indicator?

2012-01-31 Thread John99
Hello! How to center loading indicator? By default it displays with top align iside. I made DataGrid with AbstractCellTableBuilder. https://lh3.googleusercontent.com/-sVJRz62CR0M/TyfaEOGXEgI/ByI/9eZ_YThW30E/s1600/loading.jpg -- You received this message because you are subscribed to

Re: DataGrid: нow to center loading indicator?

2012-01-31 Thread John99
iside = inside) -- 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/-/6AwBZi-B4isJ. To post to this group, send email to

How to change url with #token when handleCurrentHistory() calls

2012-01-16 Thread John99
Hello. When my gwt module starts the url doesn't change with start token when historyHandler.handleCurrentHistory() calls. How to fix it? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Datagrid headers grouping?

2011-12-27 Thread John99
Hello. Is it possible to make header grouping (colspan) in datagrid(celltable)? Thanx -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Datagrid headers grouping?

2011-12-27 Thread John99
Tnak you for answer Jeff. Do you mean CellTableBuilder API? http://code.google.com/p/google-web-toolkit/source/detail?r=10476 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

GWT Editor: select calls twice before update

2011-12-11 Thread John99
During update the entity with Editor framework select from db calls twice. May be it's not a problem but a feature of Editor framework? Here is a code snippet: public class UserActivity extends BasicActivityUserActivity.Display { ... interface Driver extends