[gwt-contrib] TimePicker/Spinner bug

2011-01-11 Thread jbroquefere
Hi, we are using a TimePicker with maxStep/minStep set to 5mn (for the minutes only, we keep 1hour for hours). It's works exactly as expected BUT, sometimes (often, must I say) if we firstly click spinner down, the decrement is not of 5mn but 1mn. Then, if we up/down, the 5 step is used. Is this

Eclipse Plugin open source

2010-11-19 Thread jbroquefere
Hi, I know Eclipse Plugin is not yet open sourced, and I know you are thinking about open it. Do you have any idea about the date (2010?02011? later?)? I'm thinking about a plugin which will get compilation error, like Eclipse Plugin does with Service/ServiceAsync (generate Async class, generate

Eclipse Plugin open source

2010-11-19 Thread jbroquefere
Hi, I know Eclipse Plugin is not yet open sourced, and I know you are thinking about open it. Do you have any idea about the date (2010?02011? later?)? I'm thinking about a plugin which will get compilation error, like Eclipse Plugin does with Service/ServiceAsync (generate Async class, generate

GWT 2.1 MVP Framework Vs MVP4G

2010-11-08 Thread jbroquefere
Hi, I have spent the past 2 hours around the web to grab as many point of view as possible about those 2 mvp frameworks, particularly we are thinking about switching from mvp4g to GWT MVP considering gains/ losses. Because there are so many conflicting things on many blogs/forums/ webpages, I

Re: GWT 2.1 MVP Framework Vs MVP4G

2010-11-08 Thread jbroquefere
There are already some good pieces here : http://md-t.org/browse.php?u=Oi8vZ3JvdXBzLmdvb2dsZS5jb20vZ3JvdXAvbXZwNGcvYnJvd3NlX3RocmVhZC90aHJlYWQvZjEzYzhkNGEzNGUxNDhjOS9jODJiY2MwZTU0NDA3ODZmb=5 On Nov 8, 11:26 am, jbroquefere jeanbaptiste.roquef...@gmail.com wrote: Hi, I have spent the past 2

Re: Folder icons in eclipse

2010-11-08 Thread jbroquefere
what does the Problem view in eclipse say? On Nov 8, 11:26 am, Musicman75 stephan.beu...@googlemail.com wrote: Hello, since I changed GWT version from 2.0.4 to 2.1.0 O get folder/file icons in src/main/webapp folder with a red exclamationmark. Does anyone knows what this icon means?

Re: copyright on GWT skin

2010-08-22 Thread jbroquefere
i mean on my professional visit cards (real ones, not virtuals) On Aug 21, 5:41 pm, jbroquefere jeanbaptiste.roquef...@gmail.com wrote: Good evening, Am I authorized to use DialogBox skin for my own visit cards? -- You received this message because you are subscribed to the Google Groups

copyright images

2010-08-21 Thread jbroquefere
Hello, am I authorized to used DialogBox skin for a visit card? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

copyright on GWT skin

2010-08-21 Thread jbroquefere
Good evening, Am I authorized to use DialogBox skin for my own visit cards? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send

GWT + URL Rewriting (Apache)

2010-03-10 Thread jbroquefere
Hello everybody, i have to publish my gwt app under jkmount + url rewriting. Just under jkmount, everything works fine but when i use url rewriting, it does not work. I have thie error (on my tomcat console): com.google.gwt.user.client.rpc.SerializationException: Type 'com.my.comp.MyObject' was

Re: GWT + URL Rewriting (Apache)

2010-03-10 Thread jbroquefere
: you need to know that GWT/ajax does not allow cross domain communication. Apparently you have a security problem with cross domain communication. On Wed, Mar 10, 2010 at 2:34 PM, jbroquefere jeanbaptiste.roquef...@gmail.com wrote: Hello everybody, i have to publish my gwt app under

Re: GWT + URL Rewriting (Apache)

2010-03-10 Thread jbroquefere
, but RPC failed. On Mar 10, 3:39 pm, rudolf michael roud...@gmail.com wrote: http://mydomain:8080/MyApp/is NOT the same ashttp://mydomain/MyApp/ http://mydomain/MyApp/those are 2 different domains. On Wed, Mar 10, 2010 at 3:34 PM, jbroquefere jeanbaptiste.roquef...@gmail.com wrote

