checking a HTML checkbox if its checked with GWT

2010-11-09 Thread jsmith
Hi everyone i have a HTML checkbox : input type=checkbox id=cb112 ... how can i get notified in GWT if it's been checked? i tried to create a javascript method with JSNI public static native void timeCheckedStatusBridge() /*-{ $wnd.test() = function(isChecked) {

Re: Window.open(url, _self, ) puts modulename in front

2010-10-18 Thread jsmith
Hi Thomas Broyer thank you, that was exactly what i needed. Best regards, On Oct 13, 5:01 pm, Thomas Broyer t.bro...@gmail.com wrote: On 13 oct, 15:25, jsmith 3p1...@googlemail.com wrote: Hi I have a gwt application with multiple Entry points. Every time a want to open a different url

Window.open(url, _self, ) puts modulename in front

2010-10-13 Thread jsmith
Hi I have a gwt application with multiple Entry points. Every time a want to open a different url with Window.open(url, _self, ) it puts the module name in front of url like modulename/url. how can i make a call to Window.open(url, _self, ) without the module name upfront so its just url. best

JavaScriptException every time i make a rpc call more than one

2010-10-11 Thread jsmith
Hi, when i load my application the first time, everythink works. but when i interact with it and i make a rpc call a second time, my app crashes with a JavaScriptException: i have no idea how to solve this. best regards com.google.gwt.core.client.JavaScriptException: (null): null at

Re: JavaScriptException every time i make a rpc call more than one

2010-10-11 Thread jsmith
i got a hostpage which uses some javascript on its own for styling purposes. when i use a blank page just for testing, the error doesnt't occur anymore. so maybe the gwt code and the javascript in the host page overlap and then cause problems. On Oct 11, 12:16 pm, jsmith 3p1...@googlemail.com

Re: JavaScriptException every time i make a rpc call more than one

2010-10-11 Thread jsmith
i found the error: the guy who was designing the host page for me has included a form tag in the webpage. this tag screwed my application i removed it and now it works fine On Oct 11, 12:46 pm, jsmith 3p1...@googlemail.com wrote: i got a hostpage which uses some javascript on its own for styling

adding id's to td elements from a FlexTable ?

2010-10-07 Thread jsmith
Hi I fill a FlexTable dynamically with data. While i am doing that i want to add a id to every td element. But i diddn't find any FlexTable.getCell() function to get to the td element. I want only specific elements to ged ids not every element. best regards -- You received this message because

GWT compiling Java classes into JavaScript with super-source Double.doubleToLongBits problem

2010-10-06 Thread jsmith
Hi everyone. I want to use a lot of code from a previous project and i am building a subset of the jre which GWT cannot compile with just stubs and include it with super-source. Its quit alot of work and now i am stuck with the problem that the code of the old project has methods in it like