GWT timer triggers before delay mili seconds

2010-01-19 Thread shahid
I am using a timer in one of my widgets. Basically the widget has to make an RPC call every X milliseconds to update its content. Now I am trying to make it so every 5 minutes, it makes an RPC call. And simple as it looks I do this: I have defined the delay as a class variable: private final int

Invitation to connect on LinkedIn

2010-01-19 Thread Felipe Toledo
LinkedIn Felipe Toledo requested to add you as a connection on LinkedIn: -- anoop, I'd like to add you to my professional network on LinkedIn. - Felipe Accept invitation from Felipe Toledo

UiBinder and DecoratedTabPanel...

2010-01-19 Thread Stine
Hello :) I am trying to get familiar with this UI binding stuff introduced in GWT 2.0! I have a problem finding out which child elements are allowed for for instance DecoratedTabPanel... Any input will be greatly appreciated! :] Thanks, Stine -- You received this message because you are

Re: GWT + Maps V3 using JSNI

2010-01-19 Thread Jeff Schnitzer
There is a budding project to create a Maps v3 wrapper here: http://code.google.com/p/gwt-maps3/ Jeff On Sun, Jan 17, 2010 at 11:45 PM, Ilya lisichkin.i...@googlemail.com wrote: Hi, I'm new to GWT and searching for an example of using GWT + Maps V3 using JSNI. I can reproduce examples from

Re: UiBinder and DecoratedTabPanel...

2010-01-19 Thread Stine Søndergaard
... ehm... is there no way I can make my Intellij IDEA help me filling in the allowed elements in my ui.xml file?! :} -- 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-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-19 Thread Jeff Schnitzer
As you discovered... as soon as you think you've solved the problem, it happens again :-( I also experience this problem with some of the GAE jars. It's really, really annoying but I don't have time to rebuild my eclipse install from scratch... Jeff On Mon, Jan 18, 2010 at 4:20 PM, Erik

Re: UiBinder and DecoratedTabPanel...

2010-01-19 Thread Stine Søndergaard
I can see that there is a section named... Use in UiBinder Templates ... for some classes (eg. TabLayoutPanel)... but what about the rest? :} Please heeelp! Thanks a lot, Stine -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

Urgent help in GWT-Visualization

2010-01-19 Thread Ramya Devi Dharmarajan
Hi, I have a problem in my below code.Please share your thoughts.This is Urgent. Code : *Sample.java* TimeLine timeLine = *new* TimeLine(); VisualizationUtils.*loadVisualizationApi*(timeLine, AnnotatedTimeLine.* PACKAGE*); widget = timeLine.getAnnotatedChart(); *TimeLine.java:* * public*

Deserialize in gwt2.0 calls setters

2010-01-19 Thread Simon Vogensen
Hi I've been trying to upgrade a project from gwt 1.6.4 to 2.0, but had a hard time figuring out why I got a nullpointer exception when deserializing on the serverside. It turns out that there's been made a change in the way RPC works between version 1.x and 2.0. (I cant see its documented

GWT Plugin: New Project without Example Code

2010-01-19 Thread Sellfisch
Hi there, i it possible to create a new Project (with eclipse plugin) without that example project? I don't want to erase the example every time. Thanks for your help sellfisch -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: GWT 2.0 + Gogle Maps V3 using JSNI

2010-01-19 Thread Eric Ayers
take a look at this project, which is a beginning for a Google Maps v3 API for GWT: http://code.google.com/p/gwt-maps3/ http://code.google.com/p/gwt-maps3/The developers are discussing it on the gwt-google-apis group as we speak http://groups.google.com/group/gwt-google-apis On Sun, Jan 17,

Listening to Keyboard Events

2010-01-19 Thread JavaDoc
Hi, I have a requirement wherein i want my app to listen to keyboard events (example, user pressing the 'Shift' key) How do I go about implementing this? Also, what should be the approach if i wanted a similar functionality but only for a particular panel (and not global)? Rgds, Amey -- You

Re: RequestBuilder problem retrieve response

2010-01-19 Thread ale
Thanks! I will study your links, and try. Thanks again. On Jan 18, 11:21 pm, Thomas Broyer t.bro...@gmail.com wrote: On 18 jan, 21:16, ale aleee...@gmail.com wrote: no one has a similar problem? (and solved it?) Everyone once faced the Same-Origin

Re: UiBinder and DecoratedTabPanel...

2010-01-19 Thread Sebastian
In a newer GWT version there is a DTD which can be configured in IntelliJ. This is what I do currently. At least you get binding for the standard components. You could build your own DTD for custom components. But this is just an idea. I haven't tried it. I don't think that you can use

Re: GWT Desktop library

2010-01-19 Thread Alexander
It is JS but not GWT, right? 2010/1/19 amjibaly amjib...@gmail.com GXT's web desktop: http://www.extjs.com/examples/desktop.html is a good starting point. On Jan 18, 10:11 am, Alexander the.malk...@gmail.com wrote: Hi, I want to emulate Windows Explorer UI style. Is there any GWT

Re: UiBinder and DecoratedTabPanel...

2010-01-19 Thread Stine Søndergaard
Thanks a lot for your input, Sebastian!! :) I know it might be basics for you guys, but could you maybe please explain to me how I configure a DTD in IntelliJ? :} One of the reasons that I have decided to avoid TabLayoutPanel is that the panel does not come with a default styling... have you