launch a service every n minuts

2009-01-26 Thread jbroquefere
Hello, I am interested in launching a RPC every 4 minuts. Is there a way to do that in GWT? It seems there is no way, but... i hope i'm wrong thank's a lot --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

add jars to the classpath????

2008-12-22 Thread jbroquefere
Hello, I'm trying to access mine own objects, which are in jars files. I add them to the builpath (i use eclipse). My imports seem to be ok (not red underlined), but when i try to launch the application, i have some errors like : [ERROR] Line 15: The import com.my.own.package cannot be resolved

Re: add jars to the classpath????

2008-12-22 Thread jbroquefere
My response is : use a servlet :) On Dec 22, 4:38 pm, jbroquefere jeanbaptiste.roquef...@gmail.com wrote: Hello, I'm trying to access mine own objects, which are in jars files. I add them to the builpath (i use eclipse). My imports seem to be ok (not red underlined), but when i try

dynamically hide/show panel's header

2008-12-17 Thread jbroquefere
Hello, when i use Panel panel = new Panel(blabla); then panel.setHeader(false); it hides the header but panel.setHeader(true) doesnt nothing how could i do? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: collapsible panel expands ON TOP, possible?

2008-12-16 Thread jbroquefere
please? On Dec 15, 3:57 pm, jbroquefere jeanbaptiste.roquef...@gmail.com wrote: I know it possible clicking the bar instead of the button to expand it. but what i want i, first, to expand it programmatically like if i clicked on the bar and to disable the button. i just want ONE

Re: Event/Listener???

2008-12-15 Thread jbroquefere
(button); Keep in mind that if you want the TextBox and the Label to be accessible from the anonymous inner class, you'll need to make them fields or final (they can't be local variables). -- Arthur Kalmenson On Sat, Dec 13, 2008 at 4:26 PM, jbroquefere jeanbaptiste.roquef...@gmail.com wrote

Re: Event/Listener???

2008-12-15 Thread jbroquefere
B, you can add all the listeners you want. -- Arthur Kalmenson On Mon, Dec 15, 2008 at 3:53 AM, jbroquefere jeanbaptiste.roquef...@gmail.com wrote: Thanks. But i suppose i havent been well understood. I mean, what you told me works when widgets are in a same class. What i need

collapsible panel expands ON TOP, possible?

2008-12-15 Thread jbroquefere
Hi, i want a collapsible panel being able to hide other panels when i expand it. i mean, with a borderLayout, if my collapsible panel is the right side, i dont whant the center region being updated when i expand my left panel. can i do this? if yes, how could i do? Thanl's a lot jb

Re: collapsible panel expands ON TOP, possible?

2008-12-15 Thread jbroquefere
I know it possible clicking the bar instead of the button to expand it. but what i want i, first, to expand it programmatically like if i clicked on the bar and to disable the button. i just want ONE comportement, the one i get when i click the bar On Dec 15, 3:41 pm, jbroquefere

Event/Listener???

2008-12-13 Thread jbroquefere
Hello, my question is simple : How could I call an action when, for exemple, i click on a TreeNode? The situation is 2 class, a tree in the first one, an empty panel in the second one. when i clik on a node, i want to open a Window, or Panel, or Portlet, or, etc... in the empty panel (that is

Re: Event/Listener???

2008-12-13 Thread jbroquefere
. It's also here: http://code.google.com/webtoolkit/examples/ Later, Shaffer On Dec 13, 9:46 am, jbroquefere jeanbaptiste.roquef...@gmail.com wrote: Hello, my question is simple : How could I call an action when, for exemple, i click on a TreeNode? The situation is 2 class, a tree

Re: Event/Listener???

2008-12-13 Thread jbroquefere
just a little problem, i WONT have to use static method... I wanted to do something like, in awt/swt, when i fire an event in a class, and i listen to it in an other. Is thre a way to create listeners/event ? On 13 déc, 21:45, jbroquefere jeanbaptiste.roquef...@gmail.com wrote: Thank's a lot

gwt tomcat jdbc

2008-10-20 Thread jbroquefere
Hello, with eclipse, i have deloped a little application, including a servlet. this servlet connect to my mysql server using jdbc. When i run it into the host mode, everythings perfect. the sql request are ok, etc... when i deploy my app into tomcat, everythings ok too, BUT it seems to fail when