Re: embed GWT in simple webpage

2009-07-08 Thread vduong
Any suggestions if we want to include the same widget more than once in the page? (e.g. two calculators on one html page) On Jul 7, 11:00 am, Ian Bambury ianbamb...@gmail.com wrote: Hi, 'Embed' isn't actually going to find you the right info, unfortunately. Or at least, not much. What you

Key events for scrolltable

2009-06-08 Thread vduong
Hi all, I'm trying to listen for keyboard events (specifically key down) from a scrolltable to enable selection of a cell and/or row and moving that selection around using the arrow keys. Currently, we have this working just by putting the entire scrolltable in a focus panel and adding a

DockLayoutPanel from Google I/O

2009-06-03 Thread vduong
Hi all, At the GWT sessions at Google I/O last week, we saw a demo of the new DockLayoutPanel with horizontal and vertical splitters. I think the speakers mentioned that this panel would be available in the trunk, but we checked out the code and can't find this widget anywhere. I was wondering if