Re: GWT Plugin: New Project without Example Code

2010-01-19 Thread Sean
There was a feature request put in for this and everyone's for it. No ETA though yet. On Jan 19, 6:24 am, Sellfisch sellfi...@gmail.com wrote: Hi there, i it possible to create a new Project (with eclipse plugin) without that example project? I don't want to erase the example every time.

Re: GWT Road Map

2010-01-19 Thread Rodrigo Romero III
It would definitely be great if google could put a roadmap for any of their products...but due to the confidenciality they are well known...I don't think that's going to occur You'll have to wait until things just popup each now and then Diego Lovison wrote: and about the road map? -- You

Re: UiBinder and DecoratedTabPanel...

2010-01-19 Thread Sebastian
In IntelliJ press F1 to get help. Search for dtd and read the first entry. I defined my own styles, but I assume that the GWT people will have to do some rework in this area. In work case add TabLayout programmatically. On Jan 19, 2:11 pm, Stine Søndergaard stinespl...@gmail.com wrote: Thanks

Re: UiBinder and DecoratedTabPanel...

2010-01-19 Thread Stine Søndergaard
Aha - found the help entry! Thanks! ;D Now I only have to locate the DTD!!! Any ideas?! :] Thanks and sorry for all the stupid questions, Stine -- 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 Plugin: New Project without Example Code

2010-01-19 Thread Thomas Broyer
On Jan 19, 12:24 pm, Sellfisch sellfi...@gmail.com wrote: Hi there, i it possible to create a new Project (with eclipse plugin) without that example project? I don't want to erase the example every time. 1. create a new Java project 2. create a war folder 3. go into the project's properties

Using my own external jars

2010-01-19 Thread Juan M.M.M.
hi ppl! This is the question. I want to use an external jar but i would like to use them without modify the .jar file. Is that possible? I know that I have to create a file .gwt.xml to set the inherit dependences of the files. But I would to know if there is another possibility to use the external

PopupPanel and ImageBundles

2010-01-19 Thread HeideMeister
I'm currently working on a project (using GWT 1.7) where there are a lot of popup's. Also, the projects design states that buttons must be these fancy black things with a gradient effect, and a semi- transparent shadow around them. I implemented this as a Composite button class, with an internal

Re: Using Gilead with GWT 2.0 ms1

2010-01-19 Thread Dan Billings
FYI A guy on sourceforge apparently made some more changes because it wasn't working for him. http://sourceforge.net/projects/gilead/forums/forum/957377/topic/3493335 On Dec 28 2009, 9:57 am, Trevor Skaife tska...@gmail.com wrote: RB, That's odd you had an error at that line, though it

Re: modular GWT application ?

