Re: GWT - Tree - Replace the cross event by clicking on the parent item

2013-07-28 Thread Vagner Araujo
Item(item2); // Add the nameField and sendButton to the RootPanel // Use RootPanel.get() to get the entire body element RootPanel.get("nameFieldContainer").add(t); }* ... -- *Vagner Araujo * *Orsic.org <http://www.orsic.org> * * *** -- You receiv

Re: GWT - Tree - Replace the cross event by clicking on the parent item

2013-07-28 Thread Vagner Araujo
"Item 2"); item2.addTextItem("Item 2 - 1"); item2.addTextItem("Item 2 - 2"); item2.setStyleName("parent"); DOM.getFirstChild(item2.getElement()).addClassName("nocross"); .. CSS File ... .nocross > t

Re: TreeItem - bold only the parent item in a Tree?

2013-07-26 Thread Vagner Araujo
ent.getElement()).addClassName("bold"); parent.setText("Parent 2"); parent.addTextItem("Child"); tree.addItem(parent); CSS File .bold { font-weight: bolder; } . -- * Vagner Araujo * *Orsic.org <http://www.orsic.org> * * *** -- You received thi

Re: GWT Reflection

2013-01-16 Thread Vagner Araujo
uction environment. *Note 2*: The documentation was written in pt_BR. *Note 3*: To use it just the following statement in your module: * * -- *Vagner Araujo* Orsic.org <http://www.orsic.org> -- You received this message because you are subscribed to the Google Groups "Google We

Re: GWT Reflection

2013-01-16 Thread Vagner Araujo
uction environment. *Note 2*: The documentation was written in pt_BR. *Note 3*: To use it just the following statement in your module: * * -- *Vagner Araujo* Orsic.org <http://www.orsic.org> -- You received this message because you are subscribed to the Google Groups "Google We

Re: Label Click Handler Problem

2011-01-03 Thread Vagner Araujo
Hi, you are setting an integer value that IE interprets it as -2147024809, so the exception. * $FlexCellFormatter.setColSpan(FlexTable.java:78) at com.BiddingSystem.client.View.LoginView.(LoginView.java:* Thanks, -- * Vagner Araujo O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO

Re: session in gwt

2011-01-02 Thread Vagner Araujo
Hello friends, this example might help. But this example is old, it was posted in 2009. http://snipt.net/javagner/session-in-gwt/ Thanks, -- * Vagner Araujo O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO ! INDO AO INFINITO E ALÉM... !! [image: logo.gif] * -- You received this

checkbox in celltable header

2011-01-01 Thread Vagner Araujo
http://snipt.net/araujo921/checkbox-in-gwt-celltable-header -- * Vagner Araujo O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO ! INDO AO INFINITO E ALÉM... !! [image: logo.gif] * -- You received this message because you are subscribed to the Google Groups "Google Web To

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-10 Thread Vagner Araujo
Hello Friends, gwt plugin work in my google-chrome 8.0.552.215. But in development mode It's very very very slow. I'm using Slackware Linux Current 32bits with xfce4, eclipse Helios and 2GB ram. Thanks, -- * Vagner Araujo O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO

Re: PureGWT Showcase Preview Part II

2010-11-11 Thread Vagner Araujo
eck out in showcase. ;-) *3. Column hiding* nope, maybe in the future. *4. Column freezing* nope, maybe in the future. Thanks, -- * Vagner Araujo O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO ! INDO AO INFINITO E ALÉM... !! * -- You received this message because you are subscrib

Re: PureGWT Showcase Preview Part II

2010-11-04 Thread Vagner Araujo
Hi, thanks for your reply, but this is still a preview showcase, fonts are large, because users complain of the small fonts, this is the font size used in a screen resolution of 1024x768 and this is a pattern of development, at least around here. ;-) -- *Vagner Araujo O PLANETA É O MEU PAÍS

PureGWT Showcase Preview Part II

2010-11-04 Thread Vagner Araujo
Hello friends, see an new PureGWT Showcase Preview <http://showcase.jdukes.com>. -- *Vagner Araujo O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO ! INDO AO INFINITO E ALÉM... !! * -- You received this message because you are subscribed to the Google Groups "Google

Re: GWT Session

2009-04-21 Thread Vagner Araujo
Hi Friends, http://snipt.net/javagner Vagner Araujo --~--~-~--~~~---~--~~ 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@googlegro

Re: Simple Loading While GWT Application Loads

2009-04-20 Thread Vagner Araujo
Hi friends, this post can be easily adapted to load a gif loading. see this link: http://javagner921.s155.eatj.com/web2/ *this link will be valid until tomorrow. Vagner Araujo Java + Vagner = Javagner --~--~-~--~~~---~--~~ You received this message because

Re: what's wrong here?

2009-04-19 Thread Vagner Araujo
Window.alert(result); } }; ArrayList modelList = new ArrayList(); modelList.add(m1); greetingServiceAsync.greetServer(modelList, callback); }//end onModuleLoad Vagner Araujo Java

Simple Loading While GWT Application Loads

2009-04-18 Thread Vagner Araujo
ssBar-text { font-size: 12px; } .gwt-ProgressBar-shell .gwt-ProgressBar-text-firstHalf { color: green; } .gwt-ProgressBar-shell .gwt-ProgressBar-text-secondHalf { color: black; } -- Vagner Araujo Java + Vagner = Javagner --~--~-~--~~~---~--~~ You re

Re: GWT Developer's Guide can't work

2009-03-07 Thread Vagner Araujo
No, It is working. Vagner Araujo. --~--~-~--~~~---~--~~ 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: GWT Developer's Guide can't work

2009-03-07 Thread Vagner Araujo
No, It has been working. Vagner Araujo. --~--~-~--~~~---~--~~ 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

Re: Error GWT

2009-03-06 Thread Vagner Araujo
blz, não esqueça de postar o resultado aqui. ;-) -- Abraço. Vagner Araujo --~--~-~--~~~---~--~~ 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-W

Re: Error GWT

2009-03-06 Thread Vagner Araujo
depois posta o resultado. Você estar utilizando algum outro jar além do GWT ? -- Abraço. Vagner Araujo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, sen

Re: Error GWT

2009-03-06 Thread Vagner Araujo
possa debugar. -- Abraço Vagner Araujo. --~--~-~--~~~---~--~~ 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: Error GWT

2009-03-05 Thread Vagner Araujo
Olá, quando esse erro começou a aparecer ??? Eu já vi esse erro de InvalidJarIndexException em uma outra Thread aqui no grupo. se puder postar mais detalhes de quando esse erro começou aparecer. Abraço. Vagner Araujo. --~--~-~--~~~---~--~~ You received this

Re: Openfire and gwt

2009-03-05 Thread Vagner Araujo
I also had this problem when I was developing the jtalk (for Desktop), I solved my problem using the class PacketCollector. Vagner Araujo. Http://jtalk.jdukes.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: popup menu example

2009-03-01 Thread Vagner Araujo
http://gwt.google.com/samples/Showcase/Showcase.html#CwBasicPopup Vagner Araujo. --~--~-~--~~~---~--~~ 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-W

Re: Gwt and Smack Openfire error

2009-02-28 Thread Vagner Araujo
Hello, before you invoke the login method, you must invoke the connect() method. connection.connect(); connection.login( user, pass); Vagner Araujo. vag...@jdukes.com http://jtalk.jdukes.com --~--~-~--~~~---~--~~ You received this message because you are

GWT + JasperReport

2009-02-28 Thread Vagner Araujo
net.sf.jasperreports.engine.JasperPrint; import net.sf.jasperreports.view.JasperViewer; /** * @author Vagner Araujo * */ public class GetReport extends HttpServlet{ private static final long serialVersionUID = -5295343701909694274L; protected void doPost(HttpServletRequest request

Re: GWT Session

2009-02-27 Thread Vagner Araujo
tId(); }//end if return null; }//end login //end LoginServiceImpl thanks All ;-) Professor Vagner Vagner Araujo. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google W

GWT Session

2009-02-26 Thread Vagner Araujo
s.passwd = passwd; }//end setPasswd public String getPasswd() { return passwd; }//end getPasswd }//end class //end User class //My Module.gwt.xml Vagner Araujo --~--~-~--~

Desktop Problem

2008-12-26 Thread Vagner Araujo
Hi guys, I tried to create an instance of class Desktop and had the following exception: [ERROR] Failed to create an instance of 'com.jdukes.jtalk.client. JTalk' via deferred binding com.google.gwt.core.client.JavaScriptException: (NS_ERROR_INVALID_POINTER): Component returned failure code: 0x800