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

2013-07-28 Thread Vagner Araujo
(Item 2 - 2); item2.setStyleName(parent); DOM.getFirstChild(item2.getElement()).addClassName(nocross); .. CSS File ... .nocross tbody tr td img { display: none; } .parent div div { padding: 3px !important; } .. -- * Vagner Araujo * *Orsic.org http

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

2013-07-28 Thread Vagner Araujo
element RootPanel.get(nameFieldContainer).add(t); }* ... -- *Vagner Araujo * *Orsic.org http://www.orsic.org * * *** -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from

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

2013-07-26 Thread Vagner Araujo
); 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 this message because you are subscribed to the Google Groups Google Web Toolkit

Re: GWT Reflection

2013-01-16 Thread Vagner Araujo
*: The documentation was written in pt_BR. *Note 3*: To use it just the following statement in your module: * inherits name=org.puregwt.reflection.Reflection / * -- *Vagner Araujo* Orsic.org http://www.orsic.org -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: GWT Reflection

2013-01-16 Thread Vagner Araujo
*: The documentation was written in pt_BR. *Note 3*: To use it just the following statement in your module: * inherits name=org.puregwt.reflection.Reflection / * -- *Vagner Araujo* Orsic.org http://www.orsic.org -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

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.init(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

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 Toolkit group

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 ! INDO AO

Re: PureGWT Showcase Preview Part II

2010-11-11 Thread Vagner Araujo
. 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 subscribed to the Google Groups

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 Web Toolkit group

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

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@googlegroups.com To unsubscribe

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); } }; ArrayListModel modelList = new ArrayListModel(); modelList.add(m1); greetingServiceAsync.greetServer(modelList, callback); }//end onModuleLoad Vagner Araujo Java + Vagner

Simple Loading While GWT Application Loads

2009-04-18 Thread Vagner Araujo
{ background: #4188FA; } .gwt-ProgressBar-shell .gwt-ProgressBar-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

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 from

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 this group

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 this group

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, send email to Google

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-Web-Toolkit

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: 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

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-Web-Toolkit

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 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

Re: GWT Session

2009-02-27 Thread Vagner Araujo
LoginServiceImpl thanks All ;-) Professor Vagner 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

GWT Session

2009-02-26 Thread Vagner Araujo
'/ !-- Specify the application specific style sheet. -- stylesheet src='Main.css' / servlet path=/session class=com.javaneses.spring.server.rpc.service.SessionServiceImpl/ servlet path=/login class=com.javaneses.spring.server.rpc.service.LoginServiceImpl/ /module Vagner

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: