File browser

2008-09-15 Thread jamer
Hi! How can I make when they click on an image will open a browser address server-side I choose? Thank you!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send

Re: Downloading a image from server

2008-09-15 Thread Lothar Kimmeringer
Anais schrieb: > * [WARN] Resource not found: BaseMap.1.png; (could a file be missing > from the public path or a tag misconfigured in module > com.sp.gwt.EVITAWeb.gwt.xml ?) > > BaseMap.1.png is the name of the image. I've shown that this file is > created in the root directory of my project. >

Re: FileUpload problem on IE

2008-09-15 Thread Martin Trummer
what exactly is the response that the browser receives? you could use Fiddler to find out: http://www.fiddlertool.com/fiddler/ On Sep 12, 10:04 pm, anjolight <[EMAIL PROTECTED]> wrote: > Hi, I am having a slight issue with FileUpload on IE7. > > Basically, the server returns a text/plain json va

Re: Downloading a image from server

2008-09-15 Thread Anais
Thank you. I'll try in this way. Best regards. On 15 sep, 10:36, Lothar Kimmeringer <[EMAIL PROTECTED]> wrote: > Anais schrieb: > > > * [WARN] Resource not found: BaseMap.1.png; (could a file be missing > > from the public path or a tag misconfigured in module > > com.sp.gwt.EVITAWeb.gwt.xml ?)

Downloading a image from server

2008-09-15 Thread Anais
Hello, I'm doing a web application and I want to do the following in a part of the web: Client send data to server, server creates a new image with those data and server send the new image to client, which shows it in the widget com.google.gwt.user.client.ui.Image I've read some discussions here

Re: GWT With Spring and Hibernate

2008-09-15 Thread Martin Trummer
maybe this helps: set some breakpoints on the client side and also on the server side and check how often the functions are called. On Sep 11, 8:39 pm, Felix <[EMAIL PROTECTED]> wrote: > I'm making an Application, and it's all working, but in a form, when a > i'm click to save in the first time i

Re: Store object in HTTP session

2008-09-15 Thread arjanDOTTYbroerATgmailDOTTYcom
One of the beatiful things of GWT is that you do not need a server side session. You can make the server stateless and keep track of application state at the client side. So if you need an object set after login, just save it in your entery point or in a global accessible object (static). When eve

Re: Store object in HTTP session

2008-09-15 Thread Lothar Kimmeringer
Ian Petersen schrieb: > On Sun, Sep 14, 2008 at 11:00 PM, hezjing <[EMAIL PROTECTED]> wrote: >> What I want is how to access the session from the client code? > > Impossible. The session exists on the server only. The access to the session is impossible but if the stored data is a data-class th

Re: How to implement Javascript in GWT

2008-09-15 Thread Martin Trummer
JSNI http://code.google.com/webtoolkit/documentation/com.google.gwt.doc.DeveloperGuide.JavaScriptNativeInterface.html On Sep 12, 10:38 am, "Abhijit Khadilkar" <[EMAIL PROTECTED]> wrote: > Hi all, --~--~-~--~~~---~--~~ You received this message because you are subs

gwt-widgets with 1.5.2

2008-09-15 Thread browndar
Hi Folks, I recently upgraded to the GWT 1.5.2. Now, I can deploy just fine to a war, but am having some difficulties in hosted mode. It seems to be related with the gwt-widgets library (version 0.2.0). When I try to create an image button, I get this: [ERROR] Uncaught exception escaped java.

How to get java.util.calendar in GWT1.4 client

