Battery Percentage

2011-07-24 Thread sanjay kanwar
Hi There, I have an battery image where i hav to show green line inside tht battery when the battery power is more than 40% and red if its less than 40%. Thx in Advance Regards Sam -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Multiple leftover fragments with a tree of code split points?

2011-07-24 Thread Ed Bras
Thanks John, I hope more people will share the same problems and vote for the issue. I just opened an issue about this: http://code.google.com/p/google-web-toolkit/issues/detail?id=6612 Please vote it. When enough people vote this issue, the GWT dev team will give it attention. Ed On Sun, Jul

swfupload-gwt not visible

2011-07-24 Thread Ann Smith
Hi Has anybody succeeded in using this in a DialogBox? I've been trying to get it work for couple of days and I'm about to give up. I copied code from the project's getting started page, I build my swfupload object in onLoad/show and I can see it attached to the page but for some reason the upload

Re: gwt eclipse plugin archive ?

2011-07-24 Thread swapnil marghade
It's not about plugin its about Sdk download 2.2 Sdk and configure it. Go to properties ._ google. Choose Google web toolkit click on configure and give path of new sdk u will see new sdk 2.2 make it default .. On Jul 22, 2011 9:21 PM, patrick foure p.fo...@gmail.com wrote: I would like to know

position of selected row in a celltable

2011-07-24 Thread Deepak Singh
Hi, I have a celltable. I want to access the position/margin of the selected row of the table at runtime. How can i acheive this? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Fwd: Battery Percentage

2011-07-24 Thread sanjay kanwar
Hi There, I have an battery image where i hav to show green line inside tht battery when the battery power is more than 40% and red if its less than 40%. Thx in Advance Regards Sam -- Regards Sanjay Kanwar Phone 0411367420 -- You received this message because you are subscribed to the

Re: Error in ant build

2011-07-24 Thread Tomasz Gawel
Petr, .. but it seems you probably have a typo ;) property name=gwt.entrypoint.class value=org.heller.build.demo.clien.AntBuildDemo / (or your packeage has name clien not client ;)) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Not Finishing Compile

2011-07-24 Thread Sean
I just added a bunch of code to my project which was compiling fine, and now when I compile it seems to stop at: Computing all possible rebind results for 'com.sean.client.CelticLock2_0' Which is my EntryPoint class. Any ideas what could cause this or how I can figure out exactly why it's not

GWT Designer isDesignTime Not Working?

2011-07-24 Thread davekor
Hi guys, I have a custom widget which throws a NullPointerException when I attempt to add it to a layout panel with GWT Designer. After some digging, I realized its because my custom widget has some code that tries to contact my server and this code should not be executed when instantiated by GWT

Frustrated with GWT

2011-07-24 Thread edprog
Hello, I like the look and feel of GWT but I can find out why i am getting a Error when invoking the pageable data service :404 html head meta http-equiv=Content-Type content=text/html; charset=ISO-8859-1/ titleError 404 NOT_FOUND/title /head bodyh2HTTP ERROR 404/h2 pProblem accessing

Gwt Sound doesn't work!?

2011-07-24 Thread Hani Hashemi
i added zero code to my gwt.xml inherits name=org.miller.gwt.Sound/inherits and then added 'gwt-sound.jar' to my project but when i'm going to run it,it shows zero error Loading modules mysound.TestSound Loading inherited module 'org.miller.gwt.Sound' [WARN] Injected scripts no longer

getPropertyInt and getPropertyDouble return 0 for undefined property

2011-07-24 Thread AJ
Found in GWT Release 2.3 Encountered on Windows 7 : Chrome The code for getPropertyInt and getPropertyDouble in the Element class is... public final native int getPropertyInt(String name) /*-{ return parseInt(this[name]) || 0; }-*/; public final native double

Making the Slider Bar included in the Google Web Toolkit Incubator Vertical

2011-07-24 Thread Novice Programmer
Hi, I was wondering if it was possible to make the slider bar that resides in the Google Web Toolkit Incubator vertical instead of horizontal? My first thought was to rotate the bar panel and the labels 90 degrees with a css style .gwt-SliderBar-shell { border: 2px solid #faf9f7;

Developing Google gadgets with GWT

2011-07-24 Thread Михаил Марёнов
I successfully created gadget using Getting Started with Gadgets and GWThttp://code.google.com/p/gwt-google-apis/wiki/GadgetsGettingStarted I want to know: 1. Is it possible to work on gadgets in development mode? I want to change the code and see the results. Or i need to

GWT + Javascript Libraries

2011-07-24 Thread Tom Carchrae
Hi All, I get the impression (and please correct me if I'm wrong) that most GWT developers live in a pure Java (compiled in JS) world. Am I wrong? Do you mix GWT with other Javascript libraries (eg. http://makeawesomeweb.com/?cat=13 ) I wonder if there are any groups or other resources for

Re: Frustrated with GWT

2011-07-24 Thread Gal Dolber
Maybe the uppercases? try this: url-pattern/timesheettracking/timesheetlogin/url-pattern On Sat, Jul 23, 2011 at 9:16 PM, edprog edwin...@gmail.com wrote: Hello, I like the look and feel of GWT but I can find out why i am getting a Error when invoking the pageable data service :404 html

Re: RequestFactory exception when creating a proxy

2011-07-24 Thread Y2i
I started getting the same error after upgrading to 2.3. The error occurs when a client receives response and attempts to create a proxy from the data encoded in the response string. The stack up to the point of failure is at the bottom of the message. When a response from the server is

[gwt-contrib] misc cleanup

2011-07-24 Thread Stephen Haberman
Hey, I've been poking around TypeOracle lately and, while seeing who called what, made a few minor changes, mostly deleting stuff that wasn't called, or removing used-once-by-tests overloads. I didn't want to bother making reitveld issues for these if they're not worth it, so the list is here: