SmartGWT: LiveGrid with own DataSource

2011-06-17 Thread Go2one
Hi all, I want to use SmartGWT's LiveGrid but I'm currently using the asyncronous service entry point to ask my server for data. The Interface returns Java(script) Objects. Is there a way to use this instead of an XML Datasource (like in the Examples)? Are there any tutorials? Overriding the

Unable to find 'test.gwt.xml' on your classpath in Hosted mode

2011-05-27 Thread Go2one
Hi everyone, I'm working with GWT 2.2.0 and I have problems running my project in hosted mode (with own Tomcat server): This is my project structure: Test - src - de - mytest - test - test.gwt.xml - client -. - shared

Re: Unable to find 'test.gwt.xml' on your classpath in Hosted mode

2011-05-27 Thread Go2one
It works! I moved the test.gwt.xml to the root of my source directory and changes the source path tags. Is there another way? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: PreloadedTable alternative - GWT Incubator is death?

2011-05-26 Thread Go2one
Thanks for your response. I need to render own Widgets in the Cells - is this really the right way? Other question: Is there a way tp fetch the cell on a PreloadedTable if I click on it? Best Regards! -- You received this message because you are subscribed to the Google Groups Google Web

Re: PreloadedTable alternative - GWT Incubator is death?

2011-05-26 Thread Go2one
??? } }, ClickEvent.getType()); On 26 Mai, 15:24, markM mark.a.mccon...@pfizer.com wrote: Incubator has a learning curve but it works just fine for me and is blazing fast! On May 25, 11:40 am, Go2one dennis.schum...@go2one.de wrote: Hi everyone, because of performance issues we

PreloadedTable alternative - GWT Incubator is death?

2011-05-25 Thread Go2one
Hi everyone, because of performance issues we are using the PreloadedTable instead of FlexTable. No I read, that GWT Incubator is death? Is there any alternative to the PreloadedTable? By the way: Why does PreloadedTable not support the method getCellForEvent(event) (like the FlexTable)? How can

Showing a PopupPanel hides all Elements

2011-03-23 Thread Go2one
Hi! if I create a new PopupPanel and call the show()-Methode, the hole page is white. Nothing changes if I click or do something. BUT if I change to another browser tab, all elements will be shown if I return... Same appears if I create and show other DialogBox- Elements... Has anyone an idea?

Re: Showing a PopupPanel hides all Elements

2011-03-23 Thread Go2one
I'm not realy sure which version I'm using. It's a build from 17/02/2010. I will try to upgrade to a newer GWT version and will report, if the bug is fixed,... On 23 Mrz., 21:39, Thomas Broyer t.bro...@gmail.com wrote: Which GWT version are you using?

How to use CallBack-Methode in JS

2010-06-02 Thread Go2one
Hi @all, I have a JavaScript-Methode called void addSelectionListener( Object w) where 'w' is an object which implements a 'onSelectionChanged' method. I'm using a native JSON-Methode to consutruct my JS-Object and I'll call addSelectionListener(...), but what should I submit as a parameter

JSNI Methode call does not work...

2010-06-02 Thread Go2one
Hi, I've the following Class: public class Designer { private final native JavaScriptObject addNode() /*-{ alert(Pre JSNI call); th...@de.go2one.sdui.client.processdesigner.processdesigner::sendNode(Ljava/ lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)(TEST, 100, 100); alert(Post