Re: Debugging GWT App in Eclipse

2009-07-26 Thread Paul Robinson
There's a bug in JDK 1.6.0_14 that does this, so check what version of java you are using. The workaround is to downgrade to JDK 1.6.0_13 Howard Tan wrote: > Hi Ekki, > > Did you get this to work on your office computer? I'm experiencing the > same problem, and just like to get this to work. > >

Re: Chrome+gwt - how is it special. (does HTML get bypassed)

2009-07-26 Thread alex.d
Compiled GWT app doesn't have any "gwt"-code - it's just javascript at that point. On 25 Jul., 09:13, hari sujathan wrote: > in normal web browser the  sequence for rendering any web framework: > GWT --> HTML --> rendering UI > > in case of "chrome" is it?: > GWT --> rendeing UI. > > (which mean

How to test FlexTable click?

2009-07-26 Thread Dalla
Hi all I have a click handler method like this in my presenter widget.getTable().addClickHandler(new ClickHandler() { @Override public void onClick(ClickEvent event) { FlexTable table = (FlexTable) event.getSource(); Cell cell = tab

Re: Which use for CSS?

2009-07-26 Thread Jan Ehrhardt
Hi, GWT apps are web apps and they're running inside a browser, thus it's a good choice to use CSS. If you look to the Showcase app ( http://gwt.google.com/samples/Showcase/Showcase.html), it's using different themes and the switch is done by changing the CSS file, which provides colors, borders, e

Re: GWT code not running using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1

2009-07-26 Thread Rick
Hi Juraj Thanks a lot. I have been shifted on GWT 1.7 and problem is no more now. Rick On Jul 25, 2:10 pm, Juraj Vitko wrote: > http://code.google.com/webtoolkit/doc/1.7/ReleaseNotes_1_7.html > > GWT1.7 adds explicit support for Internet Explorer 8, Firefox > 3.5, ... > > On Jul 24, 12:46 pm,

Widget.clear() method not clearing properly

2009-07-26 Thread Thamizharasu S
Hi All, I have defined one sample content control in static html file. In my Entry point class i have a button, if i click the button i have to clear all the contents from the and put my own widget inside. So what i did was RootPanel.get("sample").clear(); Then i add my widget inside RootPanel.

Editable ListBox ?

2009-07-26 Thread Nim
Hi All, i/m looking for Editable ListBox,does GWT support it.? Thanks in Advance, Nim --~--~-~--~~~---~--~~ 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: GWT and spring framework

2009-07-26 Thread thai huynh
Hi Master, I think it is useful for you by link: http://code.google.com/p/tocollege-net/ regards, thaihuynh. On Sun, Jul 26, 2009 at 9:55 PM, Master wrote: > > Hi, > > I am developing an application where i need to integrate GWT with > Springs framework. I need to integrate GWT components in

Re: How can you detect a mouse double click on a text box?

2009-07-26 Thread Rahul
Hi Hussain thanks a lot for reply I am looking for a solution in web development. Please reply if you could help me with this thanks a lot On Jul 26, 12:39 am, Hussain Cutpiecewala wrote: > HI Rahul.. > This is hussain. > can you tell me whether you are looking for solution in web development

Re: I18N FileUpload

2009-07-26 Thread Ian Bambury
You can't / don't need to. It depends on the language settings of you computer and/or browser Ian http://examples.roughian.com 2009/7/27 Pion > > FileUpload widget has default “Browse” button. > > How do I change the “Browse” to other language (for I18N purpose)? > > Thanks in advance for your

I18N FileUpload

2009-07-26 Thread Pion
FileUpload widget has default “Browse” button. How do I change the “Browse” to other language (for I18N purpose)? Thanks in advance for your help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit

Re: google plugin database connectivity

2009-07-26 Thread bhanu
I checked the path. It is correct only. this problem is happening only in google eclipse plugin. But in cypal studio plugin it is working fine. thanks Bhanu On Jul 27, 1:25 am, "salvador.ce" wrote: > verify your path... > > 2009/7/26 bhanu : > > > > > > > > > Hi > > > Hi I am using google plug

Sessions And Gwt

2009-07-26 Thread Bhayat
When i create my application,i need sessions but i am new on gwt and i dont know how to create session and how to store data in this sessions.Can any one give me informations or link to understand them easily ?? --~--~-~--~~~---~--~~ You received this message becaus

Re: google plugin database connectivity

2009-07-26 Thread salvador.ce
verify your path... 2009/7/26 bhanu : > > Hi > > Hi I am using google plugin for my GWT application.when I am trying to > connect with mysql database, I am getting the exception saying > java.sql.SQLException: No suitable driver found for jdbc:mysql:// > localhost:3306/DBName. > > But I am sure t

google plugin database connectivity

2009-07-26 Thread bhanu
Hi Hi I am using google plugin for my GWT application.when I am trying to connect with mysql database, I am getting the exception saying java.sql.SQLException: No suitable driver found for jdbc:mysql:// localhost:3306/DBName. But I am sure that my database connection is correct. I checked throug

Re: AssertionError '-mozOpacity' ??

2009-07-26 Thread mic
Is there any way switching this assertion off? The -da VM argument suggested in other threads does not seem to work... On Jul 24, 2:05 pm, mic wrote: > I am using GWT 1.7 together with the GWT Window Manager > (http://www.gwtwindowmanager.org/) and receive the following exception. > > It is fi

Re: Cool GWT Features

2009-07-26 Thread Jeff Chimene
On 07/26/2009 10:07 AM, Chinmay Bajikar wrote: > Hi all, > > I am thinking of giving a presentation on GWT to the local Java Users > Group(JUG) here. > Most of the community here is on the Spring Hibernate, JSP platform. > > I would appreciate if anybody can give me suggestions as to which cool

Re: Fetch Listbox Data onMouseDown

2009-07-26 Thread Isaac Truett
No, it's not possible to force a select box to open with JS. What you could do is use a SuggestBox instead. On Sun, Jul 26, 2009 at 10:50 AM, woland wrote: > > Hi, > > I have a ListBox and I would like to fetch the options from a database > just before the drop down pops up. > > I would like that

Re: Eclipse plugin for Eclipse 3.5 (Galileo)

2009-07-26 Thread Isaac Truett
It certainly is unfortunate that you would be delaying your project because of a single convenience plugin. I would recommend that you strive for more self-sufficiency and less sense of entitlement. On Sat, Jul 25, 2009 at 8:57 PM, SuperEva wrote: > > So...just curious...when will the plugin b

Re: How can you detect a mouse double click on a text box?

2009-07-26 Thread Hussain Cutpiecewala
HI Rahul.. This is hussain. can you tell me whether you are looking for solution in web development or desktop development? On Fri, Jul 24, 2009 at 8:28 PM, Rahul wrote: > > Hi > i would like the functionality that when a user double clicks on the > textbox, the existing text on the textbox dele

Bug in GWT 1.5 when using java.util.Date

2009-07-26 Thread hvt_kg
Hi All, anyone help me about the problem such as: I have created a application using GWT1.5.3. and hibernate. I send a custom object via RPC to talk to my server. The object implements serializable, IsSerializable and everything works fine, when I additional property Date(java.util.Date) for my

GWT and spring framework

2009-07-26 Thread Master
Hi, I am developing an application where i need to integrate GWT with Springs framework. I need to integrate GWT components in JSP pages. Can anyone please help me out and provide some sample code to achieve this. Thanks in Advance. --~--~-~--~~~---~--~~ You rece

Re: Eclipse plugin for Eclipse 3.5 (Galileo)

2009-07-26 Thread SuperEva
So...just curious...when will the plugin be ready. Some of us have been waiting over a month. It is very unfortunate the way this is delaying our project. Do you recommend we move back to 3.4 Eclipse or turn elsewhere for solutions? Or is the fix really gonna come within the next week? Appreciate

Fetch Listbox Data onMouseDown

2009-07-26 Thread woland
Hi, I have a ListBox and I would like to fetch the options from a database just before the drop down pops up. I would like that the DropDown shows up, at the onSuccess of my callback (and not right away). Is there a way to achieve this? listbox.addMouseDownHandler(new MouseDownHandler() {

Calling listbox.clear() is very slow in IE for large list boxes

2009-07-26 Thread Dazza
Calling listbox.clear() is very slow in IE for large list boxes when compared to every other browser. I have several list boxes on a page that may contain several thousand items each. I need to repopulate these on occasion. It seemed simple just to call listbox.clear() and then go through my da

Cool GWT Features

2009-07-26 Thread Chinmay Bajikar
Hi all, I am thinking of giving a presentation on GWT to the local Java Users Group(JUG) here. Most of the community here is on the Spring Hibernate, JSP platform. I would appreciate if anybody can give me suggestions as to which cool GWT features should I talk about. I am sure people at the JUG

Re: Changing TabPanel's table label?

2009-07-26 Thread ToddP
P.S. I should have mentioned I'm using GWT 1.5. On Jul 24, 5:34 pm, ToddP wrote: > Hi, > I want to change my TabPanel's tab labels dynamically (e.g. add info > about what the user has done within the tab such as how many items he > has selected).  Can the title be changed? > > TIA --~--~---

Re: Multi-Module or Multi-EntryPoint

2009-07-26 Thread Darth
> I think It is too much of hassle to create each and every DOM elements > using JAVA. I agree. You can wait for UiBinder: http://code.google.com/p/google-web-toolkit-incubator/wiki/UiBinder This way you can write your html the usual way and let gwt bind it with the corresponding java objects.

Re: How can you detect a mouse double click on a text box?

2009-07-26 Thread Rahul
Hi, I am sorry I am not able to implement the functionality when looked from other forums, i need to compare the timestamp of the mouse clicked event. i could not find anythin like that in gwt api any suggestions anyone? On Jul 26, 12:38 am, Rahul wrote: > Hi, > Is there any way i can define t

Re: Long running Timer RPC issue

2009-07-26 Thread brett.wooldridge
Pls post some pseudo-code of your timer and RPC call. -Brett On Jul 26, 10:39 pm, kingdomain wrote: > I have an app that involves long run times on a server (scientific > app).  I ported to GWT specifically to give better user feedback on > long jobs (e.g. progress bar, email results option, e

Long running Timer RPC issue

2009-07-26 Thread kingdomain
I have an app that involves long run times on a server (scientific app). I ported to GWT specifically to give better user feedback on long jobs (e.g. progress bar, email results option, etc.). I have to control threads on the server side, in my RPC services, in order to avoid memory issues in to

Re: Project setup that allows working with both hosted mode and web mode side by side?

2009-07-26 Thread Juraj Vitko
I don't know if this is the same problem, but I have to define my service as (for example): MyService.java: @RemoteServiceRelativePath("rpc") public interface MyService extends RemoteService { } web.xml: rpc mypackage.Myservice rpc /rpc rpc

Re: Multi-Module or Multi-EntryPoint

2009-07-26 Thread Kwhit
Of course there are many ways of skinning this particular cat. Here is one... * Treat entry points as components on a web page. An EP might just be a menu or it could be the entire page. Prefer the latter if you're starting from scratch * I like to keep all the logic in one place - the one place

Multi-Module or Multi-EntryPoint

2009-07-26 Thread jlc488
I've searching around for few days and can't find enough answers or to clear my doubts. Please help me out with this. Thanks in advance. I have a situation like this. I have 3 functions like 1. Sign In 2. Perform JobManager1 3. Perform JobManager2 So the flow should be SIGN PAGE -> CHOICE PAGE