Visibility Issue

2008-10-06 Thread bret
Hello, I have used GWT to create the website www.LineLeap.com. I have not yet upgraded to GWT 1.5 as I use several packages that are not compatible with the new version (I am still using 1.4). My website is visible / usable in IE and FireFox, however when loaded using Safari or Chrome it does n

RE:4 new messages in 4 topics - digest

2008-10-06 Thread remoba44
...Original Message... Google Web Toolkit http://groups.google.com/group/Google-Web-Toolkit?hl=en Google-Web-Toolkit@googlegroups.com Today's topics: * Panels clear() method extremely slow - 1 messages, 1 author http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/b163d06843a346a

Re: How can a GWT application dynamically invoke another GWT application?

2008-10-06 Thread olivier nouguier
Not possible yet, Search for gwt runasync for a possible future solution. PS: statically you can obtain a "same" behaviour, by including (inheriting modules). On Mon, Oct 6, 2008 at 5:26 AM, David <[EMAIL PROTECTED]> wrote: > > I developed a GWT application, for instance, mail sample. I want to

Re: hosted mode browser fails

2008-10-06 Thread [EMAIL PROTECTED]
All I can help you with is general troubleshooting and to tell you that MySQL plays great with the hosted mode browser. First: check is the server (seveis12.ad.sjm.com) really where you want to be connecting to? If you installed MySQL on your machine, you probably mean localhost. If it's on a r

Re: HTML inside a text box

2008-10-06 Thread [EMAIL PROTECTED]
OK, found what I was looking for. Naturally, found it on Screaming Penguin (thanks Cooper & Collins, you guys rule!) http://www.screaming-penguin.com/GWTProjects It's on SourceForge, and fairly recently updated: http://sourceforge.net/projects/jwc/ Later, Shaffer On Oct 6, 2:21 am, "[EMAI

Re: HTML inside a text box

2008-10-06 Thread [EMAIL PROTECTED]
Sounds like everyone is looking for something like a rich web editor thingysomething like RTE http://www.kevinroth.com/rte/ or FCK editor http://www.fckeditor.net/ I seem to remember that somebody was cooking something like this out on Google Code. I'll see if I can scrape up what they we

Re: Problems with using Selenium with SuggestBox

2008-10-06 Thread joel
For future reference, using the keyUp command on the input box did the trick. On Sep 15, 5:39 pm, joel <[EMAIL PROTECTED]> wrote: > I useSeleniumRC for functional testing which generally works great > but I am having inconsistent results with  testing a SuggestBox.  I > simulate entering some tex

Re: DecoratedCaptionPanel

2008-10-06 Thread Thomas Broyer
On 6 oct, 21:40, Jason Calabrese <[EMAIL PROTECTED]> wrote: > All, > > In an application I'm working on we're using several Decorated > widgets.  It would be nice if there was a DecoratedCaptionPanel > widget. > > I've done a little searching an can't find an implementation of this > out there.  

Re: upgrade and OutOfMemoryError

2008-10-06 Thread [EMAIL PROTECTED]
iv got a fairly large app nd i find 256m more than enough. On Oct 3, 6:17 am, deanhiller <[EMAIL PROTECTED]> wrote: > never mind, this time increasing the memory a bit actually worked - > Xmx512m.  I am suprised this takes so much more memory than before but > then maybe I was at the threshold be

Re: Multiple Applications in one GWT Project

2008-10-06 Thread Isaac Truett
First, you'd make the module name a variable in your GWT compilation task. Then, it depends on how you work. If you typically only build one project at a time, just specify the module name at run time. If you want to build all of the modules in one run, you could make the GWT compilation task a mac

Re: Using the hibernate4gwt?

2008-10-06 Thread [EMAIL PROTECTED]
I used JPA. I found there the config way to complex in hibernate4gwt for a simple relational db. yes there are type problems but that can be fixed with literally 1 line using a library called dozer. On Oct 3, 12:43 pm, ton <[EMAIL PROTECTED]> wrote: > Hello, anyone of you this Using the hiberna

Re: ListBox: Drop-Down Images using CSS?

2008-10-06 Thread Isaac Truett
Those downloads get built to provide baselines for compatibility with major GWT releases. Newer features, such as DropDownListBox, are available in SVN. You'll need to have a look at Making GWT Incubator Better

Re: ListBox: Drop-Down Images using CSS?

2008-10-06 Thread Kevin
Hmm. I downloaded both JARs from "http://code.google.com/p/google-web- toolkit-incubator/downloads/list" and checked the JAR using the Project View in Eclipse, however I have not found the DropDownListBox. What should I do? Thanks, Kevin On Oct 6, 12:21 pm, "Isaac Truett" <[EMAIL PROTECTED]> wr

Re: Multiple Applications in one GWT Project

2008-10-06 Thread Kurposkano
I guess it seemed like it wouldn't be as simple as that. For instance, how would I write my ant build file to accommodate for this? I am not too skilled with ant. I have been looking at other people's build files and tweaking them until I got it to work for my current GWT project. On Oct 6, 1:32 

Re: JSONP Server Side - Dan Morrill Article

2008-10-06 Thread Adam T
Eggsy, To get it to work you need to get the plumbing right, and it's not quite the same way as calling from code - btw, the example on that page is aimed at client side not server side. The server is any language you want as long as it returns a well-formed JavaScript segment of the form: myca

Re: Memory leak with DOM method ?

2008-10-06 Thread Reinier Zwitserloot
Yes. Don't use DOM.* unless you really know what you are doing. On Oct 6, 5:09 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello, > > Is there problem of memory leak when using DOM classes and not > widget ? > > For example when i use DOM.seteventlistener and not > button.addclicklistene

Re: Deploying DynaTable example to Tomcat servlet container 6.0.18

2008-10-06 Thread Nguyen Duc Cuong
Hi Sumit, Thank you very much for your help. I have solved the problem by following the .war file structure created by NetBean GWT4NB so I'm not sure whether the errors you pointed out are the only problems or not. Have you ever used GWT4NB? It supports editing RPC calls very well. Thank you very

DecoratedCaptionPanel

2008-10-06 Thread Jason Calabrese
All, In an application I'm working on we're using several Decorated widgets. It would be nice if there was a DecoratedCaptionPanel widget. I've done a little searching an can't find an implementation of this out there. Has anyone created something like this? >From looking at the code for the

Re: Day 3.... Can't link classes

2008-10-06 Thread Ian Bambury
GWT needs the source to compile and a module file in the jar Ian http://examples.roughian.com --~--~-~--~~~---~--~~ 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-W

Re: GWT

2008-10-06 Thread Joe Williams
The answer seems to be quite simple and I attach it below. Where do I contact someone so that this could be incorporated into the tutorial for those who are not using eclipse? It would save new users a lot of time and frustration. GWT does NOT compile server-side source for you: you have to do i

Re: Multiple Applications in one GWT Project

2008-10-06 Thread Isaac Truett
Yeah, you can create as many module definitions (.gwt.xml files) and EntryPoint implementations as you want. What's the problem? On Mon, Oct 6, 2008 at 2:28 PM, Kurposkano <[EMAIL PROTECTED]> wrote: > > I have a application that requires, at present, three different GUIs. > I don't want each user

Multiple Applications in one GWT Project

2008-10-06 Thread Kurposkano
I have a application that requires, at present, three different GUIs. I don't want each user to have to download a javascript file containing all three GUI's. Is there a way to create three different modules. (i.e. three different classes that implement Entry Point) within one project so that they

Problem with Google Web Toolkit

2008-10-06 Thread Stefano
Hallo everybody, I am new to GWT. To start working on it, I have just programmed a chat application for Android (SDK m5-rc15). At present I am exploiting only the GWT (1.5.1) API, with the 'smack' library which allows connection to a xmpp server. (For now I'm using just Firefox as XMPP server an

Re: draw circle without GWT (radius known)

2008-10-06 Thread Eric Ayers
Hi Giorgio, It doesn't look like you are using the Google Web Toolkit (GWT),but straight JavaScript. Searching the Maps group might be of some help, but keep in mind that the Maps forum has some posting guidelines

Re: HTML inside a text box

2008-10-06 Thread [EMAIL PROTECTED]
:) I thought someone might ask that. There are lots of uses, 1 that springs to mind is writing an email in outlook. u type www.google.com and it becomes a hyperlink. Thats not what im doing but its a nice example anyway. I have a form, that when submitted redirects the user to a page showing the

Re: ListBox: Drop-Down Images using CSS?

