getAbsoluteLeft and TOP has problems with tabs

2010-02-07 Thread muhannad nasser
Dear all; i am trying to build a loading mask for pure GWT controls. i add a simplePanel which is a pure DIV element, to the panel i want to mask. and after attaching that panel, i get its absolute left and top and add them to the panel with a position property set to absolute th

Re: Feature Request - Improve Visual Look

2010-02-07 Thread Saeed Zarinfam
I agree with rakesh wagh. for developer gwt default theme is good but for managers and customers , gxt themes is very attractive. i suggest to gwt team that provides an easy way for creating custom theme and also place a sample application (like showcase) with fantastic UI ito gwt samples bundle.

UiBinder and overflow-x: hidden; overflow-y: hidden

2010-02-07 Thread Brett Morgan
Guys, I'm just kicking the tyres on UiBinder, and I'm curious as to why there are wrapper divs with overflow hiding? I'm attempting to build ye stock standard looking web pages (think http://960.gs/ style), but from within gwt because I'm a java guy. Is there a way to turn off the overflow hidin

Client Bundle and Image Internationalization

2010-02-07 Thread Christian Goudreau
I know how to implements localizable images with Image bundle, but how does it works with Client Bundle ? I found nothing about that in the documentation and I was wondering what was the best way to acheive this with Gwt 2.0. Thx Christian -- You received this message because you are subscribed

Re: Serialization and final fields

2010-02-07 Thread Syntax
Thank you all for your feed back; you are correct of course, the limitations I've mentioned are results of the Serializable interface requirements. @obsega; Yes private members and only getters (accessors) is currently what I have. @Thomas; I was not aware of CustomFieldSerializer (which appears

Re: GWT 2.0.1 out but Eclipse says "There is nothing to update"

2010-02-07 Thread Jaroslav Záruba
Thanks, but that like I said I can see the checkbox. I was just confused by Eclipse not offering the update automatically. (Which is clear now.) On Feb 5, 2:22 am, Sky wrote: > Go to Help -> Install new software... > then choose "Google Plugin -http://dl.google.com/eclipse/plugin/3.5"; > from the

GWT compiler error

2010-02-07 Thread mic
I am seeing this error while compiling a module... [ERROR] Unexpected java.lang.NullPointerException at com.google.gwt.dev.javac.JdtCompiler $FindTypesInCud.visit(JdtCompiler.java:178) at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java: 1253) at org.

gwt canvas reload causes lost focus

2010-02-07 Thread AB
I am doing a reload of the GwtCanvas and am losing current mouse focus on unrelated input. I am wondering if I could ask some (perhaps global) object for the current focus and then just restore it. But I didnt see anything like Window.getCurrentObjectInFocus() or whatever. Is there some way to do t

Re: two *.gwt.rpc files ?

2010-02-07 Thread ed bras
I was looking a bit more at this new DeRPC, but they mention it's still experimental so I am not sure if I should use it, or how stable it is at this moment... And it's still a bit unclear to me why I end up with 2 gwt.rpc files when I am still using the "old" Remoteservice RPC ... ? Ed -- You r

Re: Access to AsyncFragmentLoader$HttpDownloadFailure

2010-02-07 Thread Sky
I second this motion. In my opinion you provide a solid argument. Hopefully the GWT dev team will agree and see fit to make that exception public. On Feb 7, 2:16 pm, Vlad Skarzhevskyy wrote: > We are using GWT.runAsync to load part of our our application. > > The application may run in the client

Re: GWT 2.0 with PHP on apache2 (xampp)

2010-02-07 Thread PC_Nerd
Yay!!! working! Thankyou soo much. It was that /SampleApplication.html is actually meant to be in ../ compared to the compiled gwt code... so when I placed it all in SampleApplication/ it was actually requesting /SampleApplicaton/ sampleapplication/sampleapplication.nocache.js - therefore caus

Re: two *.gwt.rpc files ?

2010-02-07 Thread ed bras
Thanks Olostan, that was the information I was looking for. I am using gwt 2.0 but appearantly I am still using the old rpc style.. (extending from RemoteService)... I will further have a look at it. I remembered an announcement about "changed in the RPC system" in gwt 2.0, now I now what it is :)

Re: Problem with Thread in GWT2.0

2010-02-07 Thread SergeZ
Thanks to your all for answers on my question! I'll try to call the run() method ( how can I\ forgot to call it)) ). But I thinking that it will not helps me... Actually, I have the one concrete task - create some similarity to monitoring system. My software must receive data from DataBase and re

Access to AsyncFragmentLoader$HttpDownloadFailure

2010-02-07 Thread Vlad Skarzhevskyy
We are using GWT.runAsync to load part of our our application. The application may run in the client Browser for some time before it would need to open the unloaded fragments. If during this time the application on server is updated e.g. GWT recompiled and deployed we may get exception on client:

problems running application in development mode using -noserver switch and cache.html/nocache.js files not served from the webapp root

