Re: Multiple Draggabe Widgets in a draggable container ?

2009-05-26 Thread Nicholas
Hi daniel, Thanks for your answer, but it didn't made the trick ... Never mind, I found a solution : I finally used an AbsolutePanel in my FocusPanel so now I keep the drag and drop ability on my widget and its the AbsolutePanel that wraps the new childs and acts as the container ... However,

Re: Is there a Java URL encoder class that can be used in both Java/Javascript?

2009-05-26 Thread Ian Petersen
You could break the dependency by introducing an interface, providing one implementation in the all-Java app that uses URLEncoder/URLDecord, and providing another implementation in GWT that uses GWT's URL class. It should be pretty straightforward and I think it solves your problem. Ian On Tue,

Is there a Java URL encoder class that can be used in both Java/Javascript?

2009-05-26 Thread TimOnGmail
Hi all... I have a class that I'd like to use in GWT, and have it work both in a freestanding Java app, and in GWT. The problem is, it needs to do some URL encoding, but GWT's URL class does it's encoding/decoding in a native method (in Javascript), and URLEncoder/URLDecoder in Java are not allo

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

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 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 > displaying and interacting wi

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 calle

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 wrote: > Hey LiR, > > The plugin doesn't supportEclipse3.5yet. We're aware of the > incompa

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 tex

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 JavaSc

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

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 wrote: > Hi ! I'm pretty new to GWT, > >

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 wrote: > What you came up with was a hack instead of properly configuring your > server (I'm 99% confide

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

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

2009-05-26 Thread hezjing
Created issue 1598 . On Tue, May 26, 2009 at 11:25 PM, Jason Parekh wrote: > > On Mon, May 25, 2009 at 11:55 AM, hezjing wrote: > > Hi > > Eclipse complaints the appengine-web.xml file does not exist when I > enabled > > the Google

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

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 workin

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" grou

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 animation

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 wrote: > I can't seem to get any of the IE6 PNG transparency fixes > (SuperSleight, > unitpngfix,http://www.komodomedia.com/blog/2007/11/css-png-image-fix-fo

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

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: var aes = new pidCrypt.AES.CBC(); var encrypted = aes.encryptText(plain, password, {nBits: 256}); I've tried to create a simple GWT wrapper which has the follo

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 ABDELOUHAB Mohammed > Date: Tue, 26 May 2009 06:59:41 -0700 > Subject: Re: TabPAnel and getParent() > From: powers.n...@gmail.com > To: Google-Web-Toolkit@googlegroups.com > >

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: 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 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 run depending > on authentica

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: 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 project

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 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 Toolkit > U

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: 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 myFlowPanel.getParent().

Re: Is there size limitation on data passed thru GWT-RPC?

2009-05-26 Thread Zmitro Lapcjonak
More details: the data is gzipped by GWT-RPC on server-side class RPCServletUtils writeResponse() { byte[] responseBytes = responseContent.getBytes(CHARSET_UTF8); ... ByteArrayOutputStream output = new ByteArrayOutputStream (responseBytes.length); gzipOutputStream = new GZIPOutputStrea

Re: GWT best Practices - JS Library Wrappers & Overlay Types

2009-05-26 Thread Thomas Broyer
On 26 mai, 14:56, Eric Ayers 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 svn:external, i

Re: GWT best Practices - JS Library Wrappers & Overlay Types

2009-05-26 Thread Eric Ayers
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/src/ (2 instances of the string ajaxloader in the path) -Eric. On Mon, May 25, 2009 at 11:32 PM, Bobby wrote: > > Eric, what is the svn:externals re

Re: GWT and Java Error .Help Please.

2009-05-26 Thread hezjing
Hi Jeeva On Tue, May 26, 2009 at 5:45 PM, jeeva 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 because you are subscr

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 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 > "display" generic mo

Re: Service Data Objects with GWT

2009-05-26 Thread Dean S. Jones
the near-ultimate SDO implementation in RPC's is List> , 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 you are subs

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 with

Re: GWT and Java Error .Help Please.

2009-05-26 Thread jeeva
Hi Hezjing Thank you. This is not because of link thread you gave above . But i got an idea over there , that i am using a older version of external jar file which i am using my project. thank again. do you help to find a slide show jar which works nice friend ? adv thx friend. --~--~

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 subscri

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 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 namely: > > 1.) GwtProject

FW: TabPAnel and getParent()

2009-05-26 Thread mohammed abdelouhab
ABDELOUHAB Mohammed 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 adifferent Flow