2010-01-19 Thread Marcos Alcantara
Hi, Maybe you should think about getting over the page paradigm. In an application like GWT, you can make design everything as you would in a desktop application. Maybe you should read about the MVP architecture and GWT.runAsync() concepts. There are plenty of material out there for you to

Re: UiBinder and DecoratedTabPanel...

2010-01-19 Thread Stine Søndergaard
*Sigh* - nt working for me!! :8 How come this is just so easy to everybody else?! :D How do you guys manage to get a complicated ui.xml not only containing plain HTML tags together - maybe even without any help from a DTD? Well, maybe I should just wait until Google is more filled up with nice

Re: Image Rotates Itself

2010-01-19 Thread Ashar Lohmar
Hi just a hint ... for example picasa if you say to rotate a image by clicking the round arrow it shows it rotated, but the image isn't really rotated picasa only makes an configuration file (hidden) that will be read every time u go there and it says in it that the image should be presented

Re: Deserialize in gwt2.0 calls setters

2010-01-19 Thread aditya ch
Simon, Even i have observed the similar behavior when i have migrated my app to use newer version of GWT and have been trying to resolve with some changes at our code level instead of GWT API which can create issues once we upgrade to latest version of it in the future. Coming back to the point,

Re: GWT Road Map

2010-01-19 Thread Diego Lovison
http://code.google.com/p/google-web-toolkit/wiki/DataBackedWidgetsDesign On 19 jan, 11:27, Rodrigo Romero III rrom...@pinteractiva.com wrote: It would definitely be great if google could put a roadmap for any of their products...but due to the confidenciality they are well known...I don't

Re: Listening to Keyboard Events

2010-01-19 Thread Matt Moriarity
Look at Event.addNativePreviewHandler for global, and the various keyboard handlers for specific panels. On Jan 19, 6:46 am, JavaDoc amey.m...@gmail.com wrote: Hi, I have a requirement wherein i want my app to listen to keyboard events (example, user pressing the 'Shift' key) How do I go

Question About the Stock Watcher Sample App

2010-01-19 Thread Russ
If the symbol variable gets re-assigned each time the user adds a stock, I would assume that the symbol variable contains the value of the most recently added stock. But it doesn't because the removeButton knows which stock to remove - regardless of what was added last. the variables symbol and

Re: OOPHM is slow

2010-01-19 Thread Matt Moriarity
But the JS wrappers wouldn't have to go through the rather slow GWT compiler, so in the case of development mode, they would certainly start up faster. On Jan 18, 11:51 am, Arthur Kalmenson arthur.k...@gmail.com wrote: JS wrappers won't benefit from the GWT compiler, so they would theoretically

Re: Image Rotates Itself

2010-01-19 Thread Deerman
Thank you for your reply. The thing is I am actually not rotating anything. I am simply adding the image to the Image object and it is rotating itself. I checked the war folder, (that is where the image resides) and it is not rotated. But when it is displayed, it is rotated. Could it be a pixel

Re: GWT Road Map

2010-01-19 Thread Deanna Bonds
@Diego Interesting Anyone know what data backed widgets means as far as data format? Are we talking a List of POJO's? Or a special format? On Jan 19, 9:15 am, Diego Lovison diegolovi...@gmail.com wrote: http://code.google.com/p/google-web-toolkit/wiki/DataBackedWidgetsDesign On 19 jan,

Re: Using my own external jars

2010-01-19 Thread Thomas Broyer
On Jan 19, 3:16 pm, Juan M.M.M. knn0n@gmail.com wrote: hi ppl! This is the question. I want to use an external jar but i would like to use them without modify the .jar file. Is that possible? I know that I have to create a file .gwt.xml to set the inherit dependences of the files. But I

Re: GWT Road Map

2010-01-19 Thread Arthur Kalmenson
John gave a semi timeline here: http://groups.google.com/group/google-web-toolkit-contributors/browse_thread/thread/6b7fd3a735de952d/2208c5aadf460634 -- Arthur Kalmenson On Tue, Jan 19, 2010 at 10:32 AM, Deanna Bonds deanna.bo...@gmail.com wrote: @Diego Interesting Anyone know what data

GWT 2.0 lockup

