How to use UIBinder

2009-12-15 Thread Nian Zhang
The UiBInder is diffcult to use, may be it's easy for the developers who were familiar with it, but to the new one, iit's hard to start, so is there any tutorials about this? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: MVP + UiBinder, thoughts?

2009-12-15 Thread Jonas Huckestein
One question .. how does using @UiHandler in the View code maintain MVP? I would like to stick to @UiHandler annotation, but it seems to me that testing will get hurt. My current thinking is going with something similar to what Thomas described above. I recall having read on the gin list a

Getting the currently selected item in a ListBox

2009-12-15 Thread jax
This seems like a silly question but it does not work for me. When I use .getSelectedIndex() on a ListBox it returns the previously selected item in history, not the one I selected just now. What is going on? cmbDefinitionSelection.addMouseUpHandler(new MouseUpHandler() {

Re: [ANN] SmartGWT 2.0 Released

2009-12-15 Thread Sanjiv Jivan
Yozons Support on Gmail, That's definitely not the best approach. All the integration options along with the pros and cons were explained at length to you in the Smart GWT forum so I'm not sure why you're bringing this up again. Sanjiv On Mon, Dec 14, 2009 at 2:17 PM, Yozons Support on Gmail

Increased compile resource performance[excluding draftCompile] with single perm

2009-12-15 Thread Gerhard Davids
Hi Folks, I'm currently sitting with my hair in my hands. Before I ask my question I'll provide some info on the work I'm doing related to the question: I am working on massive(MASSIVE) enterprise GWT[2.0] application. The app currently consists of 3 java projects of which one is GWT(with entry

HttpServlet implementation...

2009-12-15 Thread John V Denley
Ive been trying to find some help regarding using Google App Engine's task queues, but have just realised that the questions Im asking may well be more of a GWT question. Essentially I have an application, lets say you go to http:// myappname.appspot.com to run it normally, but what I want to do

Developing a plugin based application

2009-12-15 Thread Marco Visonà
Hello I'm working to develop a plugin-based application but I'm a bit confused on how to achieve my goal. I'm using GWT 2.0, GWT-Ext 2.0.6 and Google Maps API for GWT 1.0.4. My plugins are classes that create new layers or markers on a google map widget and fill a GWT Ext panel. I wrote an

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Shawn Brown
Now, I remain with only one issue: why does it give Invalid memory access of location 0x8 eip=0x4a8aeb. Any clue, what it could be? I have a similar environment -- OSX Leopard, GWT 2, Gxt 2.1. It's fine. A user on the GXT forums complained GXT2.1 and GWT didn't work so I tried the simple

Re: Getting the currently selected item in a ListBox

2009-12-15 Thread Paul Robinson
It's a timing issue - having used a MouseUpHandler, you're assuming the list box will already have handled the MouseUp event before you get called (which it looks like it doesn't). Use a ChangeHandler instead - this will be called after the ListBox has handled the change. Also, if you were to

Re: Timezone offset in GWT

2009-12-15 Thread Chris Lowe
Hi Vikas, Have a look here: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6e39577098a87d9f/5bd043c41dc7d37c?q= The method from the second post should get you what you need. Cheers, Chris. On Dec 14, 1:28 pm, Vikas vikas.m.ya...@gmail.com wrote: How to get timezone

Re: Cannot find generated I18 UiBinder Files

2009-12-15 Thread Chris Lowe
There is now a case relating to this: http://code.google.com/p/google-web-toolkit/issues/detail?id=4355 Add you're vote if this is important to you. Cheers, C. On Dec 14, 10:13 pm, Chris Lowe chris.lowe...@gmail.com wrote: Right - I only found a .properties file in my project's extras

Re: Cannot find generated I18 UiBinder Files

2009-12-15 Thread Chris Lowe
Damn typo - you're = your On Dec 15, 9:54 am, Chris Lowe chris.lowe...@gmail.com wrote: There is now a case relating to this: http://code.google.com/p/google-web-toolkit/issues/detail?id=4355 Add you're vote if this is important to you. Cheers, C. On Dec 14, 10:13 pm, Chris Lowe

How to run development mode under GWT 2.0.0

2009-12-15 Thread ATom
I migrated my project from GWT 1.7.x to 2.0.0. I Use Maven plugin 1.3-SNAPSHOT I run development mode with mvn gwt:run GWT development mode run corectly, but when I open browser it say only 'GWT module 'app' needs to be (re)compiled, please run a compile or use the Compile/Browse button in hosted

Re: Announcing GWT 2.0 and much, much more...

2009-12-15 Thread Célio
ATom, GWT 2.0 is already at the central maven repo. As of 2.0 there's no more OS specific libs. You will need to depend on both gwt-user and gwt-dev and that's all. On 15 dez, 04:18, ATom tomas.procha...@gmail.com wrote: I so missing maven repository with has OS specific libraries :-( -- You

Re: How to run development mode under GWT 2.0.0

2009-12-15 Thread Célio
That message is usually shown when you paste the incorrect url on your browser, like this one: http://localhost:/hostPage.html The correct url should look like this: http://localhost:/hostPage.html?gwt.codesvr=192.168.1.2:9997 Is that your case? I also faced that message but my

Re: Disclosure Panel

2009-12-15 Thread Thomas Broyer
On Dec 15, 11:49 am, ganesh.shirsat ganesh.shir...@gmail.com wrote: Hi, How to remove the DisclosurePanel Collapsible behaviour? Maybe you should look for another widget then (or build your own with e.g. a VerticalPanel, or FlowPanel, Grid, DockPanel, DockLayoutPanel, etc.), as the point of

Re: Preserve HTTP Sessions when restarting Jetty

2009-12-15 Thread cromoteca
It seems due to Development Mode not reading war/WEB-INF/jetty- web.xml. Any hint? On 14 Dic, 12:41, cromoteca luci...@virgilio.it wrote: Hi, I was wondering if sessions could be serialized when doing a server restart in development mode. I always did that with Tomcat and now I miss that.

How create custom child elements in MyWidget.ui.xml like 'g:west size=...' ?

2009-12-15 Thread Владимир Петрухин
my:BaseLayout my:content g:HTMLPanel Hello! /g:HTMLPanel /my:content /my:BaseLayout 00:20:37,437 [ERROR] In com.google.gwt.uibinder.rebind.XMLElement $...@c09d8c, found unexpected child my:content. How create custom child elements? Thanks. -- You received this message

Communication between modules

2009-12-15 Thread grue
Hi, I have splited my applications into several modules which I have embedded in a single HTML page. To enable the modules to communicate between each other I have implemented a simple event mechanism. If a module wants to listen to an event it registers a handler for it like this: private

Re: Year navigation in DateBox

2009-12-15 Thread Abdullah Shaikh
Thanks.. I will try that out On Mon, Dec 14, 2009 at 8:15 PM, Ashar Lohmar asharloh...@gmail.com wrote: Hi I've choosed to create a new gadget from the original datepicker copying those classes refactoring and rewrite some because i needed an datepicker that showed 3 months instead of one.

Re: Why the Chrome GWT-Dev plugin is so slow?

2009-12-15 Thread Taro L. Saito
I had the same impression: DevMode in GWT2.0 is the slowest when using Chrome. I've tried my application using theGWT2.0in these 3 browsers (Chrome, IE8, and FF3.5), and as Chrome is the fastest in day to day operations ... I expected the GWT dev-mode plugin will be the same ... but false ...

GWT 2.0 + JBoss

2009-12-15 Thread Maciej Matecki
Hello, I've got very simple code, just one RPC which return sum of two Integers: public Integer add(Integer a, Integer b); Now if I run app as GWT project in development mode then everything works ok. But if I run it on JBoss AS 5 I've got:

TabPanel css issue with ie6 - ie8

2009-12-15 Thread l2trace
I am having a problem with the css of TabPanel in Internet explorer. It seams that IE will will only override some settings for .gwt- TabPanelBottom or .gwt-TabBar .gwtTabBarItem. The following css renders fine in FF but not in any IE version.The only way I can get this to render correctly

Re: How to prepend?

2009-12-15 Thread Ashar Lohmar
glad that I could help Cheers On Dec 15, 10:40 am, Dennis Madsen den...@demaweb.dk wrote: Thanks Ashar. - your solution was easy to implement! On 15 Dec., 08:49, Ashar Lohmar asharloh...@gmail.com wrote: how about this you make an VerticalPanel VerticalPanel vp = new

Re: How to attach a style name to a cell in a panel

2009-12-15 Thread Ashar Lohmar
Hi, as far as I know there are no methods to access a specific cell in a HorizontalPanel , maybe you could tweak around with getElement() or something but I don't know what you could do instead: a) create an another Panel (vertical/horizontal ... doesn't matter), put the image in it put the

Re: Clear HTML div?

2009-12-15 Thread Ashar Lohmar
you could try something like this RootPanel.get(entries).setInnerHTML(); the clear() method doesn't work as you expected because it comes from HasWidgets and it removes only the Widgets that where added to the panel with add() if setInnerHTML(); doesn't work as you wanted it, you

GWT-2: Jetty stopped working - SOAP doc?

2009-12-15 Thread tedlief...@gmail.com
For some reason, this morning, the GWT devmode launched either from eclipse or using a generated ant devmode has begun to fail. The Jetty server is always returning the following SOAP XML for any URL SOAP-ENV:Envelope - SOAP-ENV:Body - SOAP-ENV:Fault faultcodeSOAP-ENV:Client/faultcode

Re: development mode isn't updating

2009-12-15 Thread darkflame
I have the same problem, only that didnt work for me. GWT Developer plugin for firefox is listed in the firefox plugins list, however. (despite me not getting a prompt, I installed in manually). Also, there *is* a query string of what seems to be the correct format present in the url bar when

Re: Increased compile resource performance[excluding draftCompile] with single perm

2009-12-15 Thread Chris Lowe
Are you sure that you need the 2mb stack? I seem to recall there was a problem a while back with stack overflows resulting in some people suggesting large stacks. I think that's been fixed now. Are you using a 32 or 64 bit JVM? What are the exact compiler and JVM arguments you are using?

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Sunshine Rain
I'm having the same problem. I'm using Leopard. My wife's computer has Snow Leopard installed and it works. I've tried various permutations of Java settings, but I still get the following: Invalid memory access of location 0x8 eip=0x4a8aeb Looks like a Snow Leopard upgrade is in my future. see

Re: this$static.prepareCell_II(row,column) is undefined

2009-12-15 Thread ntdeaf
Hi, I've made the output with the -pretty parameter, and it clears at least some of the fog.. However the line is shown (line 8717), it still doesn't make sense.. can someone help me out? The site still looks fine in the hosted browser.. loading Object element=input.txtbox

Re: How do I center a widget?

2009-12-15 Thread jbdhl
To answer my own question, the following seem to work: HorizontalPanel h = new HorizontalPanel(); h.setSize(100%, 100%); h.setHorizontalAlignment(HasHorizontalAlignment.ALIGN_CENTER); h.setVerticalAlignment(HasVerticalAlignment.ALIGN_MIDDLE);

thanks

2009-12-15 Thread soc
That makes sense.Thanks for the reply. -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: GWT Developer Plugin not working IE8

2009-12-15 Thread ksachdeva
For me it does not work on vista 32-bit either. On Dec 14, 11:01 pm, Trevis trevistho...@gmail.com wrote: That's the conclusion i'm sticking with until told otherwise.  I've wasted a good 2 hours today trying to get it to work on my dev box with no luck. The dev plugin so far seems amazing

IE Development plugin not working in 64-bit vista.

2009-12-15 Thread Trevis
I decided to create a new, more descriptive conversation. It seems as though the IE development plugin does not install properly in 64 bit vista. Is this issue being addressed? Does. Anyone have a better work around than remoting into a 32 bit system? -- You received this message because you

MVP: where to put the presenter?

2009-12-15 Thread jbdhl
I try to follow the (an?) MVP pattern, and while handling the View for a sub-component (ie myComponent) is relatively easy (just implement it as a composite Widget and assemble the application with this widget along with all the other widgets), I don't see any natural place to put the presenters.

Re: How create custom child elements in MyWidget.ui.xml like 'g:west size=...' ?

2009-12-15 Thread djd
I assume you are extending Composite/Widget or a subclass of it. If this is the case, your 'BaseLayout' must implements HasWidgets (or not, if it extends some panel). I'm not sure this will fix your problem, but it's easy to try On Dec 15, 1:31 pm, Владимир Петрухин mylonglongn...@gmail.com

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Zoltán Törteli
Hi there, I posted to the list, but it doesn't seem to have been approved yet, so I figured I'd send a reply directly to you. I spend a few hours looking into the same Invalid memory access of location 0x8 eip=0x4a8aeb problem yesterday. What I found out is that there seems to be a dependency on

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Zoltán Törteli
I forgot to note, that the gentleman have sent me his solution, I wanted to provide it here - so you can have it too until his response appears. On Dec 15, 3:37 pm, Zoltán Törteli tort...@gmail.com wrote: Hi there, I posted to the list, but it doesn't seem to have been approved yet, so I

Can java client use GWT RPC?

2009-12-15 Thread ailinykh
Hello, everybody! I have a simple GWT application. Right now Web browser is the only client. Also I want to create pure java client (android based). Is there a simple way to use GWT RPC from java client? If not, what are my options? Thank you, Andrey -- You received this message because you

Solution to Image onError not working in IE

2009-12-15 Thread Skyfort
This bears repeating every now and then, because I just spent a number of hours trying to figure out why my images were all turning to lil' red x's in Internet Explorer. I don't know all the reasons that it happens, though for me it seems to happen when I try to load a second image using the

Re: IE Development plugin not working in 64-bit vista.

2009-12-15 Thread Chris Ramsdale
Trevis, Just to confirm what you are experiencing, the IE Developer Plugin will only install/work on 32 bit Windows systems. We'll let everyone know when we have a version that will run on 64 bit systems. Thanks... - Chris On Tue, Dec 15, 2009 at 9:22 AM, Trevis trevistho...@gmail.com wrote:

Re: MVP: where to put the presenter?

2009-12-15 Thread Tristan
Check out this for starters: http://code.google.com/p/gwt-presenter/ You probably want some tree like structure... few presenters for your pages, and then dependent presenters relying on them. To make the MVP model effective in GWT, you should probably get familiar with using the EventBus and

Re: How to use UIBinder

2009-12-15 Thread Tristan
Aside from official docs I haven't seen much (and I've been looking because of Gin and UiBinder issues I've been having) If anyone is putting together a tutorial, it'd be great if you showed how to use GIN effectively in a non-trivial example (so, an injected view dependent on other injected

Re: IE Development plugin not working in 64-bit vista.

2009-12-15 Thread Ian Bambury
It doesn't work in 32-bit for me. First mentioned (AFAIK) 15th Oct http://groups.google.com/group/google-web-toolkit/browse_thread/thread/5315a07a0d452943 http://groups.google.com/group/google-web-toolkit/browse_thread/thread/5315a07a0d452943Then again in this thread on the 24th Oct

Re: How create custom child elements in MyWidget.ui.xml like 'g:west size=...' ?

2009-12-15 Thread Thomas Broyer
On Dec 15, 12:31 pm, Владимир Петрухин mylonglongn...@gmail.com wrote: my:BaseLayout   my:content     g:HTMLPanel       Hello!     /g:HTMLPanel   /my:content /my:BaseLayout 00:20:37,437 [ERROR] In com.google.gwt.uibinder.rebind.XMLElement $...@c09d8c, found unexpected child my:content.

Re: How do I center a widget?

2009-12-15 Thread Thomas Broyer
On Dec 15, 3:08 pm, jbdhl jbirksd...@gmail.com wrote: To answer my own question, the following seem to work:         HorizontalPanel h = new HorizontalPanel();         h.setSize(100%, 100%);         h.setHorizontalAlignment(HasHorizontalAlignment.ALIGN_CENTER);        

Re: how do issues get handled with new versions?

2009-12-15 Thread mwaschkowski
Any ideas at all? Should I try this on the contrib group? Thanks, Mark On Dec 12, 10:42 am, mwaschkowski mwaschkow...@gmail.com wrote: Hi, How do older issues that have been logged get handled as gwt moves forward with new versions?  

Re: how do issues get handled with new versions?

2009-12-15 Thread Chris Ramsdale
Hey Mark, I'm not sure if you saw this, but I responded to your original question on the 2.0 release thread herehttps://groups.google.com/group/google-web-toolkit/browse_thread/thread/919dfda6baf7a5e/fa0fcbdd2d183a90?lnk=gstq=gwt-DecoratorPanel+.middleCenter#fa0fcbdd2d183a90 :

Register Javascript callback

2009-12-15 Thread Jason.Sadler
Hi folks, I am trying to build a system where some non-GWT Javascript code can register itself to be run when a certain event happens within a GWT widget. (I don't mean a browser event, I mean a business-logic event) What I've come up with is a List of JavaScriptObjects that are invoked via JSNI

Bug in DateTimeFormat GWT

2009-12-15 Thread Chris
Hi All Although the DateTimeFormat seems to work fine with most browsers, using the hosted/development mode, it does not handle Eras properly. Using GWT 1.x or GWT 2.0 I get the same behaviour: In Firefox, normally compiled etc. shows BC fine. In Development in Firefox, shows AD instead of BC

RootPanel vs RootLayoutPanel usage

2009-12-15 Thread Pion
On GWT 1.x, I usually use RootPanel with asfollowing: index.jsp snippet: ... div id=root/div ... Index.java HorizontalPanel myPanel = new HorizontalPanel(); ... build some panel and other widgets RootPanel.get(root).add(myPanel); ... other stuffs The above widget would

Re: Can GWT do this?

2009-12-15 Thread sportscode
Yes its a kind of custom application. The application helps user design the UI (Edit mode) and turn the gui to application in (Application mode) Example: An application to count the number of different types of vehicles passing by. Say, one user is assigned to count cars, so he/she will create

Re: IE Development plugin not working in 64-bit vista.

2009-12-15 Thread Chris Ramsdale
There are several threads going on in regards to this, which is exasperating the issue even more. I've created a central issue to track further information and resolution. http://code.google.com/p/google-web-toolkit/issues/detail?id=4358 @Ian, would you mind responding to my questions that I've

Re: Can java client use GWT RPC?

2009-12-15 Thread Isaac Truett
Hello Andrey, No, there isn't a simple way to use GWT RPC outside of the browser. Your best option is to write your server logic independent of any particular protocol. Then you can write multiple protocol implementations such as GWT RPC, JSON, plain HTTP, or even direct sockets, that all share

Re: CssResource and descendant selectors

2009-12-15 Thread Sekhar
Looks like declaring them with @external is all you need. On Dec 14, 11:13 pm, Sekhar sek...@allurefx.com wrote: I'm trying to customize DecoratorPanel using CssResource and was wondering how you'd handle the descendant selectors. E.g., there are: .gwt-DecoratorPanel { the panel }

can i send http request to a subdomain from gwt

2009-12-15 Thread ben fenster
i want to use apache to handle static content and php and use tomct for comet sop restriction prevent me from accessing another domain or even another port but would it prevent me from sending a request to a subdomain? -- You received this message because you are subscribed to the Google Groups

Re: MVP, GIN, UiBinder

2009-12-15 Thread Tristan
Would you be able to provide a sample non-trivial example? ie injecting a child view into a parent view? I have been trying to do this and I get a runtime error of ClassNotFoundException when the provider tries to do new ParentView(childView). On Dec 9, 9:30 am, P.G.Taboada

Re: Can GWT do this?

2009-12-15 Thread mariyan nenchev
There are no frameworks for that. There are several designer tools(UI editors) but they are developer oriented and not browser like. May be GWT DND with a little more coding from you could do the trick. -- You received this message because you are subscribed to the Google Groups Google Web

Re: [ANN] SmartGWT 2.0 Released

2009-12-15 Thread Yozons Support on Gmail
It's only because our plans are for our product to be open source, and while PRO may indeed work better out of the box, it creates licensing conflicts to include a large commercial component that would affect both the client and server code. The LGPL widgets definitely are winners.

Re: development mode isn't updating

2009-12-15 Thread Rajeev Dayal
Hi, Sorry to hear that you're having troubles. On Tue, Dec 15, 2009 at 8:46 AM, darkflame darkfl...@gmail.com wrote: I have the same problem, only that didnt work for me. GWT Developer plugin for firefox is listed in the firefox plugins list, however. (despite me not getting a prompt, I

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Rajeev Dayal
Which browser are you using? On Tue, Dec 15, 2009 at 2:56 AM, Chris uk.org.micros...@googlemail.comwrote: Have you tried deleting the war/MyApp directory, and performing an unconditional reload of MyApp.html (hold down SHIFT and hit reload) in your browser? I tried this and a new

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Rajeev Dayal
Also, it looks like you're loading your GWT app twice (I see two script tags that pull in MyApp.nocache.js). Can you get rid of one of the references (the one in the body) and see what happens? On Tue, Dec 15, 2009 at 12:33 PM, Rajeev Dayal rda...@google.com wrote: Which browser are you using?

Re: How to prepend?

2009-12-15 Thread Eric
On Dec 15, 3:40 am, Dennis Madsen den...@demaweb.dk wrote: Thanks Ashar. - your solution was easy to implement! One alternative is to present this as an HTML list. David Maddison wrote an article about how to create a custom widget that renders as an ol ordered list or ul unordered list. You

Re: GWT Developer Plugin not working IE8

2009-12-15 Thread Chris Ramsdale
There are several threads going around relating to this issue. Just to clarify, Trevis is correct, the IE Developer Plugin currently does not support 64 bit versions of Windows. That said, it should be working on 32 bit versions. I've created the following to track the issue. Please add as much

Re: RC2 and Eclipse Plugin

2009-12-15 Thread julian
I also have no urls in the developer mode view. Running Eclipse 3.5, OS X Snow Leopard, gwt 2.0 using gwt-maven-plugin 1.2-SNAPSHOT But I can access the developer server by entering the url in the browser manually: http://localhost:/my.web.App/index.html?gwt.codesvr=localhost:9997 Interesting

Re: No default css for TabLayoutPanel?

2009-12-15 Thread Ze Critter
Not only tabs are just rendered as plain text, in ie tabs are piled one above other like in VerticalPanel (at least I had this problem in msie 8). As container for tabs in TabLayoutPanel is FlowPanel, one should explicitly add something like float: left; to gwt-TabLayoutPanelTab style to avoid

Plugin for GWT 2.0 doesen't work in FF and Chrome, but in IE8

2009-12-15 Thread Porkypie
Hi, I tried to move our project to GWT 2.0. It works only with the IE8 in DevMode for me. (I get a couple of deprecated messages, but it works). In Chrome and FF (newest versions) the plugin stops. I work under Windows XP Prof. SP3 with the latest patches from Microsoft. Hope somebody has an

Class-based ResourceBundles and GWT

2009-12-15 Thread Matt
I am currently evaluating GWT to see if it fits with the pre-existing framework with a view to adopting it for our future UI development. The internationalisation/localisation for GWT appears to adopt a similar approach to the Java standard of Resource Bundles when using property files. However

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread rtholmes
Just a quick note: I'm having exactly the same problem w/ GWT 2.0 on a Mac using the latest Eclipse plug-in, so you're not the only one experiencing this problem. On Dec 11, 9:51 am, Chris uk.org.micros...@googlemail.com wrote: Hi I've set up a brand new Mac with GWT 2.0 running under Eclipse

Re: Major memory leak with RPC, Internet Explorer and GWT 2.0 (MS1 MS2)

2009-12-15 Thread kiran kumar
Hi Rob, It is not problem with RPC -calls ,i.e 16k of memory leak is due to gwt-components creation. to avoid this we need to reuse the old references with new state inspite of creating new objects for every RPC call. Thanks -Kiran.Kuppula On Nov 13, 7:18 pm, Rob rob.a.st...@gmail.com wrote:

Hosted mode won't work since 2.0 upgrade

2009-12-15 Thread Mike McLean
Hi All, Last week, I installed GWT 2.0, Chrome, Chromium and the SpeedTracer plugin on my 10.6 OS X installation. I also updated my Eclipse plugin. It was a quick try to see if my current project would keep working on 2.0 when I'd find the time to upgrade and test properly. Ever since the

Re: For loop with UI Binder

2009-12-15 Thread Grant
Agreed - there is no for loop in uiBuilder. Put a placeholder element in the uiBuilder (such as a vertical panel) and then put your for loop in Java code, adding things to the vertical panel. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

How can i get gwt eclipse plugins 1.1

2009-12-15 Thread Wity_Lv
I'm using gwt1.7 with Gxt2.0 on eclipse. My project can't run in gwt2.0 +gwt eclipse plugins 1.2 . Now, i want to update my gwt plugin to 1.1; how can i get it? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: unable to specify war directory when running web app

2009-12-15 Thread Silverado
I am running with the same versions of Eclipse and GWT and I have the same problem. Our project does not use a directory named war and I can tell the compiler to place the output files in the right place, but I cannot do that for the run configuration. This is depriving me from being able to use

Help regarding Database Tree view.

2009-12-15 Thread Harsha Angadi
Hi All, I am new to Ajax.I am working on a J2EE project and my requirement is to get the data from the database and display it in a tree view, when ever i click on any table at that time the table data has to be displayed on the right hand side, and is it possible to edit those data there and

GWT Caching in Internet Explorer

2009-12-15 Thread Salil
Hello Forum Members, I am facing a peculiar issue of Caching in internet explorer with my GWT Application. This issue does not occur in Firefox. However I need the issue fixed in IE as well since it is the primary browser of the users. My application has a main page which lists out different

Google Maps and GWT 2

2009-12-15 Thread pfdevil
Hello, I'm trying to do the google maps tutorial at http://code.google.com/docreader/#p=gwt-google-apiss=gwt-google-apist=MapsGettingStarted However it seems that a couple of changes was made to gwt 2 and theirfore I cannot follow the instructions. Can someone please help me in setting it up.

Re: For loop with UI Binder

2009-12-15 Thread wanxiren
http://code.google.com/intl/zh-CN/webtoolkit/doc/latest/DevGuideUiBinder.html But as you learn what UiBinder is, you should also understand what it is not. It is not a renderer. There are no loops, no conditionals, no if statements in its markup. UiBinder allows you to lay out your widgets. It's

Re: How to prepend?

2009-12-15 Thread sorbus
On Dec 14, 11:08 pm, Dennis Madsen den...@demaweb.dk wrote: Thanks for your reply! I cannot find a way to implement what do write. I'm doing something like:                 HTML widget = new HTML(div class='entry'myDiv/div);                

1.7-2.0 hosted mode no longer working

2009-12-15 Thread Derek
Hi I had my GWT app running in hosted mode last week with GWT 1.7, Eclipse 3.5, GXT with the server side hosted by IIS. So I upgraded to GWT 2.0, upgraded the plugin in Eclipse, downloaded the GWT 2.0 SDK and am trying to get my application running once again. So far no luck though. My old run

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Chris
Which browser are you using? I'm using Safari 4.0.4 on OS X 10.6.2. Also, it looks like you're loading your GWT app twice… OK, I removed one and still no dice. How do I add the GWT app within my page in GWT 2.0? Still using something like div id=MyApplication/div? Since adding that GWTCanvas

Re: Communication between modules

2009-12-15 Thread NahumMor
On 15 דצמבר, 13:32, grue michael.gruetz...@googlemail.com wrote: Hi, I have splited my applications into several modules which I have embedded in a single HTML page. To enable the modules to communicate between each other I have implemented a simple event mechanism. If a module wants to

How to fire event

2009-12-15 Thread HarryClaymore
Hi. I wonder how could i fire an simple OnChangeEvent for Widget ? It implements interface HasChangeHandlers. I just want to fireEvent to mark widget as changed exapmple: selectAllButton = DasUtils.mkButton( GenericStrings.SELECT_ALL.toString (), new Runnable() { public

GWT 2.0 with C# back-end

2009-12-15 Thread joe
I'm having an issue with GWT 2.0 requesting XML data from a C# self hosted Web Service. Using the GET request tutorial (http:// www.gwtapps.com/doc/html/com.google.gwt.http.client.html) I was able to retrieve the XML data using GWT 1.7. After upgrading to 2.0 all I return is an empty String using

GWT Simcity like game

2009-12-15 Thread hemodroid
Hi, I'm working on a simcity like game developed with GWT. For any question or feedback dont hesitate to contact me ;) http://www.gaecity.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

Re: Increased compile resource performance[excluding draftCompile] with single perm

2009-12-15 Thread Lukas Herman
SOYC option on large project takes immense amount of memory and hdd space. However, runAsync splitting is compiled properly without - draftCompile switch. I have ended with -Xmx32768m java memory for GWT Compiler using -soyc command line switch (i guess 8GB+ is sufficient). The generated files

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread ciyer
I spent a few hours chasing down the Invalid memory access of location 0x8... problem today as well. What I ended up doing was putting in: @SuppressWarnings(unused) Layout junk = new AnchorLayout(); At the very beginning of the onModuleLoad() method on my module's entry point.

Problems displaying buttons

2009-12-15 Thread Juan Manuel Martínez Montoya
Hi! I've installed GWT 2.0 in my karmik koala and I tried to do a demo site. Well, It's supossed that my firefox must shown a big tittle (It's shown) and a button to click. The problem is that I can't see the button and I've already installed the Google Web Toolkit developer plugin. What's

Re: GWT 2 hosted mode gives response status == 0 ?

2009-12-15 Thread joe
Having the same issue. If you find anything out I would love to know. On Dec 13, 3:47 pm, Martones ludovit.marton...@gmail.com wrote: Hey guys and thanks for GWT2, it rocks! :D I've just downloaded it and trying to make it work with my current project. All seems perfect except my ajax

Unit testing with GWT 2.0

2009-12-15 Thread Hakim
Hi After upgrading a GWT project from 1.7 to 2.0 all its unit tests are now skipped during maven build. I'm using codehaus GWT plugin (gwt-maven-plugin 1.1). To build my project I use -Dgwt.args=-prod -logLevel WARN -out www-test for prod mode and -Dgwt.args=-logLevel WARN for dev mode. but

GWT 2.0 + MVC = PureMVC ?

2009-12-15 Thread Fabien
Hi, I would like to know if someone try to merge PureMVC and GWT ? And if true, if someone can help me with just an example or a tutorial. 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

UiBinder + extending FlexTable

2009-12-15 Thread mma
Hi! I'm currently trying to create a widget that extends FlexTable in way the style of the row and column header cells (row=0 and col=0, respectively) is different from the other (regular) cells. In order to do this, i'm following the approach: - Created TwoAxisFlexTable.java and

disable refresh button

2009-12-15 Thread pgore
Hi . I have two simple questions , but I don't know how can implement it. First at all , we need to disable the refresh button and the key F5 , and I don't find the way. Second , we need , when pass more than 5 minutes , we need to invalidate the current session , killing some resources , like

GWT newbie have basic question to increase understanding ...

2009-12-15 Thread Robert Domingo
Hello all, I am trying to understand GWT and AJAX development. I'm not a programmer any more but worked closely with developers who worked with Microsoft tools. Initially, or should I say under legacy code, they wrote ASP on IIS webserver while they wrote DLLs with VisualBasic6 to register on

external.gwtOnLoad is not a function : external.gwtOnLoad(window, null, 1.6); line 32

2009-12-15 Thread Zied Hamdi http://nextstreet.eu
Hi, I moved my 1.6 project to the new 2.0 GWT under eclipse and since that moment I can't evolve anymore (since 2 days): I have javascript errors that doesn't even let the code reach the onModuleLoad() method. I did an upgrade on my eclipse so it's impossible to return back to the 1.6 version

Re: [ANN] SmartGWT 2.0 Released

2009-12-15 Thread Sanjiv Jivan
Yozons Support on Gmail, Again, all the integration options were presented to you with detailed information on the suitability and pros and cons of each approach. Smart GWT (LGPL) also supports an XML / Json based Restful DataSource as well as a community written GWT-RPC Datasource. It is now up

Re: RC2 and Eclipse Plugin

2009-12-15 Thread Rajeev Dayal
You will only get a list of startup URL suggestions if you have HTML/JSP files directly underneath your war folder. You can always add the -startupUrl html page argument to your launch configuration's program arguments, and that URL will show in the developer mode view. On Tue, Dec 15, 2009 at

Is for each loop faster than for loop?

2009-12-15 Thread flyingb...@gmail.com
Just wondering what is a better way to code. Using for each loops or for loops? I am wondering will the resulting javascript be different. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Rajeev Dayal
On Tue, Dec 15, 2009 at 1:15 PM, Chris uk.org.micros...@googlemail.comwrote: Which browser are you using? I'm using Safari 4.0.4 on OS X 10.6.2. Also, it looks like you're loading your GWT app twice… OK, I removed one and still no dice. How do I add the GWT app within my page in GWT

  1   2   >