Spring

2011-03-30 Thread Alexei Telles
I missed my last conversation (didn't receive e-mail answer because of membership option and I can't find it here in the group discussion). I'm sorry but I have to post it again. I've developing GWT app for some years and now I have to implement Spring Security in my app. I found some tutorials

Spring Security

2011-03-29 Thread Alexei Telles
Hi, I need to implement Spring Security in my GWT web application. Does anybody know a good tutorial to get me started? Thank you in advance. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Applet internet explorer

2011-01-10 Thread Alexei Telles
Hi Group; I am using an applet in my GWT project. This applet opens a socket connection and send a package to a print. I am having a problem only using the internet explorer browser. I have a class that loads the applet. This class extends a VerticalPanel. In the constructor I have: public

gwt-dnd

2010-11-08 Thread Alexei Telles
Hi Everybody I need some drag and drop's in my application. Searching GWT group I found gwt-dnd. I tried some examples and works fine. But I need to be able to drag and drop a widget that will contain some textboxes, buttons, hyperlinks, etc... I am a little confuse. Is possible to make this

Frameworks

2010-08-19 Thread Alexei Telles
Hi everybody. I've searching for some gwt news and I 've seen many new gwt tools on the internet. We could list here in this post frameworks that we have some experience. I mean 3rd Party Libraries to be used in gwt projects, both client and server sides. Reporting experiences, etc... What

ListBox with Image

2010-03-01 Thread Alexei Telles
Hello everybody Is possible to put a widget (in my case as image) inside a ListBox? I want to create a ListBox of countries, so I would like to have a flag of the country and the name in each item of the List... Is there a way to do that? thanks in advance... -- You received this message

incubator ScrollTable

2010-01-21 Thread Alexei Telles
Hi, I'm just starting using the gwt-incubator. I need to make a table, so I am using a FixedWidthFlexTable to the header and a FixedWidthGrid to the dataTable (content of the table). I have a procedure that mounts the dataTable The problem that I am having is: when my dataTable have more than

Table

2010-01-11 Thread Alexei Telles
Hi everybody I am looking for a table with a scroll, header freeze (the first row keeps freezed when the user moves the scroll), collumn sorting and row listener... Currently I am using a scrollPanel with a Grid inside. I don't have header freezed, collumn sorting and neither a row listener.

Page back color

2009-12-22 Thread Alexei Telles
Hi guys, I am trying to change the back color of my page, but I can't do that.. I tried by CSS body { background-color: #f1f2f3; } and setting the bgcolor property of the body tag in my HTML file: body bgcolor=#f1f2f3 /body It's not working. Any help? Thanks again -- You received this

gwt-voices

2009-12-21 Thread Alexei Telles
Hello guys, I am trying to start using the gwt-voices in my GWT project. To start I tried the example: SoundController soundController = new SoundController(); Sound sound = soundController.createSound (Sound.MIME_TYPE_AUDIO_MPEG, file:///home/alexei/teste.mp3);

Download file

2009-08-24 Thread Alexei Telles
Hi... I need to create a link in my web application where the user will download a file that is in my server. I was searching for something in the web, but I could not find something about. Is there any GWT tool that allow me to develop a link in my application to make a download from the

Widgets

2009-08-20 Thread Alexei Telles
Hi folks, What widgets do you use in your GWT application? Currently I am using GWT widgets, but they are basic widgets i think. And there are only about 30 or more. I was searching for new options on the web and I found the GXT. In my case, I would have to buy one license. Can you, more

Server side

2009-08-18 Thread Alexei Telles
Hello guys. I'm trying finally to make my GWT application works client and server sides. I have a simple service (just one method for now). This method, on the server side, uses a Jar file (created for me) to connect in my database (MySql) using hibernate. I am having a problem to use

RadioButton listener

2009-08-13 Thread Alexei Telles
Hello everybody I hava 2 Raio buttons in my application. Both are inside a FlowPanel. I just need to execute some stuffs when the user clicks in these radio's. I have: radio.addClickHandler(new ClickHandler() { public void onClick(ClickEvent event) {

Newbie - HTML pages

2009-08-11 Thread Alexei Telles
Hello everybody.. I am just beginning with GWT development and this is my first post. I have some experience with web development. I am using Eclipse as IDE for developing. I created an GWT project using the GWT plugin for Eclipse. So far, so good... Eclipse created the packages, classes,