How to use connection pooling in gwt

2013-07-16 Thread Prabhu
Hi, I need to use the connection pooling in gwt.How can i configure and how to write application.If any one have the example please provide to me. Thank you. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

GWT Multi columns sort with AsyncDataProvider

2013-07-16 Thread zakaria otmani
i have a table contains 3 columns, when the user clicks in one of them the table should be sorted, i'm using AsyncDataProvider, the sort for the first column works fine, so i should do the same to the others columns. this is the code : AsyncDataProviderPermisoUI providerPerfiles = new

Background color not shown when cell label has no text in FlexTable

2013-07-16 Thread Goosie
Hi! This is a vry weird problem since it seems too bad to be true... I have a FlexTable where all the cells are filled with Labels. Each cell has a CSS style since I want to update them individually when running the program. The weird thing is that when a label is empty, as in *Label

gwt, IME, compositionstart, end, update

2013-07-16 Thread Raj
Hi I have an application built with GWT. I have been trying to see if GWT supports seeing IME events when the locale is set to non english e.g. Japanese. The IME (input method editor) events that I want to see or listen for are compositionstart, compositionend. I have not found any

cursor movement should show the fullform of abbreviation

2013-07-16 Thread fedex
I have a listbox with the abbreviations of the database table name. When I move my cursor on any particular table name it should show its full form. How to do it. Thanks, -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from

Re: How to use connection pooling in gwt

2013-07-16 Thread fedex
make an rpc call..you have many examples online on how to make a rpc call On Tuesday, July 16, 2013 4:05:11 AM UTC-5, Prabhu wrote: Hi, I need to use the connection pooling in gwt.How can i configure and how to write application.If any one have the example please provide to me.

Re: cursor movement should show the fullform of abbreviation

2013-07-16 Thread Jens
You have to replace the current selected item (abbreviation) with a new item (full string). You would store the original abbreviation somewhere and restore it if the selection changes again. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: gwt, IME, compositionstart, end, update

2013-07-16 Thread Jens
GWT doesn't support them out of the box. However you can use JSNI to write native JavaScript inside GWT to listen for these events. Technically you could also provide your own modified version of GWT's com.google.gwt.user.client.impl.DOMImpl* classes and then tell GWT to use your custom

Re: Background color not shown when cell label has no text in FlexTable

2013-07-16 Thread Jens
An empty label has no width (0px), thus you can not see it. Either style the table cell itself instead of the table cell content ( = your Label) or give your empty label a width so you can see it. To style table cells itself you can use Column/Row/CellFormatter. -- J. -- You received this

UIBinder layout problem

2013-07-16 Thread Magnus
Hi, what's wrong with this layout? https://lh4.googleusercontent.com/-bLZzj4QULVM/UeVzCjeoNqI/AE8/t10njo2JHmA/s1600/Layout.png There should be no vertical gap between the label List and the ListBox. In addition, the buttons in the HorizontalPanel at the bottom should not be spread, but

Re: UIBinder layout problem

2013-07-16 Thread Jens
HorizontalPanel and VerticalPanel distribute their cells equally if you don't specify anything. E.g. a VerticalPanel with two children will result in two 50% height cells. That's how HTML tables work in general if you do not specify sizes. To define the width/height of a cell use g:cell

CellPreviewEvent ie - event not firing...?

2013-07-16 Thread Aya
Hi all, I need your help. I have a DataGrid with a single Selection model. Listening to CellPreviewEvent in order to handle click event on an icon on second column. Works fine with Firefox Chrome, but not on IE. (tried IE 10 9). Seems that CellPreviewEvent is not fired unless the icon you

Re: GWT website moved to gwtproject.org

2013-07-16 Thread Erik
Thank you for the hard work that has gone into the site! Can we do something to improve the styling of the new site? There are people who are researching GWT as a candidate tool for development. When they research whether or not they should consider it, they hear it can be challenging

Tabs in DialogBox popup

2013-07-16 Thread Tim Hill
Good evening, I wish to have a tabbed dialogbox popup (UiBinder). I have tried using TabLayoutPanel, but all I get is a small box in the centre of the screen when it gets displayed. From what I have read, there are quite a few issues with TLP and I have seen a number of recommendations to use

Re: Tabs in DialogBox popup

2013-07-16 Thread Timothy Spear
I have found most of the Layout Panels do not work well in the dialog popups. To make them work I have had to use absolute positions for everything. As a result, I use the TabPanel or regular panels for all dialog boxes. Tim On Jul 16, 2013, at 4:27 PM, Tim Hill timothy.h...@gmail.com wrote:

Re: Tabs in DialogBox popup

2013-07-16 Thread Jens
I think you have to give your dialog box a fixed size in pixel and then use width/height 100% on the TabLayoutPanel. -- 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,

Re: UIBinder layout problem

2013-07-16 Thread Heru Tambayonk
-- Sent via Nokia Email --Original message-- From: Magnus alpineblas...@gmail.com To: google-web-toolkit@googlegroups.com Date: Tuesday, July 16, 2013 9:23:56 AM GMT-0700 Subject: UIBinder layout problem Hi, what's wrong with this layout?

[gwt-contrib] Re: Gwt Serialized

2013-07-16 Thread Thomas Broyer
On Tuesday, July 16, 2013 2:00:00 AM UTC+2, Jens wrote: First make sure that you have actually deployed these permutation hash.gwt.rpc files to your server. They should be in the same folder as the rest of the generated JavaScript. If thats all fine then your deployment probably does not

Re: [gwt-contrib] Re: GWT Meet-up 2013 Videos Slides

2013-07-16 Thread James Horsley
Thanks for releasing these! On 15 July 2013 17:38, Jim Douglas jdou...@basis.com wrote: The folder isn't public (You need permission to access this item.). On Monday, July 15, 2013 3:38:42 PM UTC-7, Bhaskar Janakiraman wrote: Hi Folks, The videos and slides from the GWT Meet-up conference

[gwt-contrib] Re: GWT Meet-up 2013 Videos Slides

2013-07-16 Thread Bhaskar Janakiraman
Sorry, these are public now. There seems to be a problem with some slide sets (like the compiler deep dive), working on it. Bhaskar On Monday, July 15, 2013 5:38:00 PM UTC-7, Jim Douglas wrote: The folder isn't public (You need permission to access this item.). On Monday, July 15, 2013