Re: A native GWT chart library?

2009-04-20 Thread Ben FS
t into one without too much trouble. > Thanks for your help, > Pierre Good luck, and please let us know what you find and decide! Ben. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit&qu

Re: Module without EntryPoint - How to compile?

2009-04-20 Thread Ben FS
Hello Salvador, thanks for your feedback - I appreciate it. The errors I got have to do with some specifics of the Google Eclipse Plugin, and mainly the fact that I did not know where to find the settings that apply to the GWT compiler (in the past, I used a different IDE without the Plugin, wher

Re: Module without EntryPoint - How to compile?

2009-04-20 Thread Ben FS
m for me, but somewhere something is still throwing an error. > To perform a compile from the IDE, follow the instructions here: > > http://code.google.com/eclipse/docs/gwt_compile.html I also tried this, and it worked as well for me. Thank you for your suggestions, you've been a gre

Re: How to debug whats grabbing my click events?

2009-04-20 Thread Ben FS
I too would like to know how to debug event-related problems? In my case, I dynamically insert an Element into a TreeItem, via DOM manipulation, in order to display an editing control for the selected tree node. This worked well using GWT 1.4.62, but no longer works using GWT 1.6.4. It looks like

Module without EntryPoint - How to compile?

2009-04-20 Thread Ben
My project consists of three GWT modules. One of them does not have an EntryPoint defined, because it includes various components common to both of the other modules. Each of the other two modules includes this common module and has an EntryPoint. In GWT 1.4.62 this worked fine, both in hosted mo

Re: Issues in viewing pages developed using gwt and hosted in linux server using IE.

2009-04-02 Thread ben
Hi, I've got the same problem with my tomcat 6 on windows and Internet Explorer 6 displaying a StackPanel. You can see more on the related issue. http://code.google.com/p/google-web-toolkit/issues/detail?id=3372&can=5 Moreover It can be viewed browsing the GWT showcase with IE6. So still no ide

WindowCloseListener gets fired from iframe

2009-03-18 Thread ben
I'm having a problem with my WindoCloseListener.onWindowClosing event firing when I click a link on my page, which opens an iframe on my page. if I click ok, everything works as it should. But I don't want users thinking they are navigating away from my page when the click the link. I'm wonderin

Re: need suggestion on scalable blinking implementation

2009-03-17 Thread Ben Tilford
You could do it with a single timer then have your blinking components listen for a tick event that the timer would fire. On Tue, Mar 17, 2009 at 8:52 AM, denis56 wrote: > > His, > > if anyone could share experience with achieving blinking behavior for > several items on a page? > > in my case t

Re: Is there a place to download the documentation?

2009-03-11 Thread Ben Tilford
The toolkit download includes the documentation. On Wed, Mar 11, 2009 at 6:36 PM, Seth Ladd wrote: > > Hello, > > Is it possible to download a copy of the documentation, to reference > locally without an internet connection? > > Thanks for your tips, > Seth > > > > --~--~-~--~~-

Re: Portable project structure?

2009-03-03 Thread Ben Tilford
The GWT plugin for Maven makes things like the location of the GWT compiler standard, it downloads the assembly to a local repository where Maven stores everything. Since you need Maven to build the project and it already knows where it put the GWT assembly it makes things easy, you could even have

Models not added to Serialization Policy

2009-03-01 Thread ben
oesn't the gwt compiler iterate over the whole object graph? How can I force the compiler to include also indirectly used model classes in the policy? Thanks in advance ben --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Apps on Android!

2009-02-17 Thread Ben Tilford
The Android SDK and GWT have a lot in common as far as design and code styles. There are a couple of web servers available for Android that would let you serve up a webpage with GWT embeded in it but that would be a very round about way of getting things done. On Tue, Feb 17, 2009 at 2:02 PM, fran

Re: Newline characters?

2009-02-12 Thread Ben Tilford
Try You'll probably have to tell it not to escape html/xml though. On Thu, Feb 12, 2009 at 7:02 PM, Soren Johnson wrote: > > I am trying to use newline characters inside of Labels, but it only > seems to work in the hosted mode. (Doesn't work in FireFox, for > example) > > in other words, 'new L

Re: GWT FileUpload

2009-02-11 Thread Ben Tilford
It should be GameService /GameService On Wed, Feb 11, 2009 at 12:45 PM, ken.d...@googlemail.com < ken.d...@googlemail.com> wrote: > > Thanks I found somthing useful, but one thing doesn't work for me: > > My Servlet: org.itech.server.games.GameService > I wrote the following to the we

Re: GWT FileUpload

2009-02-10 Thread Ben Tilford
I think the apache commons file upload project is usually used. http://commons.apache.org/fileupload/using.html On Tue, Feb 10, 2009 at 4:08 PM, ken.d...@googlemail.com < ken.d...@googlemail.com> wrote: > > Hi guys, > > i've got some trouble with FormPanel and FileUpload. On the client > side I w

Re: Setting Up GWT Project in a Subversion Repository Question

2009-02-10 Thread Ben Tilford
You may want to drop Ant and go to Maven. It solves a lot of configuration problems like this for you. There is also a gwt plugin ( http://code.google.com/p/gwt-maven/) and I believe there is a base project so you don't really need to run the application creator script. It is also fairly simple to

Re: GWT with webservices

2009-02-07 Thread Ben Tilford
JAX-WS can be used. If you've been using Axis you'll probably find it a lot easier. 2009/2/7 chandrajeet > > Hi All, > > I didn't find yet a clean way to use webservices and GWT. I am using > axis and it generates many Axis objects which aren't recognized by GWT > as they are not POJOs. So, I am

Re: Problem with Generics and Serialization of Primitive Type Array Fields

2009-02-06 Thread Ben Tilford
Primitives do not extend Object and cannot implement Serializable. You should use the Object versions of primitives (i.e. use Integer instead of int) I don't think the code would even compile if you tried to use a primitive with generics. On Fri, Feb 6, 2009 at 4:25 PM, jsegal wrote: > > I've be

Re: Help with GWT

2009-02-05 Thread Ben Tilford
You may want to look at antlr On Thu, Feb 5, 2009 at 1:39 PM, samurai.monk1 wrote: > > I am working in a port of a very large Java application to PHP. The > required path was to modify the Java2Javascript compiler to produce > PHP code instead of JavaScript. Right now I have found: > > JavaToJav

Re: any tips for beautify gwt applications?

2009-02-03 Thread Ben Tilford
Wicket does work well with GWT, no need to drop one for the other. On Tue, Feb 3, 2009 at 8:04 AM, Alex dP (Violet UML Editor, WebVNC...) < alexandre.de.pelleg...@gmail.com> wrote: > > Another suggestion: migrate your project to Apache Wicket and give > your web page template to a real web design

Re: Microsoft Picture Manager

2009-01-29 Thread Ben Tilford
You would need to write your own javascript library and most likely a browser plugin to be able to do something like that. Browsers intentionally prevent you from doing this sort of thing. On Thu, Jan 29, 2009 at 11:00 AM, Anti wrote: > > Mmmm > > So things related to Javascript and HTML hav

Re: Threaded Servlet

2009-01-29 Thread Ben Tilford
: > > Cant find that anywhere. Can you post a link please > > On Jan 28, 2:06 pm, Ben Tilford wrote: > > From the documentation > > > > Servlets typically run on multithreaded servers, so be aware that a > servlet > > must handle concurrent requests and be car

Re: what design pattern to use with DWT

2009-01-28 Thread Ben Tilford
The "controller" in GWT should for most cases use the observer pattern, your model should support property change events and registering listeners. This gets around the action way of implementing a controller and is quite a bit more flexible since you could have multiple listeners for a single even

Re: Threaded Servlet

2009-01-28 Thread Ben Tilford
>From the documentation Servlets typically run on multithreaded servers, so be aware that a servlet must handle concurrent requests and be careful to synchronize access to shared resources. Shared resources include in-memory data such as instance or class variables and external objects such as fil

how to store values in gwt wigets from one jsp page to next page

2009-01-21 Thread Ben
Hi Im new to gwt I have few quries 1)how to store values in gwt wigets from one jsp page to next page. 2) how to switch betwen http and https. 3) how to maintain session in an integration with spring on client side. Thanks Ben --~--~-~--~~~---~--~~ You

Re: GTileLayerOverlay show and hide

2008-12-11 Thread ben
Unfortunately, I can't post a link to be helpful to them On Dec 11, 3:41 pm, ben wrote: > thanks for the help > > On Dec 11, 3:25 pm, Eric Ayers wrote: > > > You might try over on the Google-Maps-Api google group, but be sure to > > read their posting guideline

Re: GTileLayerOverlay show and hide

2008-12-11 Thread ben
thanks for the help On Dec 11, 3:25 pm, Eric Ayers wrote: > You might try over on the Google-Maps-Api google group, but be sure to > read their posting guidelines first. > > > > On Thu, Dec 11, 2008 at 3:19 PM, ben wrote: > > > Thanks, it returns null but I looked

Re: GTileLayerOverlay show and hide

2008-12-11 Thread ben
*/ > public static native String getVersion() /*-{ > return $wnd.G_API_VERSION; > }-*/; > > > > On Thu, Dec 11, 2008 at 2:34 PM, ben wrote: > > > I was just trying to figure out how I determine the maps version. > > > On Dec 11, 2:32 pm, Eric Ayers

Re: GTileLayerOverlay show and hide

2008-12-11 Thread ben
as a side note, is the transition for gwt-api's version and mapitz a large change? On Dec 11, 2:34 pm, ben wrote: > I was just trying to figure out how I determine the maps version. > > On Dec 11, 2:32 pm, Eric Ayers wrote: > > > What the maps team always asks of me is

Re: GTileLayerOverlay show and hide

2008-12-11 Thread ben
You might be able to > determine if that has a chance of solving it before moving all your > code over. > > Also, do you know which version of the Maps API you are using? > > > > On Thu, Dec 11, 2008 at 2:23 PM, ben wrote: > > > That does sound like my prob

Re: GTileLayerOverlay show and hide

2008-12-11 Thread ben
t; > > > On Wed, Dec 10, 2008 at 6:28 PM, ben wrote: > > > I have my GTileLayerOverlay adding and showing on start, and have them > > listed in a tree on the left. I then want the checkbox to toggle the > > visibility of the layer. But my problem is I have tried both

GTileLayerOverlay show and hide

2008-12-10 Thread ben
I have my GTileLayerOverlay adding and showing on start, and have them listed in a tree on the left. I then want the checkbox to toggle the visibility of the layer. But my problem is I have tried both remove and show/hide. Hide hides the GTileLayerOverlay, until you change the zoom on the map.

Re: Drag and Drop free text

2008-11-20 Thread ben
can clear out that text before the drop. Any one know how to add a onmouseover or ondragenter or something on a textbox? On Nov 19, 2:26 pm, ben <[EMAIL PROTECTED]> wrote: > Is there any way to drag and drop free form text onto a tree or any > other node for that matter? > > I ju

Drag and Drop free text

2008-11-19 Thread ben
Is there any way to drag and drop free form text onto a tree or any other node for that matter? I just have some text on my page that people can view. I would like them to be able to highlight the text and drag it to a tree where I would parse the text they have dropped and do some work accordin

Re: problem getting componentes from gwt-ext panel

2008-11-11 Thread ben
are you using a GWT Label or a GWT-Ext Label? If you're using a GWT- Ext Label, then it's not a Widget, so you can't cast it to be a Widget Why don't you just do at module level m_Label2update = new Label in init or whatever a.add(m_Label2update) in an update function m_Labe2update.setText

Dynamic Loading dialog

2008-11-11 Thread ben
Hello all, I have a loading dialog that uses a div tag that shows while my app loads. I call a javascript function that updates the innerHTML of the div as I go along in the html page doing various stuff. It works great. I decided that I wanted to get fancier and have my GWT Application update

Re: Search API

2008-10-14 Thread Ben Lisbakken
Hey Max -- Unfortunately you cannot limit the Search API to a specific country's Google search engine. However, you can limit the search to a language: webSearch.setRestriction(GSearch.RESTRICT_EXTENDED_ARGS, { lr :"lang_FR"}); Hope that helps, Ben On Fri, Oct 10, 2008 at 10:14

Re: Google Maps API Library for GWT 1.0 Release Candidate 1 now available

2008-10-14 Thread ben
Thanks Eric. Looking forward to it. On Oct 14, 3:20 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote: > Hi Ben, > > The Maps API is currently in release candidate stage. After the RC1 > release, I got a number of bugs reported which I've been busily > addressing.

Re: Google Maps API Library for GWT 1.0 Release Candidate 1 now available

2008-10-14 Thread ben
I know you probably may not know, but is there an expected release date for an official (non RC) version? My company has a policy to only use products that are an official release. I'm trying to determine at what point we might put in the request to start using the maps api. It should be exactl

Re: can't find stylesheet in included jar?

2008-10-06 Thread ben
Ended up finding that I did need the public path set in my included jars gwt.xml file. and because of it's location it was tools/public for the path. On Oct 2, 3:41 pm, ben <[EMAIL PROTECTED]> wrote: > I have a jar that has some client components to be used on multiple > projec

Re: HTML inside a text box

2008-10-06 Thread ben
Another use case, is what I'm trying to do: I want to provide a user a location to copy/cut/paste text into. Textboxes / textareas are perfect for this, as they provide access to the clipboard and already have the implementation for this. Regular html doesn't have access to the clipboard. I wou

can't find stylesheet in included jar?

2008-10-02 Thread ben
I have a jar that has some client components to be used on multiple projects. The code part works fine. My problem is trying to include a stylesheet for those components with the jar. I keep getting could a file be missing from the public path..so I'm thinking it's in my gwt.xml file. setup is

Re: GWT 1.52 Compile error

2008-09-29 Thread ben
My Solution for InvalidJarIndexException: 1. If you are including any jars built from GWT, they all need to be compiled in the latest library as well 2. I had an old gwt-ext library in my libs folder, and when I deleted it, all problems went away. Hope that helps someone On Sep 29, 3:17 pm, ben

Re: 1.5 final compiler warning

2008-09-29 Thread ben
I'm using 1.5.2 and am getting the issue with a Hashmap, exact same final error as Victor received. But everything seems to work, not sure I want to suppress the problem though. Is this something that I have implemented incorrectly, or something with the GWT compiler? On Sep 25, 11:46 am, Victo

Re: GWT 1.52 Compile error

2008-09-29 Thread ben
Did you fix this? I'm getting the same error. The checksum however matches. On Sep 11, 3:42 am, timmys <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to upgrade my GWT 1.4 project to 1.52. But I get this > strange exception when invoking the compiler. I can compile the exact > same code with 1

Re: Breaking up is hard to do

2008-09-24 Thread ben
package for me to deploy :) > > The GWT team is not George Bush ;-) ("compile war" joke) > > But serously, there is too much variation in the way different > projects put together web content for GWT to get into this, too much > opportunity to "get in the way&quo

Re: Breaking up is hard to do

2008-09-22 Thread ben
for me to deploy :) On Sep 22, 2:40 pm, walden <[EMAIL PROTECTED]> wrote: > Ben, > > First of all, I checked with Neil Sedaka, and it's okay for you to use > this thread title. Neil's a nice guy that way. > > On Sep 22, 10:05 am, ben <[EMAIL PROTECTED]> wr

Re: Breaking up is hard to do

2008-09-22 Thread ben
ay the Impl class is part of the javascript. This isn't the case, and it's under server.utils. But in hosted mode it all still works as it should. On Sep 18, 1:11 pm, ben <[EMAIL PROTECTED]> wrote: > I seemed to have it working now, by putting in the servlet register > code

Re: Breaking up is hard to do

2008-09-18 Thread ben
work. How do I tell it that it shouln't be looking in my core.server package? On Sep 18, 10:22 am, ben <[EMAIL PROTECTED]> wrote: > So I'm starting to get fancy with my organization with our could. We > actually have several GWT efforts going on, so we want common code &

Breaking up is hard to do

2008-09-18 Thread ben
So I'm starting to get fancy with my organization with our could. We actually have several GWT efforts going on, so we want common code sets. We were able to break up our Client side code into seperate .jar files, and include them into our overall applications just fine. Well now, I've gone and b

Accessing a Javascript variable

2008-09-16 Thread ben
Hey All, I have a question on how to go about implementing something. I have a .js file that I include in the projects html file (the file that starts everything). It does some initial work, and sets a couple variables. This is all basically outside of GWT. it sets a variable my_variable. If w

Re: Accessing a Javascript variable

2008-09-16 Thread ben
nevermind, just figured it out while I was typing. I needed to use $wnd.my_variable for those interested public static native String getMyVariable() /*-{ return $wnd.my_variable; }-*/ On Sep 16, 2:07 pm, ben <[EMAIL PROTECTED]> wrote: > Hey All, I have a question on how to

<    1   2   3   4   5