Re: Chrome 15, GWT DMP Plugin crashes

2011-10-26 Thread savilak
We have the same issue with Chrome 16.0.912.12 dev-m. In case we deploy the app or use IE in debug mode the app works fine! Thanks Savilak On Oct 26, 8:38 pm, pjspychala tomatoactiva...@gmail.com wrote: After upgrading to a new version of the browser (Chrome15) it seems that the plugin

Re: RequestFactory JDO One to Many bidirectional managed relationships

2011-03-06 Thread savilak
(); } Window.alert(str); } }); } }); On Mar 4, 7:58 am, savilak savi...@gmail.com wrote: We were using RPC to persist our data and we want to shift to RequestFactory!!! We managed to make One

RequestFactory JDO One to Many bidirectional managed relationships

2011-03-03 Thread savilak
We were using RPC to persist our data and we want to shift to RequestFactory!!! We managed to make One to One and One to Many Unidirectional managed relationships work with JDO. We try for 2 weeks and the bidirectional is not working!!! We persist then we use AppWrench and we see that the data

Re: CellTable, how to create a cell with custom listbox

2010-12-03 Thread savilak
Can you please give me a hint on this? On Nov 29, 6:22 pm, savilak savi...@gmail.com wrote: I have to create a CellTable with cells that contain ListBoxes. The issue is that I want each item of the listbox to contain an Image and Text! Standard ListBoxes does not allow us to use images

CellTable, how to create a cell with custom listbox

2010-11-29 Thread savilak
to implement this? Thank you for your time. Savilak -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr

Re: How to override CellTable css

2010-11-28 Thread savilak
; } --- I hope this helps... Regards Savilak On Nov 27, 11:52 pm, manstis michael.ans...@gmail.com wrote: Hi, I need to override some CellTable CSS definitions. I've been able to isolate the classes to some named along the lines of .GL0PBETBKC, .GL0PBETBEC

How to Make a NumberCell Clickable

2010-11-27 Thread savilak
Hi, how can I make a NumberCell clickable (just like ClickableTextCell)? I need to do this because I am using Sortable Column is my cell Table and i need to be able to click on number sorted columns. Thank you for your time. Savilak -- You received this message because you are subscribed