i18n, hosted mode with noserver : strange crash

2008-10-07 Thread philippe
Hi all, I'm using i18n for the first time in a GWT app. When I add the following line in my gwt.xml file : extend-property name=locale values=en,fr / The app crash in hosted mode (stack trace below). I'm using a noserver configuration (PHP backend). The problem seems to be that GWT can't find

Include CSS files according to some context

2008-10-22 Thread philippe
Hello, I'm looking for a clever way to manage skins in my application; my current solution is to create a group of CSS files by skin, to add a css attribute to the body tag with the skin name and to include *all* the CSS to my page. This means downloading a bunch of unused files... Is somebody

Re: Include CSS files according to some context

2008-10-27 Thread philippe
Thank you very much, Sumit; I've given a quick look to the wiki page you mentioned, and it seems that it could fit with my needs. I'll try and let you know if I manage to make it work. Philippe On 24 oct, 20:09, Sumit Chandel [EMAIL PROTECTED] wrote: Hi Philippe, I believe a better GWT way

Re: GWT Developer's Guide can't work

2009-03-08 Thread philippe
I'm not sure this is the same problem, but I noticed that google doc reader isn't working sometimes with osx/Safari. It display the welcome page only. When this appends, I use firefox. On Mar 8, 5:32 am, 五大郎 tan...@gmail.com wrote: Yeah, I got the page just a moment ago. But in the yesterday,

Re: ALIGN_CENTER problem ?!!!

2010-03-18 Thread Philippe
Great, it works !!! Thank you for the tip. Chris Lercher a écrit : I also had the same problem, and the only way I found was to do this programmatically, with @UiField(provided=true) VerticalPanel verticalPanel; And instantiating the vertical Panel + setting the horizontal alignment before

Re: how to associate Onclick event with a static hyperlink in the HTML page

2009-12-28 Thread philippe
I will not recommend JSNI. JSNI is to use only for very special cases (performance reasons for example). In your case, you can easily do it in Java as follows: HTML link = new HTML ( a href='#' an example / a); link.addClickHandler (handler) Hyperlink isn't requiered, juste used addClickHandler

Re: XML to POJO library, any ideas?

2009-12-29 Thread philippe
XStream is a good library. It is stable and does not need to be updated because it works well. I use it on my project and I'm happy. On 29 déc, 13:36, Hermod Opstvedt hermod.opstv...@gmail.com wrote: Salut Pourrait ne pas être ce que vous avez besoin, mais avez-vous regardé le projet

Re: XML to POJO library, any ideas?

2009-12-30 Thread philippe
You can used this tutorial : http://xstream.codehaus.org/annotations-tutorial.html or http://xstream.codehaus.org/converter-tutorial.html Annotation or converter are good practices to your case. On 30 déc, 01:52, Dalla dalla_man...@hotmail.com wrote: philippe, perhaps you could answer

Re: How to use web.xml to authenticate a access to a single page

