GWT Designer Internal Error in Design mode (Eclipse Juno)

2012-10-05 Thread k2s
anybody has solution for problem described here 
http://code.google.com/p/google-web-toolkit/issues/detail?id=7492 ?

Instead of design form of UI editor I get this message:
 

 Internal Error

encountered unexpected internal error.
  

This could be caused by a bug or by a misconfiguration issue, conflict, 
 partial update, etc.

 java.lang.Error: fullImage.getBounds()=Rectangle {0, 0, 1, 1} 
 cropBounds=Rectangle {10, 10, 450, 300}


 Stack trace:

 java.lang.IllegalArgumentException: Argument not valid
 at org.eclipse.swt.SWT.error(SWT.java:4342)
 at org.eclipse.swt.SWT.error(SWT.java:4276)
 at org.eclipse.swt.SWT.error(SWT.java:4247)
 at org.eclipse.swt.graphics.GC.drawImage(GC.java:864)
 at org.eclipse.swt.graphics.GC.drawImage(GC.java:841)
 at 
 org.eclipse.wb.internal.core.utils.ui.UiUtils.getCroppedImage(UiUtils.java:519)
 at 
 com.google.gdt.eclipse.designer.uibinder.model.widgets.UIObjectInfo.fetchImage(UIObjectInfo.java:366)
 at 
 com.google.gdt.eclipse.designer.uibinder.model.widgets.UIObjectInfo.refresh_fetch(UIObjectInfo.java:303)
 at org.eclipse.wb.core.model.ObjectInfo$6$1.run(ObjectInfo.java:496)
 at 
 org.eclipse.wb.internal.core.utils.execution.ExecutionUtils.runDesignTime(ExecutionUtils.java:139)
 


thank you

-- 
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/-/_0nzt_fdB8wJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: setFocus in SelectionChangeEvent

2012-01-31 Thread k2s
is there a way to do this ?

Thank you,
Martin

On Jan 27, 8:27 pm, k2s martin.mi...@gmail.com wrote:
 There is 
 samplehttp://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList.
 How to set focus to First Name field after SelectionChangeEvent on
 cell list was fired ?

 Thank you,
 Martin

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



setFocus in SelectionChangeEvent

2012-01-29 Thread k2s
There is sample 
http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList.
How to set focus to First Name field after SelectionChangeEvent on
cell list was fired ?

Thank you,
Martin

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.