Re: GWT Designer - MenuBar

2013-04-05 Thread Marco
Yes, this issue has been fixed. The fix is in eclipse gwt plugin and not in gwt itself. You have to update your eclipse plugin. -- 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

Re: GWT Designer - MenuBar

2013-04-04 Thread Michael Prentice
The links in this discussion show that this was fixed on Jan 16th, 2013. http://code.google.com/p/gwt-designer/source/detail?r=99 But it is not clear from the change or the issue in what version this fix was delivered. I would guess 2.5.1? On Wednesday, April 3, 2013 2:28:14 PM UTC-4,

Re: GWT Designer - MenuBar

2013-04-03 Thread polygraphx
Same problem here. Is there a solution?? -- 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

Re: GWT Designer - MenuBar

2013-01-16 Thread Emeriau Simon
I have the same problem Simon. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/iR9f_dlRsIAJ. To post to this group, send email to

Re: GWT Designer - MenuBar

2012-11-11 Thread Marco
One more problem (see errormessage below). @Thomas Broyer : can you please use your contacts to get any feedback/reaction about this critical designer issue. See also: http://code.google.com/p/gwt-designer/issues/detail?id=1 It's more than a month without any statement. :-(

Re: GWT Designer - MenuBar

2012-11-04 Thread Cleiton Cavassa
I'm with the same problem. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/JRayMYWwl80J. To post to this group, send email to

Re: GWT Designer - MenuBar

2012-11-01 Thread Dezrik
I have the same error. It is quite frustrating. And I have no idea how to workaround it. On Wednesday, October 31, 2012 3:21:13 AM UTC+8, Marco wrote: Today I installed the new eclipse plugins: Google Web Toolkit SDK 2.5.0 2.5.0.v201210291354-rel-r42 Google Plugin for Eclipse 4.2

Re: GWT Designer - MenuBar

2012-10-30 Thread Marco
Today I installed the new eclipse plugins: Google Web Toolkit SDK 2.5.0 2.5.0.v201210291354-rel-r42 Google Plugin for Eclipse 4.2 3.1.1.v201210291354-rel-r42 I don't have the previous posted error anymore: org.eclipse.wb.internal.core.utils.check.AssertionFailedException: Can not find method

Re: GWT Designer - MenuBar

2012-10-28 Thread Marco
Next error in gwt designer after updating from gwt2.5_rc2 to gwt2.5. Full context stack trace: org.eclipse.wb.internal.core.utils.check.AssertionFailedException: Can not find method setRowData(java.util.List) in class com.google.gwt.user.client.ui.HTML at

Re: GWT Designer - MenuBar

2012-10-10 Thread Marco
I think this is an urgent issue. What's the best way to place this issue and to get feedback? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Designer - MenuBar

2012-10-10 Thread Jens
http://gwt-code-reviews.appspot.com/1726805 They changed the API from Command to ScheduledCommand recently and I would guess that GWT Designer does not respect this yet. So you best file an issue at http://code.google.com/p/google-plugin-for-eclipse/ or http://code.google.com/p/gwt-designer/

Re: GWT Designer - MenuBar

2012-10-10 Thread Marco
posted it to: http://code.google.com/p/gwt-designer/issues/detail?id=1 I'm the first who has ever posted an issue to this project (ID 1). Let's see if I get any response. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

GWT Designer - MenuBar

2012-10-07 Thread Marco
Hello, i'm using following infrastructure: Eclipse 4.2.1 GWT Designer 2.6.0.r42x201206111253 GWT 2.5_RC 2 Problem is, that I can't choose MenuBar or MenuItem in GWT Designer Palette. If I open a class with a menubar, i get following error: