Re: listbox that contains widgets instead of just text..

2009-12-05 Thread Miroslav Genov
Ops. My mistake, wrong answer of the right question :). Sorry about that. So I think that you could define your own custom widget that is using several existing widgets that are looking similar to that you wanna build. You could extend the Composite widget and to combine other several widgets

Re: GWT 2.0 books

2009-12-05 Thread philippe
a good book for French readers, is being prepared here : http://www.dng-consulting.com/blogs/index.php/2009/12/04/programmation-gwt-2-bientaocirc-t-en-lib-1?blog=1 On 4 déc, 04:05, Nian Zhang wrote: > I expect too. > > On Dec 3, 8:30 am, FKereki wrote: > > > > > Personally, I'm authoring a book

Re: listbox that contains widgets instead of just text..

2009-12-05 Thread Joe
Hi Jaimon, There's a widget i have created long time ago, it's a listbox functionality, but where i have control on all css and styles and design of it. As you know, the normal listbox of gwt depends on your browser look and feel. But the idea is simple: You need to have a textbox with image(dro

Re: Full GWT Website with MS SQL Server 2008

2009-12-05 Thread Joe
Well, You're right Sathya, it is taking time, this is because the website contains lots of tables, horizontalpanel, htmlpanel, verticalpanel, etc ... TextBoxes on the other hand do not take long, what takes long is every dropdown, this is a customized widget built from scratch, this too needs to

SplitLayoutPanel - Is there a way to set splitter position programmatically?

2009-12-05 Thread shiang
Hi all, Do you know is there any workaround solutions to set the splitter position programmatically of a SplitLayoutPanel? (example: HoriozontalSplitPanel has the setPosition() method but SplitLayoutPanel does not have). Thank you, Shiang -- You received this message because you are subscribed

Re: Can anyone over here help me out in sending the email from gwt application

2009-12-05 Thread Jeff Chimene
Another technique is to create a mailto url (www.ietf.org/rfc/rfc2368.txt ). Clicking such a link will launch the user's smtp client. On Fri, Dec 4, 2009 at 1:42 AM, gwtfanb0y wrote: > The way you have to go to solve your problem: > > 1. Build a nice GUI where the user can insert all the data (r

Re: Has any one written new annotations for GWT Client side ?

2009-12-05 Thread keyboard_samurai
Thanks for the reply ... Can you provide more information on the generator side and how can i accomplish this ? I would definitely look into the lovely json rpc code. Any directions on this would be greatly appreciated. Thank you ! Cheers! On Dec 4, 9:43 pm, Jamie Gennis wrote: > Annotations

Problem with JSON in Stockwatcher Sample

2009-12-05 Thread TalkinJive
Hi, I'm new with GWT. I'm trying JSON with Stockwatcher application (with servlet, overlay type and RequestBuilder). I've fixed the coma problem in the JsonStockData servlet. When I add or remove an item, method refreshWatchList call JsonStockData servlet and everything is OK. BUT when the timer

Re: Full GWT Website with MS SQL Server 2008

2009-12-05 Thread julien.dram...@gmail.com
Nice web site but do you think about the search engines ?? I'm not sure that the site is optimized for google search... On 5 déc, 11:13, Joe wrote: > Well, You're right Sathya, > > it is taking time, this is because the website contains lots of > tables, > horizontalpanel, htmlpanel, verticalpane

My app works once deployed, but not in hosted mode.

2009-12-05 Thread bcr666
I see the blank page in the hosted browser, and if I right click and view source, the html is good. The hosted browser is not showing any of the things I put on it though. html file Web Application Starter Project

Re: Has any one written new annotations for GWT Client side ?

2009-12-05 Thread Jamie Gennis
> Can you provide more information on the generator side and how can i > accomplish this ? It's not really well documented as far as I know, so the best place to get information is by reading the source code of GWT and other libraries that implement generators. The basic idea is that in your .gwt

Re: GWT and Eclipse Plugin: Compilation failed

2009-12-05 Thread mig
Ok, i was running JRE 1.6.0_04 which for some reasons hangs hotspot. With JRE 1.6.0_17 and i don't have the issue anymore. -- 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-tool...@googlegroup

Re: mozilla-hosted-browser.conf and Gentoo Linux

2009-12-05 Thread Mary-Anne Wolf
I have been puzzling over your post for days. Thank-you, but I still do not understand. I am running GWT 1.5.3, which is <2.0 as you had guessed. I am trying to run it within Eclipse using a .launch file. I have an existing .launch file which is filled with Windows-specific pointers to libraries,

Embedding a gadget into a UIObject/Panel within GWT

2009-12-05 Thread mmedvinsky
Hi All, I am having difficulty embedding gadget script tag with a UIObject in GWT. Has anyone done this? It seems obvious at first but I can not get it to wor for some reason. What I would like to do is to use GWT as a layout container for gadgets and that means adding a gadget to a container,

Query on Google Web Toolkit (GWT)

2009-12-05 Thread Nilesh
Hi Everyone, I am working with one of the reputed software companies in India. Recently I heard from one of my friends that google would stop supporting GWT and start promoting Smart GWT. In our product technology stack we have GWT and some other applications. if google stops supporting GWT, what

Cache control for host page?

2009-12-05 Thread shawnjohnson
We are trying to resolve a caching issue we are having when we deploy our GWT app. Currently our servers don't really set any cache control headers, not even expires. I've only seen one opinion on this issue - they say to set cache- control headers for the host page and nocache.js files to no-cac

geocoder.LatLng don't work

2009-12-05 Thread Andrea
Hy. I have some problem with the geocoder class. The method under return a empty lista otherwise if I put the Window.alert("") the method return the correct result. There is nobody that can help me? I want that the Arraylist return the correct result without use Window.alert Thanks Andrea public A

Re: Development Mode Firefox 64bit Linux Issue

2009-12-05 Thread Chris White
Chris Im having the same problems, Im on debian so my Im technically running iceweasel which is the free software version of firefox, It may be complaining because it doesnt realise that iceweasel = firefox (Wave does) or it may be, and that it does have the plugin installed or it may be another i

Re: geocoder.LatLng don't work

2009-12-05 Thread Eric Ayers
geocoder.getLatLng() is an asynchronous method. Your callbacks from geocoder.getLatLng() will not going to have a chance to get called before your method "getAddress()" returns. On Sat, Dec 5, 2009 at 1:12 PM, Andrea wrote: > Hy. I have some problem with the geocoder class. > The method under r

Re: Query on Google Web Toolkit (GWT)

2009-12-05 Thread Chris Ramsdale
Google has no intention of dropping support for GWT. Instead we will continue to add features and functionality, much like we are doing with the 2.0 release of GWT. There's no reason to worry that the toolkit that you have invested in will be deprecated. Thanks, Chris On Fri, Dec 4, 2009 at 12:53

DockLayoutPanel inside custom DecoratorPanel

2009-12-05 Thread Will
I am trying to create a custom DecoratorPanel that will work with DockLayoutPanel as the child widget. I tried a normal DecoratorPanel and found that only Widgets in the North section of the DockLayoutPanel actually render. I used FireBug to determine that the rest of the widgets are added to the

IntelliJ

2009-12-05 Thread wil.pannell
This follows up a prior post: can someone with experience post a sample that uses GWT with IntelliJ, maybe even with Maven? There are very few examples available on the web. I would like particularly to see how the hosted mode debugger can be consistently configured. -- You received this messa

Re: mozilla-hosted-browser.conf and Gentoo Linux

2009-12-05 Thread Jeff Chimene
On Sat, Dec 5, 2009 at 5:20 PM, Mary-Anne Wolf wrote: > I have been puzzling over your post for days. > Thank-you, but I still do not understand. > > I am running GWT 1.5.3, which is <2.0 as you had guessed. > > I am trying to run it within Eclipse using a .launch file. > I have an existing .laun

Re: IntelliJ

2009-12-05 Thread Alexander
There is a demo from Jetbrains itself. http://www.jetbrains.com/idea/features/gwt.html I believe its enough to understand how configure and run simple application in IDEA. What about Maven integration - its not so hard just read about http://mojo.co