2010-01-02 Thread philippe
Try with /* url-pattern On 1 jan, 22:40, Dave ladjo...@gmail.com wrote: (Newbie) I have a web page that I want to authenticate users before they are allowed to access the page. I set the authentication parameters in the web.xml but it's not working. I use a hyperlink to get this page. The

Re: Last Hope for GWT

2010-01-02 Thread philippe
There are books to newbee. On 2 jan, 19:37, mariyan nenchev nenchev.mari...@gmail.com wrote: Bold caps! On Sat, Jan 2, 2010 at 3:53 PM, Nicanor Cristian nicanor.bab...@gmail.comwrote:  Actually GWT uses a different approach. What you actually call a page, would be a view in a healthy

Re: gwt-dispatch + how to access request.getRemoteAddr()

2010-01-03 Thread philippe
You can used a simple http filter. On 3 jan, 12:46, mariyan nenchev nenchev.mari...@gmail.com wrote: Hi, I am using gwt-dispatch to implement my GWT-RPC calls. I need to get the remote address from the http request. But i don't have access to the request. With direct gwt rpc i would use

Re: help in creating menu using popuppanel or dialogbox

2010-01-08 Thread philippe
addDomHandler(handler, MouseDownEvent.getType()); } } /code Philippe On 8 jan, 13:12, Abdullah Shaikh abdullah.shaik...@gmail.com wrote: Hey this where the issue is, when the mouse is not over the tab bar, that means it can be in 2 places either 1) on the menu itself or 2) not on the menu

Re: Return a JDBC ResultSet from RPC via DTO

2010-01-11 Thread philippe
http://code.google.com/intl/fr-FR/webtoolkit/doc/latest/tutorial/RPC.html On 11 jan, 16:38, Russ r...@epcinternet.com wrote: Hi, I understand that I can't return an actual JDBC ResultSet from an RPC. Can someone point me to an easy example of how to use a ArrayList or a custom DTO that I can

Re: Gilead 1.3

2010-01-13 Thread philippe
To make corporate application Hibernate is mandatory. Without Hibernate, you can not keep a good level of scalability while maintaining a satisfactory consistency in your application. The more you go up in functional complexity, the less you can maintain your application. Gilead is a very good

Re: Use smartgwt or not

2010-01-13 Thread philippe
To finish, my response is : no I use GWT only and it's work very well. On 28 déc 2009, 03:16, Chris Ramsdale cramsd...@google.com wrote: While the information on this thread has become a bit passionate, it is all good and relevant information. When building large scale GWT-based apps,

Re: Gilead 1.3

2010-01-13 Thread philippe
, philippe vonck...@yahoo.fr wrote: To make corporate application Hibernate is mandatory. Without Hibernate, you can not keep a good level of scalability while maintaining a satisfactory consistency in your application. The more you go up in functional complexity, the less you can

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-04 Thread philippe
GwtTransient means that this attribute isn't serialized. So if your List is not null you don't serialized this. On 4 fév, 14:05, Marcos Alcantara marc...@gmail.com wrote: Hi Diego, Are you sure of this? It would be great to stop using a 3rd party lib to process all DTO´s. Thanks!

Re: How to place url link in gwt Label

2010-02-10 Thread philippe
You can use Html object to make your Label. Philippe On 10 fév, 11:45, mariyan nenchev nenchev.mari...@gmail.com wrote: Hi, I have a label that contains some text and part of it must link: For example the whole Label text is : bla bla bla. Reference:link, bla bla bla. I tried : Reference

Re: How to place url link in gwt Label

2010-02-11 Thread philippe
Normally, Anchor is used to internal link. http://myapp/#myAnchor On 10 fév, 18:57, tuxinoo claudio.dossan...@gmail.com wrote: Why do you not just simply use Anchor widget ? Sample: Anchor anchor = new Anchor(GWT Tutorials, http://www.gwttutorials.com;, _blank) ; On 10 fév, 14:38, Daniele

Re: Gilead + Guice + Gwt-Dispatch

2009-11-24 Thread philippe
I Marcos, I posted on a blog a simple exemple to configuered Gilead in GWT / Spring context with annotations. the post is in french but the exemples are in English, comments too. http://ultrafil.tuxfamily.org/index.php?2009/11/24/145-integrer-gilead-dans-une-application-gwt Enjoy, Philippe

Re: Standard.css always override my MyProject.css

2009-11-26 Thread philippe
Hi Sobis, Try this: In your Application.gwt.xml, add this line after standard theme definition: stylesheet src='YourProject.css' / I think you must use !important, check if it's well write. Delete the style definition in your html. On my project, it's work. regards, Philippe On 26 nov, 09

Re: Should we use maven or not for a project?

2009-11-27 Thread philippe
YES, Maven will do you save time, but you have to integrate properly into Eclipse. I advise you: - http://m2eclipse.sonatype.org/ - define the maven commands in Eclipse Run After, you can build and integrate easily into your application systems integration continued. regards, Philippe On 26

Re: Should we use maven or not for a project?

2009-11-30 Thread philippe
If you use Maven to Eclipse, and Maven plugin gwt-maven-plugin, Maven simplifies your developer's life. See: http://m2eclipse.sonatype.org/ http://mojo.codehaus.org/gwt-maven-plugin/ It's easy to use. Test and come back tell us what you're thinking On 29 nov, 22:42, jbdhl

Re: how to make communicate two rootPanels?

2009-11-30 Thread philippe
Hi Olivier, I suggest you rather use an object that will keep a reference to your widget. Thus, you can access them without going through the rootPanel. ex: class ElementsManager() { private final TextBox myBox; public ElementsManager() { super(); myBox = new TextBox(...) }

Re: Simple Label+TextBox combo

2009-12-02 Thread philippe
Using br tag isn't a good solution for your problem. It's better using CSS style to manage the page organization. For exemple, you can put a nameAndLabel.addStyleClass(xybox); and style: .xybox { float: left; width: 400px; } .xybox label { float: left; width: 400px; margin: .. } .xybox input

Re: How to force div widgets to be on the same row? (not use table)

2009-12-02 Thread philippe
display: inline works with all browsers On 2 déc, 08:00, Qiushuang Zhang autumnc...@gmail.com wrote: haha, that is an interesting saying But don't you guys feel that GWT apps are very slow in loading? I suspect it is because there are tons of unnecessary tables... On Dec 1, 8:10 am, Jeff

Re: Trying to build workaround for errorL The import com.google.appengine cannot be resolved

2009-12-03 Thread philippe
You cann't use appengine API in gwt client code. You must use jdo annotation on your pojo with simple attributes. On 2 déc, 19:49, etsauer etsa...@gmail.com wrote: Hi, I am new to GWT. I was getting an error in my code when trying to use JDO to store data. The import com.google.appengine

Re: Why Label widget chose to use div instead of label?

2009-12-03 Thread philippe
Maybe Label widget generate div to a better compatibility with ie6 ?? Maybe.. On 3 déc, 04:56, Yozons Support on Gmail yoz...@gmail.com wrote: I forgot the methods for setting the for attribute id!  I used the setHtmlFor() method name to match the dom LabelElement class (my own pref would have

Re: Why Label widget chose to use div instead of label?

2009-12-03 Thread philippe
I also think GWT has not a really good history regarding accessibility. http://code.google.com/intl/fr-FR/webtoolkit/doc/1.6/DevGuideI18nAndA11y.html#DevGuideAccessibility On 3 déc, 11:04, Thomas Broyer t.bro...@gmail.com wrote: On Dec 3, 4:45 am, Open eSignForms yoz...@gmail.com wrote:

Re: GWT 2.0 books

2009-12-05 Thread philippe
a good book for French readers, is being prepared here : http://www.dng-consulting.com/blogs/index.php/2009/12/04/programmation-gwt-2-bientaocirc-t-en-lib-1?blog=1 On 4 déc, 04:05, Nian Zhang flust...@gmail.com wrote: I expect too. On Dec 3, 8:30 am, FKereki fker...@gmail.com wrote:

Re: GWT + GAE best practice?

2009-12-07 Thread philippe
Is useless to double code with DTO then they just have to use the clone () from Gilead to use its pojo with GWT client code. On 7 déc, 08:13, Dalla dalla_man...@hotmail.com wrote: Think I´ll probably just go with DTOs then, using a third party lib for this seems a bit overkill if you ask me :-)

Re: Label in a table

2009-12-08 Thread philippe
It's standard.css file in your browser which is used, you can override it with your css, for exemple: td { font-size: smaller; } On 7 déc, 15:23, mariyan nenchev nenchev.mari...@gmail.com wrote: in your css create .gwt-MyLabel { // set font size ot what ever you want with css } and in

Re: Properties Support for Configuration Data in GWT 1.7

2009-12-11 Thread philippe
If it doesn't draw user text on screen, if it's just to configured your server you can use ResourceBundle in server side. On 11 déc, 13:58, keyboard_samurai yog...@gmail.com wrote: Hi, I need to maintain some configurable data (in properties) and lookup for it in the code. I do understand

Re: Why Label widget chose to use div instead of label?

2009-12-12 Thread philippe
pages. On 3 déc, 12:13, philippe vonck...@yahoo.fr wrote: I also think GWT has not a really good history regarding accessibility. http://code.google.com/intl/fr-FR/webtoolkit/doc/1.6/DevGuideI18nAndA... On 3 déc, 11:04, Thomas Broyer t.bro...@gmail.com wrote: On Dec 3, 4:45 am, Open

Re: Why Label widget chose to use div instead of label?

2009-12-12 Thread philippe
I've a solution to use a label with an input. Is to use Html GWT widget to create this: lt;labelgt; Description lt;input type=text name=description /gt; lt;/labelgt; On 12 déc, 17:49, philippe vonck...@yahoo.fr wrote: Label tag must be used with input ID. With GWT we can't put an ID

Re: UI Binder, really a good approach?

2009-12-12 Thread philippe
Using annotations to define the presentation is a bad practice, as being able to define the size of components in Java. The best way to separate the presentation logic is to give a class name to an element and define its presentation in a separate CSS file. See csszengarden as reference.

Re: Why Label widget chose to use div instead of label?

2009-12-12 Thread philippe
Ok it's the last :) I've a solution to use a label with an input. Is to use Html GWT widget to create this: label Description input type=text name=description / /label On 12 déc, 20:35, philippe vonck...@yahoo.fr wrote: I've a solution to use a label with an input. Is to use Html GWT widget

Re: Why Label widget chose to use div instead of label?

2009-12-13 Thread philippe
It is very important to improve accessibility. Everybody benefits from this because at the same time improves the overall ergonomics. See : http://www.seoconsultants.com/html/forms/labels/ On 13 déc, 01:22, Yozons Support on Gmail yoz...@gmail.com wrote: The use of LABEL tags is useful for

Re: Why Label widget chose to use div instead of label?

2009-12-13 Thread philippe
like Label. Regards Jan Ehrhardt On Sun, Dec 13, 2009 at 10:06 AM, philippe vonck...@yahoo.fr wrote: It is very important to improve accessibility. Everybody benefits from this because at the same time improves the overall ergonomics. See :http://www.seoconsultants.com/html/forms/labels

Re: Why Label widget chose to use div instead of label?

2009-12-14 Thread philippe
and gives it the exact WAI-ARIA behavior you want. Regards Jan Ehrhardt On Sun, Dec 13, 2009 at 7:48 PM, philippe vonck...@yahoo.fr wrote: @Jan: no, html label tag isn't just a text. For Visually impaired people, Readers for Visually impaired interpreter tag Label as the text input fields. If you

Spring for GWT are there for the client side ?

2009-12-16 Thread philippe
Hi all, I would like put annotations on my client side code to injected others objects from client side, obviously. Is a framework, which would it, exist ? regards, Philippe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Spring for GWT are there for the client side ?

2009-12-16 Thread philippe
Of philippe Sent: Wednesday, December 16, 2009 4:28 PM To: Google Web Toolkit Subject: Spring for GWT are there for the client side ? Hi all, I would like put annotations on my client side code to injected others objects from client side, obviously. Is a framework, which would it, exist

DatePicker : clear all styles

2011-11-29 Thread philippe
In the DatePicker widget, I can easily mark some dates with the 'addStylesToDate' method. My problem is I can't found a way to clear all special styles (useful in a re-use case). Has somebody found a clever way to do this ? Thanks ! -- You received this message because you are subscribed to

Re: Two generator questions

2010-03-21 Thread Philippe Beaudoin
in the source code you generate you do: writer.println( ginjectorClassName + injector = GWT.create( + ginjectorClassName + .class); ); Thanks again Gal. This is a neat trick! Philippe On Mar 20, 8:34 pm, PhilBeaudoin philippe.beaud...@gmail.com wrote: Thanks Gal

How to use a DisclosurePanel within a DockLayoutPanel's north panel

2010-04-23 Thread Philippe Frangioni
Hi, I want to use a DockLayoutPanel with a fixed height and with 2 parts: the NORTH and the CENTER. In the NORTH panel, I want to set a DisclosurePanel. The problem is that the height of the NORTH panel is fixed and set at creation. So when the DisclosurePanel gets opened, the content of the

Re: concerns on 2.1 MVP approach

2010-07-09 Thread Philippe Beaudoin
Thanks Thomas, I'm glad to hear that... It seems like some of these could be integrated in gwt-platform apps (i.e. Cell-based widgets, maybe even the RequestFactory). I wish I had more time to look into this. Philippe On Fri, Jul 9, 2010 at 1:12 PM, Thomas Broyer t.bro...@gmail.com wrote

Re: Have one of the edge widget of a DockLayoutPanel overflow into the center

2010-08-03 Thread Philippe Beaudoin
of the central container. - - - - - For reference: http://stackoverflow.com/questions/3200108/how-can-you-make-a-region-of-a-gwt-docklayoutpanel-bleed-into-another Cheers, Philippe On Tue, Aug 3, 2010 at 2:04 AM, Nikos Dimitrakopoulos demis...@gmail.com wrote: Hey there Philippe, any

Re: RequestCallback.onResponseReceived() always returning status code 0

2010-08-11 Thread Philippe Laflamme
Hope it helps, Philippe On Aug 10, 5:11 pm, Jaya jp.a...@gmail.com wrote: Hi All, I have deployed the GWT web app ( only client code. no server code is present) on JBOSS. web client is accessing a URL ( Servlet of different application. not the GWT servlet)  on the same server  using POST

Re: RequestCallback.onResponseReceived() always returning status code 0

2010-08-12 Thread Philippe Laflamme
Oops. It should have read: [...] is considered a cross-site request (per the same-origin policy). [...] Philippe On Aug 11, 9:52 am, Philippe Laflamme philippe.lafla...@gmail.com wrote: Had the same issue. In my case, it was due to making cross-site requests. My server was at localhost:8080

Re: RequestCallback.onResponseReceived() always returning status code 0

2010-08-12 Thread Philippe Laflamme
Deepak, Simply install Jetty's Transparent proxy in your web.xml. Look at my comment on Issue 3131, I explain how to set things up in DevMode, but it would be identical in a production environment: http://code.google.com/p/google-web-toolkit/issues/detail?id=3131#c46 Philippe On Aug 12, 12:19

Re: RequestCallback.onResponseReceived() always returning status code 0

2010-08-12 Thread Philippe Laflamme
the response you expect. Once you've verified that the server part of things is okay, you can move on to looking at your GWT code. At this point I guess you could try some other JS library (jQuery for example) see if you get different behaviour as GWT. Hope it helps, Philippe On Aug 12, 1:00 pm

Re: GWT-JQuery

2010-08-27 Thread Philippe Laflamme
others). You can see some samples with associated Java (GWT) code here: http://gwtquery-ui.googlecode.com/svn/demos/GwtQueryUi.html Hope it helps, Philippe On Aug 27, 6:58 am, gopal bhalala gopalbhal...@gmail.com wrote: Hi Thomas, Thanks for reply. i have research on that but i have

Re: GWT-Platform with GWT 2.1

2010-10-05 Thread Philippe Beaudoin
Spring support is planned for release 0.5 (e.t.a. early November) Philippe On Tue, Oct 5, 2010 at 6:40 AM, Travis Camechis camec...@gmail.com wrote: Do you have to use Guice on the server side in order to use Dispatch or can you use Spring on the server side? On Wed, Sep 29, 2010 at 11:46

Re: GWT-Platform with GWT 2.1

2010-10-06 Thread Philippe Beaudoin
Latest features are not super stable. (We plan a change in ClientActionHandler's API soon.) But the bulk of it is fairly stable. We use the trunk in production. Philippe On Wed, Oct 6, 2010 at 7:55 AM, Travis Camechis camec...@gmail.com wrote: good point.  I forgot about the CI server

Re: How to prevent CSRF/XSRF when using RequestFactory

2010-12-01 Thread Philippe Beaudoin
this right? Philippe -- 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 google-web-toolkit+unsubscr...@googlegroups.com

Re: onResize issue with IE 7

2010-12-15 Thread Philippe Beaudoin
Weird. Could you have some strange circular widget hierarchy? On Wed, Dec 15, 2010 at 3:26 AM, Magnus alpineblas...@googlemail.com wrote: After adding the above code into my onResize method, my browser hangs... -- You received this message because you are subscribed to the Google Groups

Re: migrate GWT 2.1.1 to 2.2 error

2011-02-17 Thread Philippe Beaudoin
I am running into the same problem. I wonder if it could be related to the fact that gwt-maven-plugin is version 2.1.0-1 and needs to be updated for 2.2.0? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: migrate GWT 2.1.1 to 2.2 error

2011-02-17 Thread Philippe Beaudoin
You're right, thanks! I don't know why I now have a dependency on assistedinject, but adding it worked. Since I did not really like the workaround of adding a dependency on gwt-dev, I recompiled the gwt-maven-plugin to depend on gwt-2.2. I'm sure the gwt-maven-plugin guys will publish v 2.2.0

Re: UI Binder Alignment problems

2011-02-17 Thread Philippe Beaudoin
know if you can give that approach a spin in the current context? Cheers, Philippe -- 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 from this group

Re: user agent property

2011-02-17 Thread Philippe Beaudoin
to: define-property name=user.agent values=ie6,ie8,gecko,gecko1_8,safari,opera/ I guess the reason it works when you remove it is because GWT defaults to value = values. Cheers, Philippe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: SuggestBox can't set Oracle

2011-02-17 Thread Philippe Beaudoin
IIRC it's a relatively recent change in GWT and I cursed a little when I encountered it. I solved it by instantiating the SuggestBox using the 3-parameter constructor that let you specify an oracle. Using UiBinder and gin to inject my SuggestOracle this gives: public class MyView { ...

Re: GWT Designer 2.2 error with gwt-maven project

2011-02-18 Thread Philippe Beaudoin
gwt-maven-plugin version 2.1.0 uses gwt-dev 2.1 automatically, which can break quite a few things. I have recompiled the plugin so that it uses gwt-dev 2.2. AFAIK the official one has not yet been released but in the meantime you can grab it from GWTP's maven repo. Info there:

Re: LayoutPanel with UIBinder

2011-02-18 Thread Philippe Beaudoin
If you want the layer to contain more than the button you can style the button by specifying top/left/widht/height in its CSS. (By default you get top:0; left:0; width:100%; height:100%; I believe.) -- You received this message because you are subscribed to the Google Groups Google Web

Re: Stack Layout Panel - strange layout problem after switching tabs!

2011-02-18 Thread Philippe Beaudoin
Did you try explicitely setting the CSS height of your ScrollPanel to 100%? -- 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 from this group, send email

Re: GWT Designer 2.2 error with gwt-maven project

2011-02-18 Thread Philippe Beaudoin
Might be the official way of doing it, but caused problems for me in Eclipse with m2eclipse, and I've seen others report the same. Anyway, as they say, YMMV. :) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Stack Layout Panel - strange layout problem after switching tabs!

2011-02-19 Thread Philippe Beaudoin
Using IE's DOM explorer might help you see what's wrong there... If you have the app deployed somewhere I could take a quick look. Philippe -- 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

Re: GWT Designer 2.2 error with gwt-maven project

2011-02-19 Thread Philippe Beaudoin
The only difference with mine seems to be that I don't include gwt-dev in the dependencies. Including it did cause problem in m2eclipse so you may want to take it out. (It's grabbed automatically by gwt-maven-plugin.) -- You received this message because you are subscribed to the Google Groups

Re: GWT application listings

2011-02-19 Thread Philippe Beaudoin
I don't know of any such site. This question on Quora might be a good starting point: http://www.quora.com/What-web-applications-use-Google-Web-Toolkit-(GWT) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: GWT Designer 2.2 error with gwt-maven project

2011-02-20 Thread Philippe Beaudoin
Maybe try deleting all the releted dependencies from your local .m2 repo? In my case I deleted gwt-dev 2.1 and verified that it was not re-downloaded. Do the same with gin et al. Cheers, Philippe -- You received this message because you are subscribed to the Google Groups Google Web

Re: Uibinder and positio:absolute?

2011-02-20 Thread Philippe Beaudoin
Are you using LayoutPanels? With regular FlowPanel/HTMLPanel you should not see this behavior. Maybe post some code? Cheers, Philippe -- 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

Re: Uibinder and positio:absolute?

2011-02-20 Thread Philippe Beaudoin
to your DockLayoutPanel. If you want it to resize with the browser window, make sure you have an uninterrupted chain of layout panels. Cheers, Philippe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Split points for method having return type other than void

2011-02-21 Thread Philippe Beaudoin
Have you tried Void? (with a capital V) -- 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 from this group, send email to

Re: Split points for method having return type other than void

2011-02-22 Thread Philippe Beaudoin
@Deepak I read your question too quickly, my answer does not apply and I've deleted the message. Sorry for the confusion. -- 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: Best hosting provider for GWT app

2011-02-22 Thread Philippe Beaudoin
If you still have flexibility on the technologies you need for the backend, consider Google AppEngine. It has been working really well for me. -- 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: Split points for method having return type other than void

2011-02-22 Thread Philippe Beaudoin
whatever you need to do, when you're done execute callBar. Hope this helps! Philippe -- 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 from this group

Re: Stack Layout Panel - strange layout problem after switching tabs!

2011-02-22 Thread Philippe Beaudoin
/google-web-toolkit/issues/detail?id=5245 (Very nice chess app by the way!) Cheers, Philippe -- 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 from

Re: Split points for method having return type other than void

2011-02-22 Thread Philippe Beaudoin
have only one split point (runAsync) for the entire group. Cheers, Philippe -- 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 from this group, send

Re: Stack Layout Panel - strange layout problem after switching tabs!

2011-02-22 Thread Philippe Beaudoin
*shivers* :) -- 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 from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread Philippe Beaudoin
Agreed. I like the fact that the default theme is light-weight, does not require fancy images and result in a relatively shallow DOM (compared to some other widget providers) However I would really like the basic look to match that of standard Google Apps. For example, the look and feel of the

Re: Split points for method having return type other than void

2011-02-23 Thread Philippe Beaudoin
call, say, bar() from elsewhere then bar() will be in the leftover fragment and will be loaded at app start. Cheers, Philippe -- 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: Migrating GWT 1.7 to GWT 2.2

2011-02-23 Thread Philippe Beaudoin
There is a vote in progress to get a GWT 2.2-compatible version of the gwt-maven-plugin: https://groups.google.com/forum/?pli=1#!topic/codehaus-mojo-gwt-maven-plugin-users/iyp0V83Tktg If you need it very quickly, feel free to grab my version: pluginRepositories pluginRepository

Re: Split points for method having return type other than void

2011-02-23 Thread Philippe Beaudoin
(loaded only when needed) - If methodA() is called behind one split point AND behind another split point then it will be in the leftover fragment (likely loaded very early) - If methodA() is called at least once from a non-code-split path then it will be in the initial download Cheers, Philippe

Re: Deferred Binding, Gin in library/widget ?

2011-02-24 Thread Philippe Beaudoin
working on much better way of mixing deferred binding and dependency injection. If you're interested, star this issue in Gin: http://code.google.com/p/google-gin/issues/detail?id=142 Hope it helps! Philippe -- You received this message because you are subscribed to the Google Groups

Re: starting up with GWT

2011-02-24 Thread Philippe Beaudoin
As you learn, you'll find plenty of examples on the web. Tooting my own horn, I would suggest you drop by http://gwtplatform.com it has a couple of progressively more complex examples and a very helpful community. Good luck! You're in for a nice discovery. Philippe -- You received

Re: Deferred Binding, Gin in library/widget ?

2011-02-25 Thread Philippe Beaudoin
, Philippe -- 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 from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options

Re: DockLayoutPanel KeyHandler?

2011-02-26 Thread Philippe Beaudoin
Have you tried setting an explicit height to your DockLayoutPanel? Usully, layout panels are meant to be embedded in other layout panels (all the way up to the RootLayoutPanel), but in your case it's probably not possible. Also, I'm not quite sure how to embed a layout panel in a FocusPanel.

Re: Scrollbars in IE with StackLayoutPanel

2011-02-27 Thread Philippe Beaudoin
Good to know Thomas, thanks for posting this. -- 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 from this group, send email to

Re: Templating for deferred binding / code generation

2011-03-03 Thread Philippe Beaudoin
I've never tried that but am very interested in how it works out for you if you ever decide to go this route. Please keep us posted! :) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

ui:style src attribute causes error in the Google Eclipse plugin

2011-03-03 Thread Philippe Beaudoin
if it would be possible to make the GEP maven-aware somehow? (Maybe this would even let me drop the .ui.xml in the resources folder?) Cheers, Philippe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Can't make @sprite working ...

2011-03-03 Thread Philippe Beaudoin
I think you may be hitting this bug: http://code.google.com/p/google-web-toolkit/issues/detail?id=5320 There is a workaround in there. -- 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: ui:style src attribute causes error in the Google Eclipse plugin

2011-03-04 Thread Philippe Beaudoin
Eclipse-based launching, hotswapping, and integrated debugging of client and server code. To me, this comfortable development environment is half the reason I choose a Java backend over Python. Cheers, Philippe -- You received this message because you are subscribed to the Google Groups

Re: ui:style src attribute causes error in the Google Eclipse plugin

2011-03-07 Thread Philippe Beaudoin
able to make it work. Any clue? Cheers, Philippe -- 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 from this group, send email to google-web-toolkit

GWT-platform 0.5.1 released, compatible with GWT 2.2.

2011-03-11 Thread Philippe Beaudoin
released libraries. You can get GWTP 0.5.1 from the download page: http://code.google.com/p/gwt-platform/downloads/list or from Maven central. Cheers! Philippe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Eclipse Run As Web Application overwrites all the libs

2011-03-20 Thread Philippe Beaudoin
I'm using maven with m2eclipse and want to use to nice debugging tools by running my app directly from Eclipse via the Run As Web Application command. This used to work well, but recently I've discovered that all the external dependencies in target/MyProject/WEB-INF/lib are deleted every time

Re: Eclipse Run As Web Application overwrites all the libs

2011-03-20 Thread Philippe Beaudoin
I found a workaround by disabling and reenabling Maven dependency injection in Eclipse: Right-click on the project Maven Disable Dependency Management Right-click on the project Maven Enable Dependency Management -- You received this message because you are subscribed to the Google Groups

Re: MVP pattern for Tabbed UI (Each Tab = Unique Module e.g. Orders)

2011-03-23 Thread Philippe Beaudoin
You may want to take a look at http://gwtplatform.com an MVP framework with built-in support for tabbed presenterd and breadcrumbs. Might not be exactly what you're looking for, but it may help get the conversation started... Cheers! Philippe -- You received this message because you

Re: MVP pattern for Tabbed UI (Each Tab = Unique Module e.g. Orders)

2011-03-23 Thread Philippe Beaudoin
For info, GWTP is looking to merge back with the GWT MVP classes. The goal is to offer a nice annotation-based alternative to the complex setup and boilerplate often required to wire together a large MVP app. In addition to features such as simple tab presenters or hierarchical name tokens,

Re: MVP pattern for Tabbed UI (Each Tab = Unique Module e.g. Orders)

2011-03-23 Thread Philippe Beaudoin
Sorry, wrong link: http://www.google.com/events/io/2011/sessions.html -- 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 from this group, send email to

Re: MVP pattern for Tabbed UI (Each Tab = Unique Module e.g. Orders)

2011-03-24 Thread Philippe Beaudoin
, Philippe On Thu, Mar 24, 2011 at 8:30 AM, Y2i yur...@gmail.com wrote: I'm not aware of an existing sample app, but it's not hard to implement.  Start from this tutorial http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html In the entry point http://code.google.com

Re: Protovis-GWT

2011-03-25 Thread Philippe Beaudoin
Looks like a very useful tool! 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 from this group, send email to

  1   2   3   >