NumberFormat custom grouping separator

2012-01-02 Thread tanteanni
(Happy New Year!) I need to change grouping separator (, in US . in DE) to Space (' ') for all Locales how to achieve that? thx in advance -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Using ui:msg inside of a @UiChild

2012-01-02 Thread Tiago Rinck Caveden
Hello all, I have a widget is sort of a custom implementation of ValueBoxEditorDecorator. This widget has a @UiChild method which receives a String for the error message: @UiChild(limit=1, tagname=errorMessage) public void setErrorMessage(String errorMessage) { this.errorMessage =

Re: Using ui:msg inside of a @UiChild

2012-01-02 Thread Thomas Broyer
Label implements HasText, so it can contain text that is then passed to setText (as if you used a text= attribute on the element). Button implements HasHTML, so it can contain HTML that is then passed to setHTML. Both cases are handled by specialized ElementParsers (HasTextParser and

Re: Abridged summary of google-web-toolkit@googlegroups.com - 8 Messages in 6 Topics

2012-01-02 Thread xavier . ivanez
NOUVEAU - BORE@L INFORMATIQUE INTEGRE JPA CONSULTANTS Afin de mieux vous servir, nos deux sociétés ont décidé de réunir leurs compétences et leur professionnalisme sous le nom de JPA CONSULTANTS SA . Par ce partenariat, nous nous améliorerons sur les points suivants : • Logiciel :

Re: GWT Developer Plugin for Firefox 9

2012-01-02 Thread HakunaMatata
Working on Lion, many thanks!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/gTA9Y8_EtLwJ. To post to this group, send email to

System.arraycopy limits and Function.prototype.apply

2012-01-02 Thread cko
Hi all, I have this silly example (which is actually quite common in regular Java): private static int testArraycopy(int size) { double[] src = new double[size]; double[] dest = new double[size + 1]; System.arraycopy(src,0,dest,0,src.length); return

Re: Image border

2012-01-02 Thread Pavel Byles
I'm loading it via a sprite in my css file: @sprite .slide1 { gwt-image: 'slide1'; } Then I mention it in a resources file: @Source(images/slide1.jpg) ImageResource slide1(); and link my resources file to my css: public interface HuJaWebsiteCss extends CssResource { String slide1(); }

Re: Eclipse GWT compile button

2012-01-02 Thread Hannes
Hi, thank you for your answer. I tried it that way, but i can't see all of this items. The only item I see is Google Services and Development Tool. Regards, Hannes -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Eclipse GWT compile button

2012-01-02 Thread Hannes
I added a screenshot: https://lh6.googleusercontent.com/-4pHeLgLFO5s/TwHlnY7DejI/AFI/FWfWYsCDvdQ/s1600/perspective.png btw. I am using ubutnu 11.04 if it matters -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: multi selection without using Ctrl

2012-01-02 Thread mma
I'm replying to my own post with the solution. class ServiceTypeTableView { public ServiceTypeList () {} DefaultSelectionEventManagerServiceType customManager = DefaultSelectionEventManager.createCustomManager(newEventTranslatorServiceType() { public boolean

requestFactoryServlet did not complete its transaction

2012-01-02 Thread thiago borges martins
Good afternoon staff, I have a problem with what I believe is something RequestFactory atoa. I am doing an import of a file and when the process is running on the side of EJB3 I persist a list of objects and in some cases may take persistence. When the service ends EJB to persist in the bank he

g:frame doesn't work with external link

2012-01-02 Thread mars
i have gwt app, and one of the 'page'(or display) has a iframe whose url point to google web page, however when deploy the app, google page doesn't show up. here is the code g:HTMLPanel styleName={style.ctntBox} div id=contactForm g:Frame url=http://www.google.com/;/g:Frame

Re: g:frame doesn't work with external link

2012-01-02 Thread Jens
Are you sure that your g:Frame has a correct size 0? Try adding a specific width/height. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

hiii

2012-01-02 Thread Amrutha Thomas
Image image_3 = new Image(Images/1.png); absolutePanel_2.add(image_3,15,15); image_3.setAltText(1); image_3.addClickListener(new ClickListener() { public void onClick(Widget sender){ textBox.setText(