Re: UIBinder: using own classes

2014-02-16 Thread Thomas Broyer
On Sunday, February 16, 2014 4:26:37 AM UTC+1, Magnus wrote: > > Hi, > > I have subclassed MenuItem: > > class MyMenuItem extends MenuItem > > > And I would like to use it in an UIBinder specification: > > > > ... > > > Where do I specify, which attributes are allowed in the UIBinder > sp

Re: I am getting ClassCastException only on production code but not on DevMode!

2014-02-16 Thread Mohammad Al Quraian
Thanks Thomas for replaying. This is the content of the jsFunction: function (){ handler.onReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V(_this); } I know it's a long shot but do you know what might be the problem? Thanks for your ongoing help, I appreciate it. On Thu, Feb 13,

Re: I am getting ClassCastException only on production code but not on DevMode!

2014-02-16 Thread Thomas Broyer
Ok, so now you have to determine the type of that handler object. Again I'd recommend looking at the exception stack trace. Also, if you use GWT 2.6, use -saveSource at compile-time and enable source maps, that way you can debug the Java code in the browser. -- You received this message becaus

Re: UIBinder: using own classes

2014-02-16 Thread Magnus
Hi Thomas! On Sunday, February 16, 2014 10:18:23 AM UTC+1, Thomas Broyer wrote: > MenuItem is a bit special as it's not a Widget and is processed in a > special way by the parent-MenuBar-specific parser. > Ok! What would you recommend in this case? My goal is to pass information on the comma

Re: UIBinder: using own classes

2014-02-16 Thread Jens
You can define setCommand and setRole in your class and UiBinder should call them automatically. -- 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, send an email to go

Re: Excluding permutation compilation combinations?

2014-02-16 Thread Ed Bras
Thanks Thomas, that seem to work. -- 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, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, s

Re: Running Hupa in Development Mode

2014-02-16 Thread Manuel Carrasco Moñino
Which version have you checked out? On Thu, Feb 13, 2014 at 11:43 AM, Harry Lin wrote: > In my attempt to run hupa in Development mode I receive the following > error. > > The application was stuck in loading, although it can get into the Mail > page > (I can see the number of mails in INBOX a

Re: FlexTable RowSpan Issue

2014-02-16 Thread Davide Micheletti
No answer at these problem?? On Fri, Feb 14, 2014 at 4:57 PM, Davide Micheletti wrote: > Hi all, i've found an issue when using RowSpan with FlexTable. > When you try to insert a text, with RowSpan, in a column the other columns > at right shift by one. > > Here an Example: > > > ''

Re: FlexTable RowSpan Issue

2014-02-16 Thread Jens
Maybe your column index is off by one while generating the table and later when adding your second text to column 0 results in column 0 to be created. Can you provide code? -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubs

Introduce SmartGWT for collapse/expand panel for with existing project

2014-02-16 Thread Leung
Hi I need a collapse/expand panel, and SmartGWT is providing an out-of-the-box solution. However, the installation has to remove all the rpc configuration that I have created for long time. Adding Smart GWT Pro/Power/EE to an existing project Important: If you have created a project using the G

Re: Introduce SmartGWT for collapse/expand panel for with existing project

2014-02-16 Thread Joshua Godi
Try this: http://gwtbootstrap3.github.io/gwtbootstrap3-demo/#collapse -- 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, send an email to google-web-toolkit+unsubscr...@google

Intellij 13 + GWT 2.6 + SuperDevMode + RPC?

2014-02-16 Thread Joshua Godi
Has anyone had any luck getting SuperDevMode to work fine with Intellij 13 and GWT 2.6 with GWT.RPC/Gin? I can get projects that don't involve GWT.RPC/Gin to work just fine, but when adding that I get errors on all services. -- You received this message because you are subscribed to the Googl