TabLayoutPanel - Images in Tabs

2012-10-07 Thread Renato Beserra
think that should be possible to code this. Thanks in advance, -- Renato Beserra Sousa -- 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: TabLayoutPanel - Images in Tabs

2012-10-07 Thread Renato Beserra
I just found the answer! If it is useful for someone, i just assumed TabBar height would adjust to bigger images, but i found a doc that explains that the Layout components that require a size, like in the TabLayoutPanel constructor, wont resize automatically. 2012/10/7 Renato Beserra renatobese

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-09 Thread Renato Beserra
at http://groups.google.com/group/google-web-toolkit?hl=en. -- Renato Beserra Sousa -- 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

[gwt-visualization-api] Export chart to image

2011-10-21 Thread Renato Beserra
be easily exported. Thanks in advance. []'s -- Renato Beserra Sousa -- 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: Why the GWT team decided to name the interface for a view Display?

2011-09-19 Thread Renato Beserra
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Renato Beserra Sousa -- 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: GWT + Spring Security

2011-07-08 Thread Renato Beserra
/) to do the URL mapping since it does better integration with GWT than spring's built-in handlers do. You may also want to look into gwtsecurity to send better exceptions to your client: http://code.google.com/p/gwtsecurity/ On Jul 7, 1:02 pm, Renato Beserra renatobese...@gmail.com wrote: Thanks

Re: GWT + Spring Security

2011-07-08 Thread Renato Beserra
. It won't work as just a servlet entry in your web.xml. DispatcherServlet is one of the easiest way to make it do that. On Jul 8, 7:11 am, Renato Beserra renatobese...@gmail.com wrote: Hi Kevin, thanks for your answer. I tried to do it on the interface my server-side code uses

GWT + Spring Security

2011-07-07 Thread Renato Beserra
on the server-side? Thanks in advance. -- Renato Beserra Sousa -- 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

Re: GWT + Spring Security

2011-07-07 Thread Renato Beserra
and show an alert to the user. Juan 2011/7/7 Renato Beserra renatobese...@gmail.com Hi, I am integrating a GWT application with Spring Security and I got a great example on a previous thread - http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c8032d9a472d975b

Re: GWT Session/login

2011-06-16 Thread Renato Beserra
me :) Regards, Juan 2011/5/27 Renato Beserra renatobese...@gmail.com Thanks a lot Juan, it will be very useful! 2011/5/27 Juan Pablo Gardella gardellajuanpa...@gmail.com Yes is easy and powerfull. I'll make a sample and share to you. 2011/5/27 Renato Beserra renatobese...@gmail.com

Re: Google plugin for Eclipse withou WindowBuilder (GWT Designer)

2011-06-16 Thread Renato Beserra
this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Renato Beserra Sousa -- You received this message because you are subscribed to the Google Groups Google Web

Re: Google plugin for Eclipse withou WindowBuilder (GWT Designer)

2011-06-16 Thread Renato Beserra
and I am minimalist I just dont want that heh :) On Jun 16, 7:02 pm, Renato Beserra renatobese...@gmail.com wrote: I don't like the GWT Designer either, but how does it cause you problems? Is it opening your classes by default or something? 2011/6/16 Vrto michal.vrt...@gmail.com

Re: GWT Session/login

2011-06-16 Thread Renato Beserra
roles = new HashSetString(); CollectionGrantedAuthority _roles = getAuthorities(authentication); for (GrantedAuthority gr : _roles) { roles.add(gr.getAuthority()); } return roles; } } Juan 2011/6/16 Renato Beserra renatobese...@gmail.com Hi Juan, Thanks again for the example. I

Re: GWT Session/login

2011-05-27 Thread Renato Beserra
Gardella gardellajuanpa...@gmail.com Use a framework to manage security concern, for example Spring Security. This framework use HttpSession for example 2011/5/26 Renato Beserra renatobese...@gmail.com Hey guys, I am developing a GWT application that requires login and I am using GWT RPC. I

Re: GWT Session/login

2011-05-27 Thread Renato Beserra
Thanks a lot Juan, it will be very useful! 2011/5/27 Juan Pablo Gardella gardellajuanpa...@gmail.com Yes is easy and powerfull. I'll make a sample and share to you. 2011/5/27 Renato Beserra renatobese...@gmail.com Do you know if the integration is easy? I searched the web and found some

Re: GWT Session/login

2011-05-27 Thread Renato Beserra
ask me :) Regards, Juan 2011/5/27 Renato Beserra renatobese...@gmail.com Thanks a lot Juan, it will be very useful! 2011/5/27 Juan Pablo Gardella gardellajuanpa...@gmail.com Yes is easy and powerfull. I'll make a sample and share to you. 2011/5/27 Renato Beserra renatobese

GWT Session/login

2011-05-26 Thread Renato Beserra
://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ Thanks in advance! -- Renato Beserra Sousa Brazil -- 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

CellTree - How to show root node?

2011-05-12 Thread Renato Beserra
only know the basics of css. Does anyone have a suggestion? Many Thanks! -- Renato Beserra Sousa -- 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