Re: Dynamic CANVAS into dataGrid Cell?

2016-05-28 Thread David Edelstein
rday, May 28, 2016 at 1:23:13 PM UTC-4, Boris Brudnoy wrote: > > Sounds like this is about creating a custom cell, not a cell table builder. > > On Sat, May 28, 2016, 13:05 David Edelstein > wrote: > >> How can I get a dynamically created CANVAS object into a Cell of a

Dynamic CANVAS into dataGrid Cell?

2016-05-28 Thread David Edelstein
How can I get a dynamically created CANVAS object into a Cell of a DataGrid? The cell it needs to go into is created in a AbstractCellTableBuilder class. Similar to the GWT Showcase for custom datagrid. -- You received this message because you are subscribed to the Google Groups "GWT Users"

Re: GWT Showcase Sample App CustomDataGrid FieldUpdate.update doesn't fire "change" event of SelectionCell. Is this a BUG?

2015-08-13 Thread David Edelstein
> > If I add Event.sinkEvents(element, Event.ONCHANGE); in AbstractInputCell > at least I start getting change events in developer tools - event listener > break points. But, the change event still doesn't come through in > SelectionCells onBrowserEvent method? > relative method from AbstractI

GWT Showcase Sample App CustomDataGrid FieldUpdate.update doesn't fire "change" event of SelectionCell. Is this a BUG?

2015-08-11 Thread David Edelstein
Can someone confirm this? In the GWT Showcase sample app (I'm using GWT 2.6) the update method of the FieldUpdater for the categoryColumn in CwCustomDataGrid never fires. This is a SelectionCell which should fire "change" events and it never does. I tested it in SuperDev Mode. Development envi

Re: "change" event not firing in AbstractInputCell

2015-08-09 Thread David Edelstein
of the dropdown and not on the actual dropdown? In onModuleLoad I have a LayoutPanel -> SimplePanel -> SplitLayoutPanel -> FlowPanel -> LayoutPanel -> DataGrid.? On Saturday, August 8, 2015 at 9:24:28 PM UTC-4, David Edelstein wrote: > > I can't figure out why the

"change" event not firing in AbstractInputCell

2015-08-08 Thread David Edelstein
I can't figure out why the "change" event doesn't fire in my custom selection cell, below is the code. The focus and blur events fire. Also, if I change to super("click") the click event will fire but no matter what I try I can not get the "change" event to fire. I add the option items dynamica

Problem with Firefox 22 and GWT Dev Plugin?

2013-08-05 Thread David Edelstein
I just tried installing the GWT Dev Plugin on a fresh install of Firefox 22.0 and it crashes Firefox. This is on Windows 7 Professional. Is anyone else having this problem? Thanks, David E. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gro