Re: Dynamic Evaluation

2008-08-28 Thread masterGaurav
Hi Walden, Sorry to disappoint. I'm not sure how or why you would port that to GWT. Maybe someone else on the list can be of more help to you. If your query is as to why I would like to port Dojo for GWT, then there's a valid case for it. 1- I'm try to combine the power of GWT and Dojo. 2-

Re: GWT vs GWT-Ext

2008-08-28 Thread Vivek Singhwal
My experience is different, I used GWT-EXT with GWT extensively, You can check this example www.sample.gwt4enterprise.com. There were few issues with gwt-ext but current version is very stable, and it covers mostly all types of widgets. EXT-GWT is still in its initial versions and yet to add more

Re: Need help with Ant GWT compile script

2008-08-28 Thread Len
yes its that src/ in your module name On 28/08/2008, Kwame Iwegbue [EMAIL PROTECTED] wrote: THANK YOU :) On Wed, Aug 27, 2008 at 10:32 PM, Renato Mangini [EMAIL PROTECTED] wrote: Kwame, Here is mine. It works perfectly. target name=web.compile depends=init

Re: TabBar and CSS styles

2008-08-28 Thread Filipe David Manana
The images are simply not displayed. Although they are displayed when editing the CSS with the webdeveloper plugin for firefox. On Thu, Aug 28, 2008 at 10:46 AM, Len [EMAIL PROTECTED] wrote: do you mean that the images are not diaplaying correctly until you edit the css - no changes- in

Re: do somebody know how to access private field and method in gwt widget using jsni from custom class ?

2008-08-28 Thread Rene
public static native TreeItem getTreeRoot(Tree tree) /*-{ return [EMAIL PROTECTED]::root; }-*/; cool :) On Thu, Aug 28, 2008 at 12:29 PM, Rene [EMAIL PROTECTED] wrote: can I access also fields this way ? On Wed, Aug 27, 2008 at 9:55 PM, Rene [EMAIL PROTECTED] wrote: thanx I

Re: TabBar and CSS styles

2008-08-28 Thread Filipe David Manana
That's it. Now it is working :) Thanks a lot On Thu, Aug 28, 2008 at 11:38 AM, Len [EMAIL PROTECTED] wrote: I used the following style successfully : .gwt-TabPanel .gwt-TabBar .gwt-TabBarItem { float: left; background: transparent url(../images/header_tab.gif) 100% -600px no-repeat;

Re: HTML-Widget ignoring some tags?

2008-08-28 Thread alex.d
yep. i've found this out 10 minutes ago. Thx. anyway. Problem solved. On 28 Aug., 13:11, Ian Bambury [EMAIL PROTECTED] wrote: 2008/8/28 alex.d [EMAIL PROTECTED] Any idea why? because you are trying to apply the list-style to the ol/ul not the li -- Ian http://examples.roughian.com

Re: GWT vs GWT-Ext

2008-08-28 Thread walker1c
Based on my experiences, I would recommend GWT-Ext. I've been working on a GWT application for about 12 months. For the first 6 months I used vanilla GWT and built up my own UI from that. I intend no disrespect to GWT when I say that the results were, at best, workmanlike, at worst, clunky. I

Re: GPolygon - NegativeArraySizeException

2008-08-28 Thread Marcelo Nunes
I wasn't able to identify the reason why it occurs, but it does not show up when I run my application in Tomcat. I only get this error when running on Hosted Mode. The feature didn't seem to get affected even though the exceptions come out. 2008/8/28 [EMAIL PROTECTED] [EMAIL PROTECTED] i think

Re: Query : Synchronous calls in GWT

2008-08-28 Thread al0
I would disagree - controls on the main page still looks active while modal dialog that prevents their usage is present - is it not frustrating as well? As, BTW, user has no way to visually distinguish modal and non-modal dialogs, right? Reallym there are to separate concerns - syncronous call

Re: Query : Synchronous calls in GWT

2008-08-28 Thread Ian Bambury
Go here: http://examples.roughian.com/#Widgets~PopupPanel and click the Show Popup button - Now I would say that looks pretty modal. And you can always blank the background completely if some of your users are so thick they don't recognise from that that the screen has been disabled. All you are

Re: How to make an Emd to End application in GWT ?

2008-08-28 Thread jhulford
Ok. I've done very little with multiple entry points and modules. I didn't realize you could have multiple EntryPoints per application. In my mind, each entry point was analagous to a different application. On Aug 27, 12:55 pm, Ian Bambury [EMAIL PROTECTED] wrote: You can have more than one

Re: Frame reload when Drag and drop

2008-08-28 Thread JuDaC
Fred, unfortunatly it didn't work... :( When the WindowPanel is swaped by the moving of another widget, it works. But when I click on the WindowPanel to drag it, the frame reload. I tried so hard to change the way of moving the frame, but so far I've had no success. Even on the example you

Re: how to send a dom document to a server

2008-08-28 Thread rakesh wagh
you can do toString() on any widget. This will return you the entire html dom. This dom can be send through json or rpc back to your server. If you are getting a html dom string back from the server(with our without manipulation), you can render it using innerHTML() function. Rakesh Wagh On

Re: Dynamic Evaluation

2008-08-28 Thread Paul Robinson
If you need dynamic properties, you might like to look at the Martin Fowler description of the patterns involved in the various ways to do that: http://martinfowler.com/apsupp/properties.pdf Paul --~--~-~--~~~---~--~~ You received this message because you are

Re: Frame reload when Drag and drop

2008-08-28 Thread Fred Sauer
JuDaC, You can step through the code to make sure that the widget is never detached during dragging. If the IFRAME still behaves oddly, you may just be stuck with a browser quirk. Fred Sauer [EMAIL PROTECTED] On Thu, Aug 28, 2008 at 7:20 AM, JuDaC [EMAIL PROTECTED] wrote: Fred, unfortunatly

Problem when default package structure changed !!

2008-08-28 Thread Sam
Hi I wanna change the location of the .html file in my GWT application when I actuallu deploy(Web mode) . I have changed the path of module- namenocache.js file and its getting loaded successfully(I haev seen it through DOM inspector) . However the application is not getting loaded

Re: GWT vs GWT-Ext

2008-08-28 Thread irc1258
I'm completely new to GWT and GWT-Ext and here is my experience using GWT-Ext 1. Very rich widgets compared with base GWT. 2. The learning curve is very steep because: * Because of the rich functionality, the toolkit is fairly complex. * Virtually no documentation. * Many requests for help go

Calling an external servlet within Hosted Mode

2008-08-28 Thread Alex D
Hello, I am new to GWT (3 months of experience) and we are running an servlet inside an application server which we want to call from within hosted mode. The problem is not necessarily local (my case), since hosted mode is great for debugging and really time-saving. The problem is as follows:

Stylized Decorator Panel

2008-08-28 Thread Riyaz Mansoor
Hi Maybe not the most appropriate news group - sorry - but CSS is not my strong point :( I would like to customise the color of the border and background. I'll be doing many colors. Dark red with very light red, Dark green with very light green background .. and so on. What's the easiest way

Re: Dynamic Evaluation

2008-08-28 Thread masterGaurav
Hi Paul, If you need dynamic properties, you might like to look at the Martin Fowler description of the patterns involved in the various ways to do that:http://martinfowler.com/apsupp/properties.pdf Thanks for sharing the document. Any and all good technical literature helps! Will find

Re: Animation

2008-08-28 Thread TiMeZoNe
can anyone help me, please? --~--~-~--~~~---~--~~ 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-Web-Toolkit@googlegroups.com To unsubscribe from this group, send

[Ann] Cypal Studio for GWT - 1.0 version available now

2008-08-28 Thread Prakash G.R.
From the naive plugin with two wizards, this product has grown into a full fledged one with lot of features. After a few RC builds, I'm happy to announce the 1.0 version which is available for download from here: http://code.google.com/p/cypal-studio/downloads/list If you are using Eclipse to

Re: GWT vs GWT-Ext

2008-08-28 Thread dummymael
About the documentation, you might get what you want by looking at the ExtJS docs instead. And also note that GWT-Ext will only support up to the last LGPL release so I suggest you only look there and not on the later ones. The wrapper is true to the ExtJS API and its more or less the same, maybe

Re: GWT vs GWT-Ext

2008-08-28 Thread gregor
Hi irc1258 I think that post is one of the most balanced, genuine and informative I've come across on this subject. Would you mind expanding on your experience on some of these issues? 1) You say Very rich widgets compared with base GWT. What do you mean by rich in this context? Is it look and

Re: Google Maps - Problems when viewing the map

2008-08-28 Thread Einstein0970
Thanks Guys, the map.checkResize(); solved my poblem too. - Erick On Jul 24, 11:59 am, Guillem [EMAIL PROTECTED] wrote: I don't know if you already fixed this, but I'll share what I've found. In my app, I add MapWidgets at runtime, all with setVisible(false). By clicking on a link, you can

Re: Is there a resizable panel in GWT? like JInternalFrame in Swing

2008-08-28 Thread Anil
I found out much later about Gwt-ext. Surprised no one here mentioned it. On Aug 16, 4:57 pm, Anil [EMAIL PROTECTED] wrote: by resizable, I mean the user should be able to drag an edge to the new size, and/or click the maximize/minimize button on the top right corner. On Aug 15, 8:08 pm,

Re: Animation

2008-08-28 Thread Jason Essington
I've not seen anything like that with any of my animations in 1.5rc2 maybe you could post your code that is causing the error? -jason On Aug 28, 2008, at 11:23 AM, TiMeZoNe wrote: can anyone help me, please? --~--~-~--~~~---~--~~ You received this message

Application start up (or replicating synchronous calls)

2008-08-28 Thread walshms
Let me first start out by saying that I fully understand the reason why GWT doesn't include any mechanism for synchronous RPC calls. What I'm curious about is how someone can initialize common data structures that don't change often but need to be returned via RPC calls. I'm basically trying to

GWT + Derby in eclipse - ClassNotFoundException

2008-08-28 Thread Oggy
Hi, i'm trying to use GWT with Apache Derby in Eclipse. I've downloaded derby_core_plugin and derby_ui_plugin, unzipped them, and copied them to the eclipse plugins folder. I've added derby nature to my project. The problem happens when my application uses RPC, which should connect to the

Most important information enclosed

2008-08-28 Thread from video club
Most important information enclosed Teenage Student will enjoy this http://www.freewebs.com/businesprocs/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: GWT vs GWT-Ext

2008-08-28 Thread Davsket
I have being using GWT-Ext and their widgets are stylish and amazing, and it really saves you work. But the problem is use it in all the application, actually I mix up GWT and GWT-Ext to improve the performance, because the GWT-Ext doLayout() method is heavy... and it's expensive when you try to

OPTGROUP

2008-08-28 Thread Karl
How can i create a optgroup inside a combobox? thanks, Karl --~--~-~--~~~---~--~~ 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-Web-Toolkit@googlegroups.com To

Is VistaFei alive?

2008-08-28 Thread Miamidot
The significant inconvenience about VistaFei is its employment of AbsolutePanel as the root panel. Inconvenience is an understated term - having AbsolutePanel as the root panel renders a page practically unuseable and projects a mediocre page behaviour to viewers of the page. There seems to be

Richtext Area loses focus everytime i resize panel containing it.

2008-08-28 Thread Priya
Hi all, I am facing a problem while using richtextarea in my application. Everytime i resize the panel containing richtextarea, it stops taking keyboard events which means its losing focus though it shows cursor at same position where i was before resizing which indicates focus is still there.

Re: GWT vs GWT-Ext

2008-08-28 Thread Davsket
That would be nice, I have seen Dojo Toolkit and they have amazing efects and widgets, but they are still only JS... On Aug 28, 1:18 am, masterGaurav [EMAIL PROTECTED] wrote: Hi All, For the pure-JavaScript side, I personally love Dojo Toolkit for various reasons: 1) Maturity of the

Getting error when upgraded GWT1.1 to GWT 1.5

2008-08-28 Thread nishil
I upgraded to GWT1.5 when i tried testing a single module in hosted mode i could see the GUI but i am getting following error [TRACE] Loading module 'gwt' [ERROR] Unable to find 'gwt.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? But the

Problems in GWT RPC

2008-08-28 Thread shishir
Hi, I'm using NetBeans 6.1 and GWT 1.5.0. Whenever I try to make an asynchronous call to a service, I get the message: - com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the server; see server log for details In a desperate attempt to solve this issue, I even created a

Re: Application start up (or replicating synchronous calls)

2008-08-28 Thread Jason Essington
Bob Vawter did a presentation during the Google I/O conference that addressed an issue similar to this. Rather than using a static host page, and making RPC calls at startup, you could use a JSP or servlet, and embed the initial data right into the page to be parsed at startup, no

Re: [RPC example] Can't get RPC example working (using GWT 1.5 and kitchenSink)

2008-08-28 Thread Jason Essington
the @override annotations need to go away and the onSuccess should be public void onSuccess(String result) rather than Object since you defined the callback as AsyncCallbackString see if those two things don't get you a little closer. -jason On Aug 28, 2008, at 1:52 PM, EJ Blom wrote:

Help--GWT-Drag and drop

2008-08-28 Thread shan
Hi all, I am new to this group and also the GWT. Right now i am learning GWT for my Career. i need help regarding Drag and Drop. i found some examples in the webiste but those are all well advanced one. i am looking for a simple drag and drop example for a newbie (like me) can understand

how to get the real image size?

2008-08-28 Thread Mehdi Rabah
Hi, Is it possible to get the image size?, not the size of the widget displaying the image. I mean if I have a 300x300 image shown in a 100x100 panel, image.getWidth()/getHeight() will return 100; how to get the other info (300) ? Thanks Mehdi

Re: Best practice: Larger application design

2008-08-28 Thread Dobes
It might just make sense to not use GWT for this at all - use HTML and some kind of server-side templating language (JSP, Struts, Freemarker, a CMS of some sort) to create your site. GWT is really most appropriate for desktop-like AJAX applications, so unless the various pages are going to share

Re: GWT + Derby in eclipse - ClassNotFoundException

2008-08-28 Thread Dobes
Hi Oggy, Usually adding the jar file to the project isn't enough for a WAR file, you also have to copy it into WebContent/WEB-INF/lib. If that's not the issue, consult the mailing lists for Derby and/or your servlet container (tomcat, maybe?). Since GWT can't use Derby directly, you'll get

Re: Dialog Box wouldn't open in deployment mode

2008-08-28 Thread Dobes
Did you see whether the dialog showed up in the DOM, by using Firebug's DOM inspector? Maybe it's not positioned where you expect it to be. On Aug 28, 8:12 am, kojo [EMAIL PROTECTED] wrote: I have been developing an application using GWT for a while. A dialog box that belongs to a particular

Re: Richtext Area loses focus everytime i resize panel containing it.

2008-08-28 Thread Dobes
This might just be a bug in the particular browser ... have you tried other browsers? I've found that RichText Editors in web browsers are a bit flaky these days. On Aug 27, 7:22 pm, Priya [EMAIL PROTECTED] wrote: Hi all, I am facing a problem while using richtextarea in my application.

Re: GWT vs GWT-Ext

2008-08-28 Thread Brian
You might also take a look at the gwt incubator site. There are a few more or less your milage may vary type of widgets and panels there. It's no where as rich as what's in ext, but for me it provided enough to not have to use a 3rd party library. A few incubator links:

Re: Best practice: Larger application design

2008-08-28 Thread jbdhl
Hmm, you suggest to implement the menu in static HTML and create the individual sub pages as separate GWT applications? But wouldn't that induce a serious waste of network traffic as *each* of the applications needs to be downloaded individually? No sharing of code, no sharing of image bundles.

Re: Help--GWT-Drag and drop

2008-08-28 Thread Larry White
Did you try gwt-dnd? I'm just getting started with it but it seems pretty good. Lots of example code. http://code.google.com/p/gwt-dnd/ On Thu, Aug 28, 2008 at 5:31 PM, shan [EMAIL PROTECTED] wrote: Hi all, I am new to this group and also the GWT. Right now i am learning GWT for my

Re: Problems in GWT RPC

2008-08-28 Thread gregor
Hi shishir, can you clarify: a) where you are seeing StatusCodeException: your onFailure just has a Window.alert(..) b) the stack trace for same c) if this is happening in hosted mode or deployed in web mode regards gregor On Aug 28, 1:31 pm, shishir [EMAIL PROTECTED] wrote: Hi, I'm using

GWT 1.5 Now Available

2008-08-28 Thread Bruce Johnson
Hi everyone, The GWT team is proud to announce that GWT 1.5 is now officially released! GWT Home: http://code.google.com/webtoolkit/ Download: http://code.google.com/webtoolkit/download.html Announcement: http://googlewebtoolkit.blogspot.com/2008/08/gwt-15-now-available.html

Re: GWT 1.5 Now Available

2008-08-28 Thread Tim
Congrats! this is a huge achievement! Tim http://gwtnow.com On Aug 28, 8:44 pm, Bruce Johnson [EMAIL PROTECTED] wrote: Hi everyone, The GWT team is proud to announce that GWT 1.5 is now officially released! GWT Home:    http://code.google.com/webtoolkit/ Download:    

Re: GWT vs GWT-Ext

2008-08-28 Thread masterGaurav
Hi Davsket, That would be nice, I have seen Dojo Toolkit and they have amazing efects and widgets, but they are still only JS... That encourages me! I'll keep your post for future reference... :-) I'll keep posted the GWT gang out here about the latest updates on DWT. I mentioned in one of

Re: GWT vs GWT-Ext

2008-08-28 Thread masterGaurav
You might also take a look at the gwt incubator site. There are a few more or less your milage may vary type of widgets and panels there. Looks good! I found one interesting issue with http://google-web-toolkit-incubator.googlecode.com/svn/trunk/demo/SpinnerDemo/SpinnerDemo.html While

Re: GWT vs GWT-Ext

2008-08-28 Thread Brian
Yeah, I've found issues too with the incubator widgets, but I've found it pretty easy to modify it and fix, and I've learned things while at it. For instance, with that date picker, I think there is/was an issue where on hover, the border was set to zero, and padding to one, which was wrong and

Re: Best practice: Larger application design

2008-08-28 Thread Ian Bambury
I wouldn't have separate apps for each page - there's no advantage over a trad app. I'd split the page in two with a horizontal panel. The LH pane would have a VerticalPanel of subclassed labels (i.e. your menu items - and cross-headers if you like), each menu item, when clicked, would remove

1.5 final compiler warning

2008-08-28 Thread elliot
MapString, String as an rpc parameter generates a warning immediately after updating from 1.5.1 to 1.5.2 Analyzing methods: public abstract ListString getStuff (java.util.Mapjava.lang.String, java.lang.String data) Parameter: java.util.Mapjava.lang.String, java.lang.String

Re: Gwt Php Framework

2008-08-28 Thread Vivek Singhwal
Hi, Fantastic, Are you using any GUI framework (like GWT-EXT) along with GWT? We earlier tried using GWT-EXT with PHP at server but somehow that does not work for me. while GWT worked. check http://www.drivenbycuriosity.com/mywp/?p=30 Vivek www.gwt4enterprise.com -- Forwarded message