Re: GWT and Java Error .Help Please.

2009-05-26 Thread hezjing
Hi Jeeva I had the same error before (see this threadhttp://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/820482cc7a30e63e/a360cab483a461c0?lnk=gstq=Bad+version+number#a360cab483a461c0), and apparently one of the libraries was compiled for Java 1.6. On Tue, May 26, 2009 at

How to prevent default select text in double click

2009-05-26 Thread Suren
Hi All, I dont want the displayed text to be selected when an user double click on any particular cell in my Grid. How can I prevent this? Thanks Suren --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

FW: TabPAnel and getParent()

2009-05-26 Thread mohammed abdelouhab
marqueeABDELOUHAB Mohammed/marquee From: abdelouhab_moham...@hotmail.com To: google-web-toolkit@googlegroups.com Subject: TabPAnel and getParent() Date: Mon, 25 May 2009 23:04:19 + hi i have a FlowPanel, it containe a TabPAnel this TabPanel containe 2 tab,the bouth tab containe

Re: Error while using dependent project.

2009-05-26 Thread Shishir Srivastava
Resending. Any help would be appreciated. TIA Shishir On May 25, 12:32 pm, Shishir Srivastava shishir.srivast...@gmail.com wrote: Hi, I am trying to use a dependent project (for the model layer) in my GWT project. I am using Jdeveloper as the IDE and have two projects in my application

Re: Service Data Objects with GWT

2009-05-26 Thread Dean S. Jones
As I have posted here numerous times, you will one day regret having domain objects used in your GUI. Better to factor down to the few UI display generic models ( tables, trees, forms, etc ) --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: polling with gwt

2009-05-26 Thread Dean S. Jones
each solution posted has it's advantages and faults. Unfortunately, in real life we still have to deal with IE6, which has a 2 connection limit per host. Some packages may have found a clever work-around to this issue. REAL Comet is not widely implemented in a consistent way ( it doesn't work

Re: Service Data Objects with GWT

2009-05-26 Thread Dean S. Jones
the near-ultimate SDO implementation in RPC's is ListMapString, T , according to the Spec http://en.wikipedia.org/wiki/Service_Data_Objects, but it's not language agnostic. Check out JSON http://www.json.com/ --~--~-~--~~~---~--~~ You received this message because

Avoid domain object and DTO in GUI?

2009-05-26 Thread hezjing
Hi Dean You raised an interesting point which I had never think of it ... On Tue, May 26, 2009 at 5:42 PM, Dean S. Jones deansjo...@gmail.com wrote: As I have posted here numerous times, you will one day regret having domain objects used in your GUI. Better to factor down to the few UI

Re: GWT and Java Error .Help Please.

2009-05-26 Thread hezjing
Hi Jeeva On Tue, May 26, 2009 at 5:45 PM, jeeva jeeva8...@gmail.com wrote: do you help to find a slide show jar which works nice friend ? I'm a bit slow here :-Pcan you tell us what do you want? -- Hez --~--~-~--~~~---~--~~ You received this message

Re: GWT best Practices - JS Library Wrappers Overlay Types

2009-05-26 Thread Thomas Broyer
On 26 mai, 14:56, Eric Ayers zun...@google.com wrote: The read-only link starts with http, but there may be an error in the URL: http://gwt-google-apis.googlecode.com/svn/trunk/ajaxloader/ajaxloader... (2 instances of the string ajaxloader in the path) ...and given where Bobby sets his

Re: TabPAnel and getParent()

2009-05-26 Thread Nick
If you are looking to disable a tab, you need to use the TabBar class. If you have access to the TabPanel, it's easy; just use myTabPanel.getTabBar().setTabEnabled(2,false). If you don't have access to your TabPanel and you are in it's child, your Flow Panel, you can call

Changes not reflected when modify some classes at Rocket Client side

2009-05-26 Thread Nim
Hi, I m making some changes in Rocket Client side classes,then run Ant Compile of build.xml and making new Rocket.jar,but changes not reflected.however changes at Rocket Server side get reflected. Please do the needful. Thanks, Nim --~--~-~--~~~---~--~~

Re: Tomcat and GWT 1.6

2009-05-26 Thread Donald.W.Long
Yep I am using GWT 1.6 And I came up with a solution that will work on all types of servers does not matter if its tomcat or what ever. I wrote a simple servlet that returns the root URL for your site, and then I add this to the location, works great, no problems with using tomcat or others.

Re: Redirecting to a different page

2009-05-26 Thread harjit.singh
Thanks for the response. I will try it out - Harjit On May 19, 6:13 pm, Alyxandor a.revolution.ultra.b...@gmail.com wrote: It depends on how secure you want to be. If you aren't dealing with sensitive information, build one module that using an internal boolean value to determine how to

Re: Regarding GWT Application deployment

2009-05-26 Thread Rajeev Dayal
If you want to have an application deployed on Google App Engine, yet restrict access to the application to those people who are at your company, then you'll probably need to first set up Google Apps for Your Domain. That way, you can add the accounts for all of the users in your company, and then

RE: TabPAnel and getParent()

2009-05-26 Thread mohammed abdelouhab
hi thanks,i resolve the probleme by addin the TabPanel to the panel in the tab and i desactivate it thank's a lot marqueeABDELOUHAB Mohammed/marquee Date: Tue, 26 May 2009 06:59:41 -0700 Subject: Re: TabPAnel and getParent() From: powers.n...@gmail.com To:

Using pidCrypt with GWT

2009-05-26 Thread tronda
I've been trying to use the pidCrypt[1] library from GWT. According to their AES description, what I need to do is this in JavaScript: code var aes = new pidCrypt.AES.CBC(); var encrypted = aes.encryptText(plain, password, {nBits: 256}); /code I've tried to create a simple GWT wrapper which has

Multiple Draggabe Widgets in a draggable container ?

2009-05-26 Thread Nicholas
Hi ! I'm pretty new to GWT, I have some trouble making multiple draggabe widgets in a container that is itself draggable using gwt-dnd ... Basically what I want to do is shown in this example : http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#MatryoshkaExample

Re: IE6 PNG transparency fixes for CSS images

2009-05-26 Thread OffTheWall
I believe at IE6 does not support PNG transparencies. When we converted the PNG to GIF format, it worked. On May 21, 9:19 pm, mrpantsuit kevin.peter.w...@gmail.com wrote: I can't seem to get any of the IE6 PNG transparency fixes (SuperSleight,

data exchange from gwt to flash and back

2009-05-26 Thread Sandler
hi im creating a browsergame together with a friend. at the beginning we decided to do the animations for the fightsystem (like old school rpgs) in gwt per javascript, but after a closer look for manipulating images per javascript we decided to animate the fights via flash for a smoother

Re: Introducing Shandor Xul: Run you app as Gwt, Swing and SWT

2009-05-26 Thread CBoyden
This is awesome! The ability to change the UI handler without rewriting all of the UI code is phenominal! Thank you for sharing this with us. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

API for gmail -- Is this possible

2009-05-26 Thread Deepa Govind
Hi, Is it possible for me to obtain the sender email ID subject using API for incomming mails ? I would like to get the emailID , subject.. data as API and send it to my custom database I am developer exploring the possibilities here. If this is not the right forum to address this, please

Hibernate and GWT - location for hibernate xml mapping files under a GWT project - org.hibernate.MappingNotFoundException

2009-05-26 Thread nico
Hi all, I'm developing an application with Hibernate3, I encountered the following error : I manually copied the hibernate xml mapping files in WEB-INF/classes/ com/model. However the problem is that GWT automatically deletes the xml files under this path therefore prevents hibernate from

Re: Problem creating a new Web Application Project in Eclipse using the GWT eclipse plugin

2009-05-26 Thread Jason Parekh
Hi Roshan, Sounds like the plugin installation didn't go as smoothly as it should have. Can you try uninstalling the Google plugins, shutting down Eclipse, launching Eclipse, and re-installing? If that problem still persists, we can investigate further. Thanks, jason On Sun, May 24, 2009 at

Re: Missing files when enabled Google App Engine SDK after GWT project is created

2009-05-26 Thread hezjing
Created issue 1598http://code.google.com/p/googleappengine/issues/detail?id=1598 . On Tue, May 26, 2009 at 11:25 PM, Jason Parekh jasonpar...@gmail.comwrote: On Mon, May 25, 2009 at 11:55 AM, hezjing hezj...@gmail.com wrote: Hi Eclipse complaints the appengine-web.xml file does not exist

Re: Tomcat and GWT 1.6

2009-05-26 Thread Vitali Lovich
What you came up with was a hack instead of properly configuring your server (I'm 99% confident your mistake was in the web.xml). On Tue, May 26, 2009 at 11:07 AM, Donald.W.Long donald.w.l...@thelongsfamily.com wrote: Yep I am using GWT 1.6 And I came up with a solution that will work on

Re: Error while using dependent project.

2009-05-26 Thread Jason Parekh
Hi Shishir, Another option is to set the output directory of 'Model' to GwtProject/war/WEB-INF/classes, see http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/951499c5773693c9/0ae1a71ac2e4d3f1?#0ae1a71ac2e4d3f1 for more details. Not nearly as clean as proper dependent

Re: Tomcat and GWT 1.6

2009-05-26 Thread Vitali Lovich
Oh I dunno why you are even doing this with 1.6. As of 1.6, RPC interfaces can be annotated so you don't need to screw around with the URLs. On Tue, May 26, 2009 at 12:29 PM, Vitali Lovich vlov...@gmail.com wrote: What you came up with was a hack instead of properly configuring your server

Re: Missing files when enabled Google App Engine SDK after GWT project is created

2009-05-26 Thread Jason Parekh
On Mon, May 25, 2009 at 11:55 AM, hezjing hezj...@gmail.com wrote: Hi Eclipse complaints the appengine-web.xml file does not exist when I enabled the Google App Engine SDK after created a GWT project. Here are the steps I performed: 1) File-New-Web Application Project Check use Google Web

Re: Multiple Draggabe Widgets in a draggable container ?

2009-05-26 Thread daniel
public void addMouseListener(MouseListener listener) { this.addMouseListener(listener); } thats an infinite recursion - and the reason for the stackOverflow simply call addMouseListener and do not override the method On 26 Mai, 09:55, Nicholas nicholasfle...@gmail.com wrote: Hi ! I'm

PureMVC and GWT 1.6 / GXT?

2009-05-26 Thread omsrobert
Anyone using PureMVC with GWT 1.6 and/or GXT? Do I need puremvc4gwt or just PureMVC? I would love to see a sample demo and source. Anyone have a link or code they can share? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

GWT 1.5.3 : build.xml files are missing in samples dir

2009-05-26 Thread ashok.sin...@gmail.com
Hi, I just downloaded gwt and going thru instructions to run sample applicaiton.Below is the instruction: All the sample applications are in the samples/ directory in your GWT package. Each sample has an Ant build script build.xml you can run to start it in hosted mode or compile it into

Handling focus/change events on composite widgets

2009-05-26 Thread retro
I know this is an oft repeated question and probably many of you have solved it so any help is greatly appreciated. I have a composite widget with 2 textboxes which are laid on a horizontal panel. I need to fire a change event on this composite widget only when the user starts modifying these

Re: Eclipse Classic 3.5

2009-05-26 Thread acabler
This will be really nice to have. Is the plugin code available in svn yet? I would like to check it out so I can contribute patches for issues like these. thanks, adam On May 23, 10:40 am, Alex Rudnick a...@google.com wrote: Hey LiR, The plugin doesn't supportEclipse3.5yet. We're aware of

Re: Parametrizing gwt.xml files from outside

2009-05-26 Thread Sumit Chandel
Hi Martin, There doesn't currently exist a feature like you described in your post above. However, you can use a drop-in replacement module by defining a separate module XML file thanks to the rename-to attribute. For example, let's say you have a module XML file defined for your application

Re: Extreme Slowest with HostedMode in upgrade from 1.5.3 to 1.6.3

2009-05-26 Thread Pentateu
I'm having the same problem? Have anyone found the rrot cause and solution? On Apr 4, 6:36 am, chrisM chris.p.mikkel...@gmail.com wrote: Hello, I am having issues of extreme slowness with an upgrade to1.6.3.RC2 Windows. I am able to run the WebApp in Hosted Mode and everything is

Invitation to connect on LinkedIn

2009-05-26 Thread Ashutosh Seth
LinkedIn I'd like to add you to my professional network on LinkedIn. - Ashutosh Learn more: https://www.linkedin.com/e/isd/597327052/JyCvMEfx/ -- What is LinkedIn and why should you join? http://learn.linkedin.com/what-is-linkedin

[gwt-contrib] Speedups for -soyc compilation

2009-05-26 Thread rice
Reviewers: spoon, kprobst, scottb, Description: This patch incorporates Kathrin's StringBuilder work along with other miscellaneous speedups found by using JProfiler. Please review this at http://gwt-code-reviews.appspot.com/34818 Affected files:

[gwt-contrib] Re: Speedups for -soyc compilation

2009-05-26 Thread Bruce Johnson
Any numbers on the amount of improvement? On Tue, May 26, 2009 at 11:04 AM, r...@google.com wrote: Reviewers: spoon, kprobst, scottb, Description: This patch incorporates Kathrin's StringBuilder work along with other miscellaneous speedups found by using JProfiler. Please review this at

[gwt-contrib] Re: Speedups for -soyc compilation

2009-05-26 Thread דניאל רייס
I see around 2x for the story generation phase. It's hard to measure at the moment because I haven't been able to get a working before build so I am estimating based on some numbers jotted down earlier. Dan On Tue, May 26, 2009 at 2:27 PM, Bruce Johnson br...@google.com wrote: Any numbers

[gwt-contrib] [google-web-toolkit commit] r5471 - Rolling tr...@5393 out of this branch. The IFRAME XHR change is broken on IE6 hosted and...

2009-05-26 Thread codesite-noreply
Author: sco...@google.com Date: Tue May 26 11:40:15 2009 New Revision: 5471 Modified: branches/snapshot-2009.05.12-r5406/branch-info.txt branches/snapshot-2009.05.12-r5406/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html

[gwt-contrib] [google-web-toolkit commit] r5472 - Fixes a ClassCircularityError that could be triggered computing the super interface hiera...

2009-05-26 Thread codesite-noreply
Author: sco...@google.com Date: Tue May 26 11:56:11 2009 New Revision: 5472 Modified: trunk/dev/core/src/com/google/gwt/dev/shell/CompilingClassLoader.java trunk/dev/core/src/com/google/gwt/dev/shell/rewrite/HostedModeClassRewriter.java

[gwt-contrib] [google-web-toolkit commit] r5473 - Merging trunk c5472 into this branch (SingleJsoImpl ClassCircularityError fix)

2009-05-26 Thread codesite-noreply
Author: sco...@google.com Date: Tue May 26 12:01:52 2009 New Revision: 5473 Modified: branches/snapshot-2009.05.12-r5406/branch-info.txt branches/snapshot-2009.05.12-r5406/dev/core/src/com/google/gwt/dev/shell/CompilingClassLoader.java

[gwt-contrib] Fix issue 3677: gwt-module.dtd does not reflect changes to configuration properties

2009-05-26 Thread rice
Reviewers: bobv, Please review this at http://gwt-code-reviews.appspot.com/34819 Affected files: distro-source/core/src/gwt-module.dtd Index: distro-source/core/src/gwt-module.dtd === ---

[gwt-contrib] Speed up JsInliner.InliningVisitor.endVisit()

2009-05-26 Thread rice
Reviewers: bobv, Description: Currently JsInliner.InliningVisitor.endVisit() tries a sequence of identifiers of the form A_B_number until it finds one that has not been used in the given scope. Profiling indicates that this loop may execute hundreds of times for a given name, accounting for a

[gwt-contrib] Re: Speed up JsInliner.InliningVisitor.endVisit()

2009-05-26 Thread bobv
http://gwt-code-reviews.appspot.com/34820/diff/1/2 File dev/core/src/com/google/gwt/dev/js/JsInliner.java (right): http://gwt-code-reviews.appspot.com/34820/diff/1/2#newcode262 Line 262: public ComplexityEstimator() { } Unnecessary constructor.