2008-09-15 Thread Abhijit Khadilkar
Hi All; I m working on one web project.Which have outlook 'new Appointment' like interface. And also have recurrence module. For recurrence module i need to implement 'calendar' calss at client side i only get 'Date' class. How can i get calendar class here.. I need functions like calendar.set(C

Re: How to get java.util.calendar in GWT1.4 client

2008-09-15 Thread Lothar Kimmeringer
Abhijit Khadilkar schrieb: > I m working on one web project.Which have outlook 'new Appointment' like > interface. > And also have recurrence module. For recurrence module i need to > implement 'calendar' calss > at client side i only get 'Date' class. How can i get calendar class here.. > I nee

new Double("1.0").toString() => "1.0" in GWTShell / in others => "1"

2008-09-15 Thread MN
i have a problem: in GWTShell i get this new Double("1.0").toString() => "1.0" <--- new Double("1.1").toString() => "1.1" in all other browsers i get this: new Double("1.0").toString() => "1" new Double("1.1").toString() => "1.1" how i can convert the double value to string that i get in GW

convert sql date to java date

2008-09-15 Thread Amit Dhingra
I have sql date in the format "-MM-dd hh:mm:ss" Please suggest the best method to convert it to java.util.Date format. -- Warm Regards, Amit Dhingra --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web To

Re: Problem with mouse selection of suggestions in SuggestBox which is disabled in onLostFocus

2008-09-15 Thread walden
Usability: if you disable the SB as soon as a suggestion is chosen, you prevent the user from correcting an errant selection. Are you sure this is the right time to disable the box? Is there a good reason to do this? On Sep 14, 11:56 am, "jakob.korherr" <[EMAIL PROTECTED]> wrote: > Hi Ian - tha

Re: How to address the deprecated method readLine()

2008-09-15 Thread walden
That's a warning, not a compile error. You could ignore it. Note that this is not the "getting started with Java" forum, and you should try to avoid using it for that in the future. There must be plenty of good alternatives out there. On Sep 14, 5:04 am, Vasu <[EMAIL PROTECTED]> wrote: > Hi !

Re: How to get java.util.calendar in GWT1.4 client

2008-09-15 Thread Abhijit Khadilkar
Hi man ; thanx Lothar I got ur mail... i want the calendar at my client end beacuse i dont want asyncronous call.. And GWT dont provid the syncronous calling... Abhijit On Mon, Sep 15, 2008 at 5:59 PM, Lothar Kimmeringer <[EMAIL PROTECTED]>wrote: > > Abhijit Khadilkar schrieb: > > > I m working

Re: Problem with mouse selection of suggestions in SuggestBox which is disabled in onLostFocus

2008-09-15 Thread jakob.korherr
In my case it really is. I am using the SuggestBox as a kind of quick navigation. I am hosting a little social network with many forums, clubs, picture galleries and so on and if the user wants to go e.g. to the club 'Programming', he just has to type e.g. 'program' in the TextBox and the Suggest

Re: new Double("1.0").toString() => "1.0" in GWTShell / in others => "1"

2008-09-15 Thread Lothar Kimmeringer
MN schrieb: > new Double("1.0").toString() => "1.0" <--- > new Double("1.1").toString() => "1.1" > > > in all other browsers i get this: > > new Double("1.0").toString() => "1" > new Double("1.1").toString() => "1.1" > > > how i can convert the double value to string that i get in GWTShell >

Re: convert sql date to java date

2008-09-15 Thread Lothar Kimmeringer
Amit Dhingra schrieb: > I have sql date in the format "-MM-dd hh:mm:ss" > Please suggest the best method to convert it to java.util.Date format. On the server: java.util.Timestamp t = java.util.Timestamp.valueOf(sqldatetext); On the client (untested): DateTimeFormat format = DateTimeFormat("

Re: Store object in HTTP session

2008-09-15 Thread walden
Total agreement with Arjan's point about stateful client/stateless server, i.e., manage session on the client. I'd go further and say that if the goal of all this session object access is authorization, then you can get even leaner and more "webby" by letting the browser and the web server manage

Re: java.lang.ClassNotFoundException

2008-09-15 Thread walden
This is not a compile problem. You have not deployed the service classes to your web container properly. On Sep 15, 12:00 am, "Ananda Rao" <[EMAIL PROTECTED]> wrote: > Amit, > > thanks for replying... > > the correct path is same as given below. but still i am getting the error. > when i browse

Re: new Double("1.0").toString() => "1.0" in GWTShell / in others => "1"

2008-09-15 Thread MN
great! thanks :-) On 15 Sep., 15:17, Lothar Kimmeringer <[EMAIL PROTECTED]> wrote: > MN schrieb: > > > new Double("1.0").toString() => "1.0" <--- > > new Double("1.1").toString() => "1.1" > > > in all other browsers i get this: > > > new Double("1.0").toString() => "1" > > new Double("1.1").toStr

RE: slow scrolling in gwt

2008-09-15 Thread Perelman Nathan (Nathan)
I suspect your problem is that you seem to be rebuilding the entire contents every time you add a line. Try using a VerticalPanel inside a ScrollPanel to hold your chat lines (one HTML widget per line), instead of using a single HTML widget. -Original Message- From: Google-Web-Toolkit@goo

EventListener doesn't get called

2008-09-15 Thread Michael Vogt
Hi. I have a small problem, which I don't understand where it comes from - meaning if it is a bug or I'm doing something wrong. I am doing something like this: --- Element editableElement = DOM.getElementById( "id"); DOM.sinkEvents( item, Event.ONCHANGE); DOM.setEventListener( editable

Varargs support for adding GWT components

2008-09-15 Thread Pez
Firstly, I am new to the GWT and I'm really enjoying development with it. I'm reaping its fruitful rewards. I have a suggestion to provide support for GWT components to add a arbitrary number of child components using JDK 5's varrags. It would be great in the next release to have the facility to

Runtime pluggable modules/extensions

2008-09-15 Thread Stefan
In a last year's discussion, krispy suggested an approach to build a mechanism for pluggable modules (see http://groups.google.com/group/Google-Web-Toolkit/msg/3c871768b360ee19). While this seems to be a viable idea in some situations, I can see no way to make a module implement an application giv

GWT Eclipse Plugin????

2008-09-15 Thread irc1258
Is there a beta version of the GWT Eclipse Plugin? If so, where can I get it? Is there some estimate of when it will be released? Thanks!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. T

Re: GWT Eclipse Plugin????

2008-09-15 Thread Pez
I cannot answer your question but I use IntelliJ IDEA and it has GWT support straight out of the box. Perhaps that might suffice an interim solution to your needs. Best, James. On Sep 15, 3:13 pm, irc1258 <[EMAIL PROTECTED]> wrote: > Is there a beta version of the GWT Eclipse Plugin? If so, wher

Re: convert sql date to java date

2008-09-15 Thread eggsy84
If you are getting an Javascript Parse Exception because GWT cannot handle the type SQLDate this has been fixed in GWT 1.5 however you can temporarily fix it for GWT with the use of some annotations: @Type(type="com.package.DateTimeType") public Date getDate() { return date; } /** * This cl

Re: Problem with mouse selection of suggestions in SuggestBox which is disabled in onLostFocus

2008-09-15 Thread walden
Jakob, I was just playing around with SuggestBox, selecting with mouse vs selecting with keyboard, and I see the problem. I think it's a bug, and it seems to be covered by issue 1634: http://code.google.com/p/google-web-toolkit/issues/detail?id=1634&q=SuggestBox "The suggest tab should be consi

GWT 1.5 Migration from GWT1.4

2008-09-15 Thread dasa
Hi, Iam getting following Exception while migrating my project from GWT1.4 to GWT1.5. Can anyone help me on this issue. 20:32:20,391 ERROR [[/MyProject]] Exception while dispatching incoming RPC call javax.servlet.ServletException: Content-Type must be 'text/plain' with 'charset=utf-8' (or

Re: java.lang.ClassNotFoundException

2008-09-15 Thread Michał Sędzielewski
Hello there, make sure you have DoctorServiceImpl.class in your WEB-INF/classes directory regards, MS On 15 Wrz, 06:00, "Ananda Rao" <[EMAIL PROTECTED]> wrote: > Amit, > > thanks for replying... > > the correct path is same as given below. but still i am getting the error. > when i browse to th

Using local EJB interface from GWT's servlet

2008-09-15 Thread chris_wesdorp
Hi, for a reason not yet clear to me the '@EJB' annotation does not work for the RemoteServiceServlet class. However, instead of using the EJB annotation the bean can be found using JNDI lookups. But why is it only possible to get the Remote interface? I have three projects: * one EJB project wh

how to integrate servlets and gwt content together

2008-09-15 Thread Komal Goyal
i want to set u the db connection first before the application is viewed by the user. to do this i need a servlet to do this job but the problem is to integrate this servlet into a gwt project which was created. --~--~-~--~~~---~--~~ You received this message becau

GWT and openlayers : ERROR

2008-09-15 Thread mazi
Dear all, I have recently tried running the openlayers GWT plugin "openlayers_gwt-0.2.jar" along with "OpenLayers-2.6" in an example in eclipse. I have installed J2SE1.6 and ECLIPSE 3.4. I get the following error when I try to run the example in ECLIPSE. Anyone familiar with the openlayers and GWT

ssl and gwt

2008-09-15 Thread [EMAIL PROTECTED]
Hi, does gwt support ssl? i tried tu send data by a form to a servlet that accept only ssl connection but response from servlet returns status code 302... If i send data to servlet using normal http program works fine. I use Tomcat 6.0. Thanks. --~--~-~--~~~---~--~--

Embedding a activex component to a GWT page

2008-09-15 Thread Jegathesan
I want to embed a activex component to a GWT panel. When i use a HTML widget with a relative HTML code it is working fine when i add it directly to a rootpanel. But my need is like i want to have 3 panels. In one of the frame i will have some links, in the middle one i will have this activex compo

Does the server side language matter?

2008-09-15 Thread John
I am trying to evaluate some options for a project that has just started (but is only in the planning stages atm) and it seems that most of the complexity will be in the front end (in JavaScript), so the back end doesn't seem to matter that much anymore as it will be fairly small and be acting pr

Re: How to get java.util.calendar in GWT1.4 client

2008-09-15 Thread kozura
If you're willing to live with just Gregorian calendar, the methods from Date class, with some additions to produce localized names for days of weeks and months, are sufficient to produce an outlook-like calendar with appointments etc. Also, the DatePicker that is part of the GWT incubator, beyon

Re: Does the server side language matter?

2008-09-15 Thread Ian Bambury
The server can execute anything it likes: GWT is JavaScript (not Java) and just makes an Ajax request for a particular resource. There's no integration between the two sides other than this, really all you are doing is sending a string and getting one back. What creates the string doesn't matter.

Re: ssl and gwt

2008-09-15 Thread Jason Essington
GWT uses the browser's mechanisms for contacting the server, so yes, GWT does support SSL at least as far as the browser allows. This does mean that if you attempt to connect to an HTTPS address using XHR when your host page was loaded from HTTP, you will be met with the browser's Same Orig

Re: GWT Maps API fails on host mode

2008-09-15 Thread Eric Ayers
Hello, It looks like the Maps API script is not really being loaded. Check the

Re: Does the server side language matter?

2008-09-15 Thread Jim Freeze
On Mon, Sep 15, 2008 at 7:38 AM, John <[EMAIL PROTECTED]> wrote: > > I am trying to evaluate some options for a project that has just > started (but is only in the planning stages atm) and it seems that > most of the complexity will be in the front end (in JavaScript), so > the back end doesn't s

Re: Problem with mouse selection of suggestions in SuggestBox which is disabled in onLostFocus

2008-09-15 Thread jakob.korherr
It seems like, but "I found a workaround: using DeferredCommand solves the problem." does not work for me. On Sep 15, 4:33 pm, walden <[EMAIL PROTECTED]> wrote: > Jakob, > > I was just playing around with SuggestBox, selecting with mouse vs > selecting with keyboard, and I see the problem.  I thi

Re: hoe to become participant for GWT devlopment

2008-09-15 Thread Vivek Singhwal
Abhijit, You can ask this question on [EMAIL PROTECTED] Vivek [EMAIL PROTECTED] On Fri, Sep 12, 2008 at 12:51 PM, Abhijit Khadilkar <[EMAIL PROTECTED]>wrote: > Hi > > i am new to this GWT stuff. But i want to become participant of devlopment > of some GWT stuuf. > Any one help me? > > Thnax >

[WARN] JSNI method '@com.google.gwt.dom.client.OptionElement::setLabel(Ljava/lang/String;)'

2008-09-15 Thread jchimene
Hi, I'm seeing the following message: [WARN] JSNI method '@com.google.gwt.dom.client.OptionElement::setLabel(Ljava/lang/ String;)' returned a value of type string but was declared void; it should not have returned a value at all Is this a known issue or should I file a bug? --~--~-~--~--

Using Vector with RPC

2008-09-15 Thread Kevin
In Java stand-alone, My program successfully reads and writes data from a SQL database to a table, created on-the-fly in GWT. I have RPC's that input and output vectors that hold the entire database I'm reading and writing. But when I try to run it as JSP using the "compile" feature of GWT, I get

Re: Problem with mouse selection of suggestions in SuggestBox which is disabled in onLostFocus

2008-09-15 Thread jakob.korherr
I just found a better related issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=729 I have to use onLostFocus just because onEventPreview does not work properly and so the popup does not close automatically. On Sep 15, 5:59 pm, "jakob.korherr" <[EMAIL PROTECTED]> wrote: > It s

append new data in Livegrid

2008-09-15 Thread Khoa
Hi, I am using Livegrid to display records from a database -- As new records are inserted into a database (by another program), I would like to periodically update my grid by appending newly added records. I can query the whole table again but that's not very efficient. Is there a way to update t

Re: append new data in Livegrid

2008-09-15 Thread Amit Dhingra
Hi Khoa, See if this can be of any help to you... http://www.future-earth.eu/gwt/eu.future.earth.gwt.MainDemoApp/MainDemoApp.html Check the third tab there... :) Cheers, Amit On Mon, Sep 15, 2008 at 10:53 PM, Khoa <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using Livegrid to display records from

Re: Problem with mouse selection of suggestions in SuggestBox which is disabled in onLostFocus

2008-09-15 Thread jakob.korherr
Now I think I just found the solution. I have to use a MouseListener on the popup the set a flag whether the mouse is inside of the popop or outside. So I know whether the mouse is inside the popup when the textbox loses its focus or not. If it is inside the popup, onLostFocus should not be fired

Re: Does the server side language matter?

2008-09-15 Thread gregor
Hi John, As Ian states, you can use whatever you like back end. Django is a popular framework, but perhaps you should consider using either Django or GWT+Java since in mixing the two maybe you loose quite a lot. 1) Being able to debug the entire application (GUI + server) from your favourite ID

Re: GWT Maps API fails on host mode

2008-09-15 Thread Eric Ayers
Try loading the Maps API before your GWT script. Or move the loading of the Maps script into your .gwt.xml file. There is an example of the latter in the online documentation at: http://code.google.com/p/gwt-google-apis/ On Mon, Sep 15, 2008 at 12:55 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:

Re: GWT Maps API fails on host mode

2008-09-15 Thread Einstein0970
Hi, I have tried all possibilities: 1- Wrapper HTML for MobiGolf

Re: hoe to become participant for GWT devlopment

2008-09-15 Thread walden
Are you saying you want to develop an application using GWT, or are you saying you want to jump right in as a committer to the GWT codebase? Or are you looking for employment on a project that uses GWT? I really couldn't figure this out from the OP. On Sep 12, 3:21 am, "Abhijit Khadilkar" <[EM

Re: how to integrate servlets and gwt content together

2008-09-15 Thread walden
Consider instead using Connection Pooling with Tomcat or JBoss or whatever EE container you happen to have. On Sep 15, 3:03 am, Komal Goyal <[EMAIL PROTECTED]> wrote: > i want to set u the db connection first before the application is > viewed by the user. to do this i need a servlet to do this j

Re: GWT Eclipse Plugin????

2008-09-15 Thread Vivek Singhwal
You can try out VistaFei, http://www.wirelexsoft.com/VistaFei.html It is a Eclipse version with GWT Plugin. Vivek GWT4Enterprise.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

Re: Using local EJB interface from GWT's servlet

2008-09-15 Thread gregor
Hi Chris, Are you sure you have declared a local as well as remote interface for your bean?. Currently I get the local interface for a EJB3 session bean in RPC servlet like so: public class SystemServiceImpl extends RemoteServiceServlet implements SystemService { private static org.apache.l

Re: Does the server side language matter?

2008-09-15 Thread Jim Freeze
My comments are inline below. Please pardon me if they are not popular to the Java perspective. On Mon, Sep 15, 2008 at 12:39 PM, gregor <[EMAIL PROTECTED]> wrote: > > As Ian states, you can use whatever you like back end. > > Django is a popular framework, but perhaps you should consider using >

Re: CSS not work when using GWT4Gadgets

2008-09-15 Thread Eric Ayers
Hi Norman, Bob & I just double checked to make sure that the CSS is injected properly - we use it in the HelloGadgets demo. This kind of problem would probably best be diagnosed with a web browser debugger like Firebug. Check to see that your .css data is actually being loaded into your browser

Hyperlink Event Propagation

2008-09-15 Thread Riyaz Mansoor
I have got a Hyperlink with a ClickListener + History is enabled. When the Hyperlink is clicked the ClickListener should be able to stop event propagation in to History (when certain conditions are met). Currently, as there is no stopping of the event propagation, the onHistoryChange is called r

Page renders diffrently on FireFox then IE7 and Chrome

2008-09-15 Thread Jonas
Hi, I have started doing a page using GWT and find it renders correct in IE7 and Chrome, but not in Firefox 3.0. The page is located here, http://gutamal.org/gwt/gwt.html, and I will paste the source code further down. I'm using version java version 1.5 and GWT version 1.5.2. Why is this the case

Re: GWT Maps API fails on host mode

2008-09-15 Thread Einstein0970
Still fails: Here's my gwt.xml file: (followed the tut: http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted) http://maps.google.com/maps? gwt=1&file=api&v=2.x" /> On Sep 15, 1:44 pm, "Eric

Re: append new data in Livegrid

2008-09-15 Thread Khoa
Hi Amit, Thanks for the link. The display in "Table" tab is similar to what I have too. Are you pulling this information from a live database as well? If yes, how did you update the table when there are new records in the database? Regards, Khoa On Sep 15, 1:31 pm, "Amit Dhingra" <[EMAIL PROTEC

Re: GWT Maps API fails on host mode

2008-09-15 Thread Eric Ayers
When you say you are using the latest gwt-maps.jar file, can you tell me what version you downloaded? On Mon, Sep 15, 2008 at 3:46 PM, Einstein0970 <[EMAIL PROTECTED]> wrote: > > Still fails: > > Here's my gwt.xml file: (followed the tut: > http://code.google.com/p/gwt-google-apis/wiki/MapsGetti

Re: GWT Maps API fails on host mode

2008-09-15 Thread Einstein0970
I use: gwt-maps.jar (0.0.290) from (http://code.google.com/p/gwt- google-apis/wiki/Downloads) On Sep 15, 3:50 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote: > When you say you are using the latest gwt-maps.jar file, can you tell me > what version you downloaded? > > > > On Mon, Sep 15, 2008 at 3:46

Re: GWT Maps API fails on host mode

2008-09-15 Thread Eric Ayers
When you ran the tutorial, did the application in the tutorial work for you (the world's largest ball of twine)? Can you show a small segment of code that reproduces the problem? On Mon, Sep 15, 2008 at 4:26 PM, Einstein0970 <[EMAIL PROTECTED]> wrote: > > I use: gwt-maps.jar (0.0.290) from (http

Bigger Font?

2008-09-15 Thread Kevin
My Flex Table t consists of four columns of TextBoxes and one drop- down menu. Now the text inside of the textboxes is too small. Please let me know how I can increase the font of the TextBoxes and menu. Thanks, Kevin --~--~-~--~~~---~--~~ You received this messag

Problems with using Selenium with SuggestBox

2008-09-15 Thread joel
I use Selenium RC for functional testing which generally works great but I am having inconsistent results with testing a SuggestBox. I simulate entering some text that should have a corresponding list of suggestions but the suggestion list does not appear. I've made sure the suggest box has fo

Re: Does the server side language matter?

2008-09-15 Thread Isaac Truett
> I would use the independence of GWT to let you choose a backend that > supports your experience. If server side development with Java is as > slow as client side development with GWT, I would suggest that there > are better alternatives for the server side. Development in GWT is only as slow as

Re: GWT Maps API fails on host mode

2008-09-15 Thread Einstein0970
Ran the HelloMaps demo and works great when deployed on my localhost tomcat but same error when ran from the Eclipse IDE host-mode. BTW, the same app ran well in GWT1.4, Ubuntu 7 and Eclipse 3.3... Can you guys reproduce my errors using HelloMaps in Ubuntu 8.04? On 15 sep, 16:33, "Eric Ayers" <[E

Re: Best solution for client-side graphing in GWT?

2008-09-15 Thread Tim
amcharts (http://www.amcharts.com) someone mentionned earlier looks extremely impressive. It seems they also have the world map charting widget as well http://www.ammap.com/, which is quite cool as well. On Sep 14, 8:02 pm, Arthur Kalmenson <[EMAIL PROTECTED]> wrote: > Hello Nathan, > > I'd recom

RemoteServiceServlet#doGetSerializationPolicy

2008-09-15 Thread adam
My new app is at foo.com and my static content is all served from static.foo.com. GWT stuff is served from static.foo.com/gwt. RemoteServiceServlet#doGetSerializationPolicy wants to find my .gwt.rpc file in the gwt directory relative to the servlet. Was this the intention of the authors? Shouldn't

Re: Best solution for client-side graphing in GWT?

2008-09-15 Thread Joe Cole
Agreed. It's very well priced as well. The main drawback of amcharts is that there is no ability to generate server-side charts (it's all flash, and restricted to client side for the time being). You'll have to generate charts for pdf's if you need them using another solution like jfreechart. Ano

Re: GWT Maps API fails on host mode

2008-09-15 Thread Eric Ayers
What happens when you try to compile and run in web mode? On Mon, Sep 15, 2008 at 7:31 PM, Einstein0970 <[EMAIL PROTECTED]> wrote: > > Ran the HelloMaps demo and works great when deployed on my localhost > tomcat but same error when ran from the Eclipse IDE host-mode. BTW, > the same app ran well

Re: GWT Maps API fails on host mode

2008-09-15 Thread Eric Ayers
We have had reports of GWT being used sucessfully on Ubuntu 8 and 9. One more thing - I think you must be using the 32 bit JVM or you probably wouldn't even see hosted mode, but just to be certain, are you using a 32 bit JVM? We've had reports of a bad version of the 1.6 JVM causing problems in

onModuleLoad() + ajax partial refresh

2008-09-15 Thread Felipe Frechiani
Hi, I'm using jboss-portal with a partial refresh of the portlet. The problem is when I switch to edit mode to view mode the portlet makes a partial refresh and when it back to the main gwt page, it does not show anything. I tried to force calling the onModuleLoad() from a javascript in the html p

Re: Bigger Font?

2008-09-15 Thread Reinier Zwitserloot
Use CSS. Use the .addStyleName method to link your CSS labels with your widgets. This is all covered in the basics - check the source of KitchenSink for example. On Sep 15, 11:31 pm, Kevin <[EMAIL PROTECTED]> wrote: > My Flex Table t consists of four columns of TextBoxes and one drop- > down menu

Re: GWT Maps API fails on host mode

2008-09-15 Thread Einstein0970
Yes I am using a 32bit JVM. I will try to install an other 32bit jvmbut this bug's a though one. I have installed a vista vmware image and installed the same setup and it works perfectly. This must have something to do with the jvm ... but it still run on tomcat. I will let you know what happe

Re: append new data in Livegrid

2008-09-15 Thread Amit Dhingra
Hi Khoa, I am not using the table part of it, but as far as I see, in the demo thinge, if you alter the number of rows, the data is loaded again in the panel. And probably you need the same thing. Further, you can actually have a look at the source. Cheers, Amit On Tue, Sep 16, 2008 at 1:19 AM, K