Re: Invalid version number "1.5" passed to external.gwtOnLoad(), expected "1.6"

2009-05-07 Thread jsantaelena
as Broyer wrote: > On 7 mai, 15:26, jsantaelena wrote: > > > > > Hi All, > > > I'm trying to execute the hosted mode with -noserver. > > > What I did: > > > Compile my GWT Module to target/work/webapp > > Run jetty:run-exploded where the exploded

Invalid version number "1.5" passed to external.gwtOnLoad(), expected "1.6"

2009-05-07 Thread jsantaelena
Hi All, I'm trying to execute the hosted mode with -noserver. What I did: Compile my GWT Module to target/work/webapp Run jetty:run-exploded where the exploded path is target/work/webapp Started HostedMode -noserver -port 8080 -startupUrl http://localhost:8080/myapp/myapp/main.html com.myapp.Ap

Re: Masked Input

2008-12-01 Thread jsantaelena
wt-ext, you can use Ext.mask or Ext.unmask. I have a open source > project which use that. >  http://code.google.com/p/ppl-kit > > you can get the working code there. > > Sammi > > On Sun, Nov 30, 2008 at 2:29 AM, Riyaz Mansoor <[EMAIL PROTECTED]>wrote: > > &g

Masked Input

2008-11-28 Thread jsantaelena
Hi Someone knows libe with masked widgets? 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 Google-Web-Toolkit@googlegroups.com To unsubscribe

Is it a Tree Issue?

2008-11-21 Thread jsantaelena
Hi all.. When a presse Alt (todo do a Alt+tab) with my table selected, the selection changes to the first item. To solv this problem, I've tried create the tree like this: tree = new Tree(images) { protected boolean isKeyboardNavigationEnabled(TreeItem currentItem) { return false;

Currency Code

2008-11-16 Thread jsantaelena
Hi all. What are the availables currency codes? I didn't find it in java docs. Tks. --~--~-~--~~~---~--~~ 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

Re: Firefox rendering wrong

2008-11-15 Thread jsantaelena
e of > solution options suggested. > > regards > gregor > > On Nov 15, 2:32 am, reechard <[EMAIL PROTECTED]> wrote: > > > yes -- I am experiencing this. Wondering if I need to use some kind of > > browser-specific CSS style to fix it... > > > On Nov

Firefox rendering wrong

2008-11-14 Thread jsantaelena
Hi all, My GWT application render very well in IE, but in FF the panels (VerticalPanes, HorizontalPanels and FlexTables) overlaps, all of them. Have somebody expereinced this? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

NumberConstants and CurrencyData

2008-11-12 Thread jsantaelena
Hi all! How can I create theses configurations that matches with my country rules? I'm trying to find a way to orverhide de NumberConstants with mine and include my currency definitions in CurrencyList. What is the right way to do this? Thanks! --~--~-~--~~~--