2010-01-19 Thread Cliff Newton
I recently upgraded from GWT 1.5 to 2.0 and since I started running 2.0 my app will occasionally lock up. When refreshing the page JBoss still serves up my login page, however when I try to actually log in it just sits there. Also, once the app freezes and you are already logged in and try to do

Re: modular GWT application ?

2010-01-19 Thread Siegfried Bolz
@maskac You can read some info about MVP there: http://www.nieleyde.org/SkywayBlog/post.htm?postid=37782056-c4e1-4dfb-9caa-40ab9552ca3b On 19 Jan., 15:44, Marcos Alcantara marc...@gmail.com wrote: Hi, Maybe you should think about getting over the page paradigm. In an application like GWT,

Re: HandlerManager

2010-01-19 Thread aditya ch
If you want click event to be fired first, why are you even focusing on the list box ? One thing i want to clarify you is, the event mechanism would work in the same order as you act on its sources. We cant decide on which event to get triggered first and which one on next. On Jan 18, 11:18 pm,

Re: Using my own external jars

2010-01-19 Thread Juan M.M.M.
Ok. I'm developing my web application in eclipse. If I have my example.jar library already referenced (Referenced libraries section) in the project. Can I create the Example.gwt.xml file into the com.my.project.client section? Thanks for the answer -- You received this message because you are

Problem with deploy gadget on iGoogle

2010-01-19 Thread vetal
Hi all! I develop gadget on GWT and try deploy it on iGoogle. My gadget call some REST service and during this calling i get Access to restricted URI denied can some body help me to solve this problem. Thanks. -- You received this message because you are subscribed to the Google Groups Google

Re: Question About the Stock Watcher Sample App

2010-01-19 Thread Chris Lercher
Hi, the symbol is in the scope of the addStock() method. Each invocation of that method gets a new instance of symbol. It's declared final, so it can't change. Note also, that the symbol instance is retained by the JVM because it can be accessed by the ClickHandler. The ClickHandler in turn is

Re: Using Gilead with GWT 2.0 ms1

2010-01-19 Thread John Ivens
Anyone seen this error message? [WARN] Exception while dispatching incoming RPC call java.lang.NoSuchMethodError: net.sf.beanlib.hibernate.UnEnhancer.unenhanceClass(Ljava/lang/Class;)Ljava/lang/Class; I am getting this using gilead with hibernate with GWT 2.0, and I suspect that I am having some

Re: Using Gilead with GWT 2.0 ms1

2010-01-19 Thread John Ivens
Oops.. the list, easier to read.. adapter-core-1.2.3.823.jar adapter4gwt-1.2.3.823.jar antlr-2.7.6.jar asm-3.2.jar beanlib-3.3.0beta6.jar beanlib-hibernate-3.3.0beta6.jar beanlib-hibernate-5.0.2beta-bundle.jar beanlib-hibernate-5.0.2beta.jar cglib-2.2.jar commons-collections-3.1.jar

TabLayoutPanel example

2010-01-19 Thread Pion
I am following the Use in UiBinder Templates on http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/TabLayoutPanel.html My Template.ui.xml - I just cut'n'pasted from the

Re: TabLayoutPanel example

2010-01-19 Thread Stine Søndergaard
Hello :) My suggestion is to increase the barHeight number... Cheers, Stine -- 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

Re: Question About the Stock Watcher Sample App

2010-01-19 Thread Russ
Thanks for the explanation. So theoretically there can be an unlimited number of symbol variables in the app? I suppose this is a better approach than using an ArrayList of symbols because the symbols don't really need to be managed in any way. -- You received this message because you are

Re: TabLayoutPanel example

2010-01-19 Thread Pion
My bad. I click'ed HTML header, the able shows up. I click'ed Custom header, the baker shows up. On Jan 19, 10:31 am, Pion onlee2...@gmail.com wrote: I have just changed the barHeight='14'. The HTML header and Custom header show up now. But the baker tab still does not show up. On Jan 19,

Re: Eclipse plugin for GWT 1.7