2010-02-07 Thread mooreds
Hi folks, I'm trying to get GWT 2.0.1 development mode working with the - noserver option. The main issue is that while running in development mode, any changes I make in the GWT java classes are not reflected when I refresh the browser. This is a bit of a nonstandard setup, so let me outline it

Re: Adding new event types (touch etc.)

2010-02-07 Thread msa...@gmail.com
On Feb 7, 8:21 pm, Thomas Broyer wrote: > If you want it to do it "cleanly", I'd suggest not relying on the > "magic" of addDomHandler but rather just register handlers in widgets > using addHandler and "sinking" the native handlers yourself (in the > case of those events, you know you're in WebKi

Re: Adding new event types (touch etc.)

2010-02-07 Thread Thomas Broyer
On Feb 7, 6:47 pm, "msa...@gmail.com" wrote: > I am trying to implement support for the iPhone touch events in GWT. (as many others) > I've already done it with the old event listener mechanism (not very > cleanly, but it's reasonable), and now I'm trying to update my library > for GWT 2.0 and

Adding new event types (touch etc.)

2010-02-07 Thread msa...@gmail.com
I am trying to implement support for the iPhone touch events in GWT. I've already done it with the old event listener mechanism (not very cleanly, but it's reasonable), and now I'm trying to update my library for GWT 2.0 and the new event handler system. See http://www.maryanovsky.com/sasha/maps/

Re: GWT 2.0 with PHP on apache2 (xampp)

2010-02-07 Thread Jeff Chimene
On Sat, Feb 6, 2010 at 9:43 PM, PC_Nerd wrote: > Hi, > > I'm not sure I understand correctly which parts of what url's are used > for the FF plugin. > The stuff after the "?" > > From what I can read into the error message above ( from apache's > error.log) the SampleApplication.html is found, a

Re: Debugging IP address

2010-02-07 Thread Aladdin
Thanks a lot guys and GWT team , come on people I was up until 4:00 AM because of this , I reconfigured my ips like 100 times. :( Any way GWT is a great product ... thanks Google :) On Feb 7, 4:06 am, Jeff Chimene wrote: > On Sat, Feb 6, 2010 at 5:06 PM, Aladdin wrote: > > Hi , > > > This is u

Click handler not called

2010-02-07 Thread Sydney
I have a problem with click handlers that are not called. I use the MVP design explained in the article "Large scale application development and MVP". I have a simple view which contains one button. I also have another view that is just a container for that button. It's just to simulate the problem

Re: GWT 2.0 JPA hibernate enhanced

2010-02-07 Thread stam
I've actually used both and frankly I have been pretty disappointed with DataNucleus (the JDO/JPA impl that comes with the app engine). Although using JDO annotations on datanucleus was successful from a POC point of view, but I couldn't for the love of god get the POJO attach/detach mechanism to w

Re: Loading *external* code on demand?

2010-02-07 Thread Olostan
Hello. As GWT performes many optimizations on whole code, it should have access to all parts of a system. So, I think, there is no possibility to dynamically add some code 'plugins' to compiled GWT application. May be you can do in little bit another way: when new 'plugin' is added or removed, re

Re: two *.gwt.rpc files ?

2010-02-07 Thread Olostan
On 6 Лют, 18:03, Ed wrote: > I just noticed that gwt 2.0 creates two gwt.rpc files ?... > Why is that (I use async) ? (I can't find anything about that in the > new 2.0 doc) > > This means I have to merge them in the backend as I run in no server > mode :( ?... > > Ed Do you use DeRPC? In doc

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-07 Thread ed bras
Why do you ask the question here when you already asking the same in another forum post ? Concerning the examples: please use your imagination with the posts in this forum. If you understand it, it's very easy to come with more realistic ones... -- You received this message because you are subsc

Re: two *.gwt.rpc files ?

2010-02-07 Thread Ed
Can anybody please tell me how many gwt.rpc files to expect after compilation? Thanks, Ed -- 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 g

Re: Debugging a maven GWT project in Eclipse with gwt-maven-plugin

2010-02-07 Thread dmen
This is what happens when you use maven. You are being left clueless when it brakes... :D On Feb 5, 11:12 pm, "dane.molotok" wrote: > I've been trying to do what I read here[1]. > > I am able to use the "gwt:run" goal to launch the app in development > mode, make code changes in Eclipse, and then

Re: popup form with a suggestbox...

2010-02-07 Thread golfdude
Figured it. Set Auto enabled helped. gd -- 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 google-web-toolkit+unsubscr.

Re: GWT 2.0 JPA hibernate enhanced

2010-02-07 Thread Thomas Broyer
On Feb 7, 8:17 am, PierreR wrote: > I can be a little more precise here. > > GWT 2.0  will probably correctly serialize enhanced classes. But there > are case such as for List where Hibernate uses a PersistentBag to > implement List. Hibernate doesn't do "enhanced classes", or rather it does it

popup form with a suggestbox...

2010-02-07 Thread golfdude
I have a form which gets displayed in a popup panel. One of the fields is a suggestbox. When I type in this suggestbox, I am not able to type more than one character because the first item from the suggestions get automatically filled up. For example, if my items are John Jim Jack When I type "