2008-10-06 Thread Isaac Truett
You can find a complete example in the Incubator project source here . In brief: 1. Add this to your module definition: 2. Enjoy: DropDownListBox listBox = new Dr

draw circle without GWT (radius known)

2008-10-06 Thread atpco81
Hi all, I'm a newbie and this could be a very simple question: How could I draw a circle in a maps if I know its center and radius? I use JS and I do a circle using the distance from two different points as, but I want to use a function like this example: http://maps.forum.nu/gm_sensitive_circle

Re: ListBox: Drop-Down Images using CSS?

2008-10-06 Thread Kevin
Thanks again, Isaac! By the way, could you please show me where to find example code to use this custom widget in Incubator? Thanks, Kevin On Oct 6, 8:29 am, "Isaac Truett" <[EMAIL PROTECTED]> wrote: > Actually, no, you don't have to deploy it. Just add the jar to your > classpath when compilin

Re: How to select the active tab based on requested URI ?

2008-10-06 Thread olivier nouguier
hi, http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/Window.Location.html hih On Mon, Oct 6, 2008 at 2:38 PM, nicolas.deloof <[EMAIL PROTECTED]>wrote: > > Hello, > > My GWT app uses a tabbedPannel layout, and I'd like to select the > default active one based on r

Re: Customize Hosted-mode browser

2008-10-06 Thread Uros Trebec
Hi, I was just wondering how did you get it to work properly? I've got it started and all but it crashes with "InternalCompilerException" error on module load and that's it :/ I'm also using OOPHM on Linux with FF 3.0.1. Can anyone direct me in the right direction? Best regards, Uros On Sep

Memory leak with DOM method ?

2008-10-06 Thread [EMAIL PROTECTED]
Hello, Is there problem of memory leak when using DOM classes and not widget ? For example when i use DOM.seteventlistener and not button.addclicklistener ? thanks for your answer ! Steph --~--~-~--~~~---~--~~ You received this message because you are subscrib

JSONP Server Side - Dan Morrill Article

2008-10-06 Thread eggsy84
Hi all, Taking the informative article by Dan Morrill at GWT Link: http://code.google.com/support/bin/answer.py?answer=65632&topic=11368 It explains how to code for Server side mashups so that you can perform cross site JSONP calls. In the article he uses the handle method (Shown below) to han

Re: Error Status Bar[gwt-ext] in Windows

2008-10-06 Thread sarav
I too am getting this error... Have you found out the cause? On Sep 27, 5:31 am, "Romeryto Lira" <[EMAIL PROTECTED]> wrote: > I have this error in my application in the Windows. In Linux I didn't have > this problem. > > [ERROR] Unable to load module entry point class > br.edu.ufcg.lsd.client.Sis

W3C Range specification implemented in GWT

2008-10-06 Thread mflorea
Hi guys! Do you know if Google plans including a W3C Range implementation in GWT in the near future? I know rocket-gwt has some API for this ( http://code.google.com/p/rocket-gwt/wiki/Selections ) but I'm interested in the full specification ( http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ecma

Re: GWT copy protection

2008-10-06 Thread jhulford
Fantastic. Please post here when you do. All of us would love to see your solution. On Oct 6, 12:17 am, "rov.ciso" <[EMAIL PROTECTED]> wrote: > Ok, I make example and you see! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

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 > projects. The code part

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

Re: How to select the active tab based on requested URI ?

2008-10-06 Thread alex.d
Easy way(my way ;-) is to implement HistoryListener interface and change tabs there: public void onHistoryChanged(String historyToken) { if(historyToken.equals(YOUR_TOKEN)) { tabPanel.selectTab(TAB); } } The interface may has changed in the last release, but you've got the idea. On 6

Re: Deploying DynaTable example to Tomcat servlet container 6.0.18

2008-10-06 Thread Sumit Chandel
Hi Duc Cuong, How's it going with this? Did you manage to get the DynaTable sample application working with your Tomcat server? I remember you reached out to me by email, and at that time I had the following suggestions: - The element is misspelled as - Did you remember to make sure the

Re: I am not a JAVA developer

2008-10-06 Thread Thomas Broyer
On 6 oct, 13:18, Lothar Kimmeringer <[EMAIL PROTECTED]> wrote: > > C and - better - C++ helps to learn Java, but there are some > differences you have to learn, like the way parameters are > passed to methods and the lack of "pointers". There should be > a couple of tutorials out there helping to

How to select the active tab based on requested URI ?

2008-10-06 Thread nicolas.deloof
Hello, My GWT app uses a tabbedPannel layout, and I'd like to select the default active one based on requested URL, so that I can create links to the desired URL from traditional HTML (http:// myModule.html#someTab). I can"t find how to get the requested URL from EntryPoint Nicolas --~--~--

Re: any plans to offer java bean support in future?

2008-10-06 Thread Thomas Broyer
On 5 oct, 21:35, gregor <[EMAIL PROTECTED]> wrote: > Hi Mark, > > GWT (client side) is limited in that it executes in javascript. > Javascript does not support reflection, Er, "JavaScript does not support reflection" ??? GWT (by design) doesn't generate "reflectable" code, and doesn't provide r

Re: ListBox: Drop-Down Images using CSS?

2008-10-06 Thread Isaac Truett
Actually, no, you don't have to deploy it. Just add the jar to your classpath when compiling or starting hosted mode. Also be sure to have your module the Incubator module that you want to use (com.google.gwt.gen2.selection.Selection in this case). On Sun, Oct 5, 2008 at 8:55 PM, Kevin <[EMAIL P

Re: GWT Compilation - Dead End

2008-10-06 Thread Sumit Chandel
Hi NullPointer, Thanks for posting up about this. There are a couple of issue reports and potential patches in the works to try to help with both problems (helping to load large, multi-module applications asynchronously and slow compile times), but some of them still have a way to go. I think it w

Re: Gwt Php Framework

2008-10-06 Thread Kango_V
We are still writing the the back end of our app at the moment, so have not made a decision on which client api to use. Currently we are leaning towards GwtExt (GXT), but like the look of your framework. We have some questions: 1. Are you still on target for an end of October release? 2. Can you

Re: How to call applet in gwt

2008-10-06 Thread Lothar Kimmeringer
Hello, ship schrieb: > As you wrote i had tried. But a error is occured that class can not > found. > I had write these lines: > HTML applet = new HTML(); > panel.add(applet); > applet.setHTML(""); > I put my class file in classes folder of web. > I want browse a folder so i write a applet by us

Re: I am not a JAVA developer

2008-10-06 Thread Lothar Kimmeringer
SID schrieb: > In the past, I have been using ASP.NET for application developments. I > have never used JAVA for any of my applications. Just out of curiousity, why do you want to use GWT if your expertise is ASP.NET and you don't have any knowledge of Java? Is it a decision from "above"? There

Re: I am not a JAVA developer

2008-10-06 Thread mon3y
Hi I'm not expert, but i would say is: 1) Download GWT and give the examples a try. 2) Visit: http://examples.roughian.com/ . Its a good site of reference to see the different widgets, and how to use them. 3) I've done ASP before and java is so much easier.(But that's just a personal experience,

Re: HTML inside a text box

2008-10-06 Thread mon3y
hi I fail to see teh real world application for a link being inside a TextBox...or a TextArea. What would be the use case for it? :) On Oct 6, 10:21 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Is it possibly to insert some html inside a TextBox or TextArea and > have it displayed corr

Re: Problem with GridGrouping

2008-10-06 Thread Sumit Chandel
Hi Pete, I believe that the GridGrouping and GridPanel widgets are part of the GWT-Ext library, in which case you might be able to find help on the GWT-Ext forums if you haven't posted there already. GWT-Ext forum: http://www.gwt-ext.com/forum/ Hope that helps, -Sumit Chandel On Thu, Oct 2, 2008

Re: vs compiler switch

2008-10-06 Thread Sumit Chandel
Hi Alex, You may find the new attribute also useful to support GWT module configurations in parallel for cases like these. The new rename-to attribute makes it easier to switch between different compilation or other module settings for your GWT project. For the case of generating cross-site outpu

Re: where is my -xs output?

2008-10-06 Thread Paul
Oh, you're right! So no more need for pointing to the -xs.nocache.js file, you just add to your gwt.xml and then compile like normal and then the resulting ke.co.mss.MyModule.nocache.js file IS cross-site enabled. Thanks for that Daniel! Paul On Oct 6, 12:47 pm, Paul <[EMAIL PROTECTED]> wrote:

Re: where is my -xs output?

2008-10-06 Thread Paul
Thanks for the reply. Here's the situation: One of my compilation output files is: ke.co.mss.MyModule.nocache.js and I want to include it in a cross-site way, so I was looking for a file called ke.co.mss.MyModule-xs.nocache.js which there is none. Are you saying that by including the tag in my

Re: Severe performance problem after upgrading to GWT 1.5.2 (final)

2008-10-06 Thread Sumit Chandel
Hi Manuel, Thanks for the follow-up. As far as I can tell, there isn't anything introduced between 1.5 RC2 and 1.5.2 that would cause slowdowns on RPC calls in FF. I noticed you mentioned this is especially prevalent in Firefox 3. Do the RPC calls also slowdown in Firefox 2? It would be good to kn

deferred binding of UI Components

2008-10-06 Thread Madhu
Hi, I have a scenario where I have many screens (each is a panel) with many UI Components, gwt-ext ones expecially. Depending on a certain URL parameter, I will have to initialize one of these screens. I wanted to implement deferred binding but am running into multiple "type was not se

Re: No Source Code is available for type **

2008-10-06 Thread Darth
You need to add a GWT module in your jar file and inherit that from the applications that need to use it in their module files (.gwt.xml). That is how GWT libraries are done so far. On Oct 6, 4:01 pm, Chinesegod <[EMAIL PROTECTED]> wrote: > For I want two diffirent client programs or more if I wa

Re: Read external file

2008-10-06 Thread Sumit Chandel
Hello emdafe, Which parameters are you trying to configure in your web.xml? If you just need to define some servlets, GWT hosted mode has the option to use an embedded Tomcat server, so for early stages of development, you can define servlets in the module XML file that will automatically get picke

No Source Code is available for type **

2008-10-06 Thread Chinesegod
For I want two diffirent client programs or more if I wants, can create a RPC with the same servlet with the same RemoteService inteface, so I exported the [*]Service.java 、[*]ServiceAsync.java and the [*]Impl.java in a Jar file, and then I use the *.jar file as a Library Path to achieve my aim, a

I am not a JAVA developer

2008-10-06 Thread SID
Dear experts, I have come across this GWT recently and I need to know more about it and its usage. I need to develop some intranet applications like Contact Manager, Activity Manager, Some workflow for ESS (like leave request, business travel request, etc), and some other modules. In the past, I

Re: How to run a applet in gwt

2008-10-06 Thread ship
ship wrote: > hi, Lothar sir > As you wrote i had tried. But a error is occured that class can not > found. > I had write these lines: > HTML applet = new HTML(); > panel.add(applet); > applet.setHTML(""); > I put my class file in classes folder of web. > I want browse a folder so i write a app

Re: Visibility Issue

2008-10-06 Thread Thomas Broyer
On 5 oct, 23:52, bret <[EMAIL PROTECTED]> wrote: > Hello, > > I have used GWT to create the websitewww.LineLeap.com.  I have not > yet upgraded to GWT 1.5 as I use several packages that are not > compatible with the new version (I am still using 1.4).  My website is > visible / usable in IE and F

How to show a swf file in a panel

2008-10-06 Thread Saeed Zarinfam
Hi I have a banner and i want to show it in the panel . how i can do it ? please help me ? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Goog

HTML inside a text box

2008-10-06 Thread [EMAIL PROTECTED]
Is it possibly to insert some html inside a TextBox or TextArea and have it displayed correctly. My goal is to display hyperlinks in the textbox. Any help would be greatly appreciated. Thanks in advance, Steve --~--~-~--~~~---~--~~ You received this message becaus

hosted mode browser fails

2008-10-06 Thread gyuri
I’ve been using GWT with Eclipse in Windows XP environment without any problem. Yesterday I installed MySql and the JDBC connector. Since then both the hosted mode browser and the web browser fail with the following error message: Technical Information (for support personnel) Error Code 10061: Co

How can a GWT application invoke another GWT application dynamically

2008-10-06 Thread David
How can a GWT app invoke another one dynamically and to dispaly it in the main application's panel, just like using Java reflection? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

How can a GWT application dynamically invoke another GWT application?

2008-10-06 Thread David
I developed a GWT application, for instance, mail sample. I want to load another GWT application (SimpleXML sample) into the main application's panel dynamically (i.e., later binding without design time information, like pure java reflection). How can I do this? --~--~-~--~~-