2010-01-19 Thread Sanjay
Hi Kieth, First thanks for your follow ups. I actually want to defer my decesion to upgrade to GWT 1.2 plugin for future. Is there a way to update to previous versions of plugin with hosted mode browser feature? With 1.2 which has new archetecture (with client side plugin) is extreamly slow in

Re: GWT Desktop library

2010-01-19 Thread gaill...@audemat.com
GXT from Ext JS in plain GWT (aka 99%), please read doc before issuing comments ;-) On 19 jan, 14:06, Alexander the.malk...@gmail.com wrote: It is JS but not GWT, right? 2010/1/19 amjibaly amjib...@gmail.com GXT's web desktop:http://www.extjs.com/examples/desktop.htmlis a good starting

Re: TabLayoutPanel example

2010-01-19 Thread Stine Søndergaard
This is what you will probably see with barHeight 50 and no CSS: *HTML* header Custom header able ... and when you click on Custom header you will see: *HTML* header Custom header baker Not that that is very pretty! ;D And actually I do not find it easy at all to supply some CSS that make it

Re: TabLayoutPanel example

2010-01-19 Thread Pion
I was expecting the Tab have been nicely decorated as shown on http://gwt.google.com/samples/Showcase/Showcase.html#CwTabPanel. You can see visually that they are tabs -- unlike the examples above which are just plain text. Thanks for your help. On Jan 19, 10:42 am, Stine Søndergaard

Re: TabLayoutPanel example

2010-01-19 Thread Stine Søndergaard
Yup, I would have found that very useful as well :) The way to something pretty seems endless without the default CSS... Well, maybe you can use this as a start: .gwt-TabLayoutPanelTabs .gwt-TabLayoutPanelTab { cursor: pointer; color: black; font-weight: bold; text-align: center;

Problem with CSS parsing when it contains constants or css class names with _ in the middle of the name.

2010-01-19 Thread Arkady
Hello, I am trying to define a constant in the css file with name CPU_COLOR, similarly to the example given in the ClientBundle documentation (@def CPU_COLOR #99cc00;). When I am trying to compile I get an error: [java]Preparing method css [java] The

Re: GWT Desktop library

2010-01-19 Thread Alexander
Oh, my fault. Didn't find it first in GXT. Thanks! 2010/1/20 gaill...@audemat.com gaill...@audemat.com GXT from Ext JS in plain GWT (aka 99%), please read doc before issuing comments ;-) On 19 jan, 14:06, Alexander the.malk...@gmail.com wrote: It is JS but not GWT, right? 2010/1/19

Re: Eclipse plugin for GWT 1.7

2010-01-19 Thread Keith Platfoot
No problem. If you would prefer to use the version of the 1.1 version of the Google Plugin for Eclipse that was current when GWT 1.7.1 was released, it's available for download as a zip file (not installable through Eclipse's update mechanism, however). See my post from last month:

Re: HandlerManager

2010-01-19 Thread PaulBee
I want to implement a ListBox that has associated to it three buttons. But I only want the butons to show when the listbox is OnFOcus. Whenever the listbox is NOT on focus I want the button not to show on the screen. Thank you, -- You received this message because you are subscribed to the

Can't make sprites from ClientBundle

2010-01-19 Thread Célio
I'm trying make a sprite from an image from this client bundle: public interface InfoIcons extends ClientBundle { ImageResource medium(); } My ui.xml looks like this: ui:with field=icons type=net.kidux.kastle.commons.client.images.icons.InfoIcons/ ui:image field=infoIcon

Problem with GWT 2.0 Chrome developer plugin

2010-01-19 Thread Isac
Hi, I have recently updated the GWT SDK from 1.5.3 to 2.0.0 on a project. I managed to fix all issues but one. I can't use the development mode with chrome. The login page of my application loads perfectly but when I try to log in (i.e. make an RPC) I get the following error: code

Problem with GWT 2.0 Chrome developer plugin

2010-01-19 Thread Isac
Hi, I have recently updated the GWT SDK from 1.5.3 to 2.0.0 on a project. I managed to fix all issues but one. I can't use the development mode with chrome. The login page of my application loads perfectly but when I try to log in (i.e. make an RPC) I get the following error: code

Re: MVP Article... Source Code?

2010-01-19 Thread Yaakov
So, in the case where you might end up needing more than 1 service, it seems from what I've read, there are 2 approaches out there: 1) Pass ALL services (via their interfaces) to the presenter. This can also be done by injecting them. 2) Have a global service registry which initializes all the

Re: JsonpRequestBuilder only works across domains?

2010-01-19 Thread cretz
I had this same issue. What I found out was that my script response from my JSONP service was failing, and that caused the timeout. Specifically, what my JSONP service did was add a couple of underscores to the beginning of the callback name as the variable name and use var to put the JSON in it.

Re: Apply css to dockLayoutPanel

2010-01-19 Thread Richard Berger
It may not be possible. At least the information at http://java.ociweb.com/mark/programming/GWT.html#Formatting doesn't show any CSS styles for DockPanel. Hope the pointer is useful to you. Enjoy, RB On Jan 15, 4:06 am, netxplorer loupasch...@gmail.com wrote: Hello, I'm actually trying to

Re: How to insert a script tag into the DOM

2010-01-19 Thread jfagh
Hi Alex, Thank you for your response, Yes, that was the problem, I was embedding the script into a script tag. The bigger problem, it seems, is that the script is attempting to get data from the reCaptcha servers and it is blocked because of the same origin policy, How can I avoid that? Initially,

Re: Using my own external jars

2010-01-19 Thread jfagh
Juan, Also, you need to include both .java and .class files in your JAR. And the .java files must not reference any unsupported libraries (i.e. those that cannot be translated from java to js by GWT) James On Jan 19, 10:14 am, Juan M.M.M. knn0n@gmail.com wrote: Ok. I'm developing my web

Re: Can't make sprites from ClientBundle

2010-01-19 Thread mariyan nenchev
You have to use @Source(yourimage.dif) if your image does not have name medium.gif, also check if the path to it is correct On Tue, Jan 19, 2010 at 9:52 PM, Célio ccid...@gmail.com wrote: I'm trying make a sprite from an image from this client bundle: public interface InfoIcons extends

Gilead 1.3 + Hibernate + GWT 2.0

2010-01-19 Thread John Ivens
Has anyone gotten this to work? I have followed advice on the web and tried my darndest to set this up. I am talking to mysql in the background but that shouldn't matter. I am switching to DTOs because I have run out of time, but I will switch back at a convenient time if anyone can tell me how

GWT based API for Javascript Client

2010-01-19 Thread paloalto team
We are not willing to use the UIBinder, or any of the GWT UI Features. This leaves us with a Java Maintained Business Layer that *could* be consumed by a JavaScript client. How do we expose a rich, Object Oriented API to the client via GWT Compilation? -- You received this message because you

Re: GWT based API for Javascript Client

2010-01-19 Thread paloalto team
Note: we tried gwt-exporter, but for composite models type mapping is a tough option. On Jan 19, 3:20 pm, paloalto team bpodevt...@gmail.com wrote: We are not willing to use the UIBinder, or any of the GWT UI Features. This leaves us with a Java Maintained Business Layer that *could* be

Re: Problem with CSS parsing when it contains constants or css class names with _ in the middle of the name.

2010-01-19 Thread PKolenic
Similarly I have an issue with setting transparency. Outside of using Uibinding I would use the following css class: .inactiveArrow{filter: alpha(opacity=40); opacity: 0.4;} However when I try to compile it with a UiBinding I get the same message: [java]The following

Why is ajax in debug mode so slow?

2010-01-19 Thread flyingb...@gmail.com
In gwt debug mode, loading the data from the ajax serialization is so slow. If i compile it and run it the away loads in about a second but if loaded though the debugger plugin it takes a couple minutes for it to load the ajax datas. -- You received this message because you are subscribed to the

Re: Problem with CSS parsing when it contains constants or css class names with _ in the middle of the name.

2010-01-19 Thread Thomas Broyer
On 19 jan, 19:56, Arkady arka...@gmail.com wrote: Hello, I am trying to define a constant in the css file with name CPU_COLOR, similarly to the example given in the ClientBundle documentation (@def CPU_COLOR #99cc00;). When I am trying to compile I get an error:      [java]                

Re: Problem with CSS parsing when it contains constants or css class names with _ in the middle of the name.

2010-01-19 Thread Thomas Broyer
On 20 jan, 01:59, PKolenic pkole...@gmail.com wrote: Similarly I have an issue with setting transparency. Outside of using Uibinding I would use the following css class: .inactiveArrow{filter: alpha(opacity=40); opacity: 0.4;} However when I try to compile it with a UiBinding I get the

Re: BUG(chrome): TextBox inside FocusPanel can't be clicked

2010-01-19 Thread Sky
Hi Thomas, thanks for your reply! I copied/pasted the xml you gave into my gwt.xml file and the DevMode was unable to find it. Here is the error: [ERROR] [myproject] Unable to find 'myproject.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for

execute javascript from RPC payload

2010-01-19 Thread Dapeng
What I am doing is, insert a piece HTML into a HtmlPanel from RPC payload, aka, inside onSuccess() method. I found different react against script in different browsers. In FF, the javascript will be exceuted, which is I am expected. But Chrome, IE and Opera just ignore the script. I know in

fluid or fixed layout ?

2010-01-19 Thread Abdullah Shaikh
Any ideas on how can we have fluid layout using GWT or would it be best to have a fixed layout ? I have been trying using percentage but there is some or the other issues with different browsers, I mean they dont render as expected. If going for fluid layout then I guess I need to set the size

Re: GWT 2.0 lockup

2010-01-19 Thread Joe Cole
For weird errors like that you can either use something like gwt-log and trace where you suspect it's happening, or use firebug with debugging on exceptions. On Jan 20, 5:01 am, Cliff Newton cliff.new...@gmail.com wrote: I recently upgraded from GWT 1.5 to 2.0 and since I started running 2.0 my

[gwt-contrib] [google-web-toolkit] r7424 committed - Prevent InlineResourceContext from creating too-long data: URLs....

2010-01-19 Thread codesite-noreply
Revision: 7424 Author: b...@google.com Date: Tue Jan 19 05:14:45 2010 Log: Prevent InlineResourceContext from creating too-long data: URLs. Don't composite lossy images with ImageResource. Patch by: bobv Review by: rjrjr http://code.google.com/p/google-web-toolkit/source/detail?r=7424 Added:

[gwt-contrib] Use the getText() from SuggestBox instead of the one present in the TextBoxBase implementation

2010-01-19 Thread manuel . carrasco . m
Reviewers: jlabanca, Description: - This allows easily create SuggestBoxes which override getText() to return a customized substring to look for, instead of the entire text which is used now. - Although it is possible to change the behaviour passing a customized TextBoxBase, which overrides

[gwt-contrib] Unreachable analysis/optimization.

2010-01-19 Thread mike . aizatsky
Reviewers: Lex, Message: Requesting review Description: Unreachable analysis/optimization. Determines CFG nodes which are not reachable, and deletes them from source tree if possible. Please review this at http://gwt-code-reviews.appspot.com/130814 Affected files: A

[gwt-contrib] Copy propagation analysis/optimization.

2010-01-19 Thread mike . aizatsky
Reviewers: Lex, Message: Requesting review. Description: Copy propagation analysis/optimization. Detects when variable is the copy of another and uses older var instead. Please review this at http://gwt-code-reviews.appspot.com/132814 Affected files: A

[gwt-contrib] Analysis framework update driven by compile time optimization.

2010-01-19 Thread mike . aizatsky
Reviewers: Lex, Message: Requesting review. Description: Analysis framework update driven by compile time optimization. Please review this at http://gwt-code-reviews.appspot.com/132813 Affected files: M dev/core/src/com/google/gwt/dev/jjs/impl/gflow/Analysis.java M

[gwt-contrib] Re: Comment on UiBinder in 0:google-web-toolkit

2010-01-19 Thread codesite-noreply
Comment by csgyur...@yahoo.de: Hello, I had a question about using UIBinder and CssResource. I have two css selectors like .first-up {...} and .second-up {...}. I want to use both in the same ui.xml for styling different widgets. Am I able to create a ClientBundle that can handle this? I tried

[gwt-contrib] Re: More on TabLayoutPanel styles

2010-01-19 Thread dflorey
One more issue: Using LazyPanel does not work in the new TabLayoutPanel. I guess the setVisible() method is no longer called on this widget (is it called on one of the parent panels?) On Jan 19, 5:07 pm, Joel Webber j...@google.com wrote: On Mon, Jan 18, 2010 at 6:17 AM, dflorey

Re: [gwt-contrib] Re: More on TabLayoutPanel styles

2010-01-19 Thread Joel Webber
Good point as well, thanks. I've updated issue 4259 to capture this. On Tue, Jan 19, 2010 at 2:08 PM, dflorey daniel.flo...@gmail.com wrote: One more issue: Using LazyPanel does not work in the new TabLayoutPanel. I guess the setVisible() method is no longer called on this widget (is it

[gwt-contrib] [google-web-toolkit] r7430 committed - Provides an alternative way to encode text strings for TextResorurces ...

2010-01-19 Thread codesite-noreply
Revision: 7430 Author: zun...@google.com Date: Tue Jan 19 11:56:46 2010 Log: Provides an alternative way to encode text strings for TextResorurces when they exceed a certain size. Extremely large resources (12MB in my tests) caused the GWT compiler to crash with an Out of Memory exception.

[gwt-contrib] Re: IntPairAttributeParser now actually parses

2010-01-19 Thread jgw
On 2010/01/15 20:06:24, Ray Ryan wrote: Review, please LGTM. http://gwt-code-reviews.appspot.com/132811 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7431 committed - Make com.google.gwt.lang.Array's instance methods always be in the...

2010-01-19 Thread codesite-noreply
Revision: 7431 Author: sp...@google.com Date: Tue Jan 19 12:32:37 2010 Log: Make com.google.gwt.lang.Array's instance methods always be in the initial download. Fixes issue 4282. Review by: cromwellian http://code.google.com/p/google-web-toolkit/source/detail?r=7431 Added:

[gwt-contrib] [google-web-toolkit] r7432 committed - IntPairAttributeParser now actually parses...

2010-01-19 Thread codesite-noreply
Revision: 7432 Author: rj...@google.com Date: Tue Jan 19 13:30:46 2010 Log: IntPairAttributeParser now actually parses Review by jgw http://gwt-code-reviews.appspot.com/132811 http://code.google.com/p/google-web-toolkit/source/detail?r=7432 Added:

[gwt-contrib] [google-web-toolkit] r7433 committed - Merges tr...@7432 into releases/2.0...

2010-01-19 Thread codesite-noreply
Revision: 7433 Author: rj...@google.com Date: Tue Jan 19 13:57:56 2010 Log: Merges tr...@7432 into releases/2.0 IntPairAttributeParser now actually parses svn merge --ignore-ancestry -c 7432 http://google-web-toolkit.googlecode.com/svn/trunk .

[gwt-contrib] JsStackEmulation leaves alone expressions invoked as functions

2010-01-19 Thread spoon
Reviewers: bobv, Description: This patch fixes issue 4512: http://code.google.com/p/google-web-toolkit/issues/detail?id=4512 The problem is that bar['foo']() sets this to be whatever bar is, but that doesn't happen if bar['foo'] is rewritten for stack tracing. There is a replication case on

[gwt-contrib] Re: IntPairAttributeParser now actually parses

2010-01-19 Thread rjrjr
tr...@7432, releases/2...@7433 http://gwt-code-reviews.appspot.com/132811 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add -bindAddress option, clean up SCL interface

2010-01-19 Thread jat
So any other comments? Is this acceptable as-is, or do you want additional changes? This fix is for 2.0.1, so it needs to get committed soon. http://gwt-code-reviews.appspot.com/130806 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: JsStackEmulation leaves alone expressions invoked as functions

2010-01-19 Thread colesbury
I'm not sure why JsArrayAccess and JsNameRef are handled differently, since foo.bar is equivalent to foo['bar']. http://gwt-code-reviews.appspot.com/132815 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors