Re: PNG Transparency in Internet Explorer

2010-01-16 Thread Francisco Bischoff
Hi, I believe its limited to IE6... Nevermind, its an old problem for an old browser :) -- Francisco Bischoff http://www.cirurgiaplastica.pro.br O mate está para o gaúcho como o chá para os ingleses, a coca para os bolivianos, o uísque para os escoceses e o café... para os brasileiros --

listener not working for text onclick

2010-01-16 Thread gwt_dev
Hi, How do i call an listener when i click on html text. i want to show dailouge message when user click on specific column of any row. for ex i have 10 column and i want to show dialouge message box when click on selected column. it is working fine for button but not working with text. Thanks --

Re: Eclipse plugin for GWT 1.7

2010-01-16 Thread Sandra Lo
Hi Keith, I tried doing what you suggested, installing plugin without GWT 2.0, then in preferences provided location for GWT 1.7.1. When I run my application, the hosted browser gave a runtime error: Line: 226 Error: Permission denied. On the hosted mode window there is a warning: [WARN]

Re: Panel with mouse events

2010-01-16 Thread Pankaj Goyal
Hi, How do i call an listener when i click on html text. i want to show dailouge message when user click on specific column of any row. for ex i have 10 column and i want to show dialouge message box when click on selected column. it is working fine for button but not working with text. Thanks

SuggestBox does not have an addClickHandler

2010-01-16 Thread Alexander
Hi there, as stated at [1] and [2] it is easily possible to add different handlers using the @UiHandler annotation for UiBinder based layouts. Unfortunately I'm not able to add a click hander to a SuggestBox: @UiField(provided = true) SuggestBox mySearchBox; @UiHandler(mySearchBox)

Re: Problem with IE.

2010-01-16 Thread PS Neville
This may not be your issue, as usually there is an error available in IE when it occurs, but it seems that IE ignores case when looking at module name and div id, so if you have the default generated shell -- a module name and div root panel of the same name -- it won't fully load in IE but will

Internal Error for Permutation 1

2010-01-16 Thread Niclas Hedhman
Hi, I suddenly get InternalError in my project. A bit too much changes happened from the working version to the current one. Hope the stack trace can provide information. [INFO]Compiling 6 permutations [INFO] Compiling permutation 0... [INFO] Process output [INFO]

Re: GWT Incubator Status Update and Schedule

2010-01-16 Thread 张扬
my dear, what's wrong? i dont know where am i i received so much mail Sincerely Best Wishes Mobile:1353434 Fax:0755-27374750 E-mail:acclan...@gmail.com Add:深圳宝安区福永街道广深公路伏船岗工业区兴益福永工业城A1栋2D 深圳鑫运祥精密刀具有限公司

ClientBundle and gwt-gadgets cause a problem

2010-01-16 Thread Harai Akihiro
I am developing Wave Gadgets using GWT 2.0 and gwt-gadgets-1.0.3. I found a bug related to ClientBundle and Gadget. When I create a css file named clientbundlebug.css and import it with ClientBundle in a module named clientbundlebug, their names seem to collide in the generated JavaScript and

Re: Referencing deprecated class warning stack

2010-01-16 Thread Thoka
Did you get a respond for this issue? Thanks, Thobias On 2 Jan, 19:54, leslie web...@comcast.net wrote: Eclipse 3.5 Galileo Java EE Cocoa Java 1.5.0_13 Mac OS X 10.5.7 GWT 2.0 Hello, I'm seeing a series of warning messages in my console when I attempt to compile my project.  Posted

Swing App on browser

2010-01-16 Thread Jiss K
Hi, I have a complete Swing application and am looking for an easy way to bring it on to web so that anyone can open and run the application through a browser. Does GWT has the functionality to convert the existing Swing app to web app or do i have to start from scratch? - Jiss -- You received

Unable to view local files

2010-01-16 Thread abba
curious able changes to gwt. It seems I was able to place a frame in a window and pass a local file to it. The file would display properly. Since updating to GWT 2.0 the images/documents will no longer display. Wondering if this is a security change or if I'm doing something wrong. Any help

Re: ERROR: transport error 202: connect failed: Connection refused

2010-01-16 Thread srcn
I got caught by this too. you'd think that such an important change would be given a more prominent announcement On Dec 28 2009, 11:46 pm, Jeff Chimene jchim...@gmail.com wrote: I just upgraded my Debian/testing today dev mode stopped working. The symptom is the fairly spectacular:    

Re: Internal Error for Permutation 1

2010-01-16 Thread Niclas Hedhman
Found the problem. My code contained a mistaken \b literal (instead of \n). Shouldn't crash the compiler though... On Sat, Jan 16, 2010 at 8:20 PM, Niclas Hedhman hedh...@gmail.com wrote: Hi, I suddenly get InternalError in my project. A bit too much changes happened from the working

Re: New GWT2.0 Layout Panels, no style ?

2010-01-16 Thread Max
bump! I have the same problem too! On 2009年12月14日, 上午7時34分, christoph widulle christoph.widu...@googlemail.com wrote: Hi, i'm trying out the new GWT2.0 Layout Panels (DockLayoutPanel,SplitLayoutPanel,...). But there is no default style as you can see in the demo screenshots? Do I miss

Re: Swing App on browser

2010-01-16 Thread mariyan nenchev
no On Sat, Jan 16, 2010 at 12:20 AM, Jiss K jiss.ka...@gmail.com wrote: Hi, I have a complete Swing application and am looking for an easy way to bring it on to web so that anyone can open and run the application through a browser. Does GWT has the functionality to convert the existing

pre tags wrapping json response during image upload

2010-01-16 Thread Trevis
Ok so, i noticed when i return json from a servlet that i'm using to handle image uploads that the reply was wrapped in a pre tag, i put in code to scrape it off and all seemed fine, till i tested in ie8. In that browser the pre tag was upper case! so i fixed that. Today i decide to test in

Re: PNG Transparency in Internet Explorer

2010-01-16 Thread mistr
IE PNG may be a non-issue for most, but I've seen companies even today that need to support IE6. For what it's worth, here are 2 approaches (links) to fixing IE PNG issues that someone may find useful: http://www.twinhelix.com/css/iepngfix/ http://code.google.com/p/ie7-js/ On Jan 16, 5:22 am,

Re: Swing App on browser

2010-01-16 Thread Alexander
No way!!! 2010/1/16 Jiss K jiss.ka...@gmail.com Hi, I have a complete Swing application and am looking for an easy way to bring it on to web so that anyone can open and run the application through a browser. Does GWT has the functionality to convert the existing Swing app to web app or

Re: Swing App on browser

2010-01-16 Thread Paul Grenyer
Why not just use webstart? -Original Message- From: Alexander the.malk...@gmail.com Date: Sat, 16 Jan 2010 23:37:32 To: google-web-toolkit@googlegroups.com Subject: Re: Swing App on browser No way!!! 2010/1/16 Jiss K jiss.ka...@gmail.com Hi, I have a complete Swing application and

Re: Swing App on browser

2010-01-16 Thread Trevis
2nd vote for webstart. Webstart is the answer. GWT would make for an easier conversion path for a swing developer to web development but i think that you have to have a pretty solid grasp on the fundamentals (limitations and techniques) of web development to produce effectively in GWT. There'd

Re: Swing App on browser

2010-01-16 Thread Paul Grenyer
If anyone needs a head start: http://www.paulgrenyer.net/Java_Web_Start.pdf On Sat, Jan 16, 2010 at 5:59 PM, Trevis trevistho...@gmail.com wrote: 2nd vote for webstart. Webstart is the answer. GWT would make for an easier conversion path for a swing developer to web development but i think

How to mix UIBinding and in code style changing

2010-01-16 Thread PKolenic
I have an application where I need to change dependant styles at run time. I want to use UIBinding as it easily helps layout the screen, however I am seeing a flaw. The CSS is converted into scoped names, but when you use addStyleDependantName(name) the applied class is not correct. Example

How to get GWT app working on mobile browser (Android)

2010-01-16 Thread Jaap
Hi, I've written a book price comparison site in GWT http://www.cheapriver.com it works fine in browsers on a PC but on my Android phone (Nexus One) the javascript does not seem to work. How can I make it work on a mobile browser? Thanks Jaap -- You received this message because you are

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

2010-01-16 Thread Sky
The following is a bug that only occurs in Chrome and therefore may be a Chrome bug and not a GWT bug. If I create a FocusPanel and place a TextBox inside it, it takes several (more than 4) mouse clicks on the TextBox to give focus to the TextBox so you can start typing. This problem does not

Re: MVP Article... Source Code?

2010-01-16 Thread ojay
Hi, i agree with Julien it would be interesting how his case would be handled. Does somebody has an idea? Hope somebody will response to this topic On 10 Jan., 14:30, Juju funkybre...@gmail.com wrote: Hello, There is one thing that I don't understand very well. I'm building an

Re: ClientBundle and gwt-gadgets cause a problem

2010-01-16 Thread Eric Ayers
Would you mind filing this as an issue at http://code.google.com/p/google-web-toolkit/issues for the GWT team to look into? In the meantime, I'd suggest simply renaming your client bundle. Thanks, -Eric. On Fri, Jan 15, 2010 at 8:49 PM, Harai Akihiro jharai0...@gmail.com wrote: I am developing

Styling TabLayoutPanel

2010-01-16 Thread ailinykh
Hello, everybody! I try to style TabLayoutPanel. I can apply style to panel itself: ui:style .gwt-TabLayoutPanel { cursor: default; background: #92c1f0; } /ui:style and then g:TabLayoutPanel styleName='{style.gwt-TabLayoutPanel}'

Re: listener not working for text onclick

2010-01-16 Thread rjcarr
Since you mention columns and rows I'm going to assume you're using some sort of HTMLTable. Add a click handler to your table and once you get the click event back pass it to the method HTMLTable.getCellForEvent() to determine what was clicked. On Jan 16, 5:23 am, gwt_dev pankaj.i...@gmail.com

Re: Cross window calls?

2010-01-16 Thread rjcarr
You'll almost certainly need to resort to javascript / JNI calls to do something like this. You can communicate between windows using javascript but I don't think I've seen a way to communicate between GWT modules once they are loaded (as that's what you'd need to do). Have you considered using

[gwt-contrib] Re: Generic Event Types and Related Problems

2010-01-16 Thread AndiMullaraj
I doubt there would be any elegant solution to this problem (which I ran into as well). IMO it is the TypeH, H coupling inside HandleManager that doesn't take into consideration the structure of the handled event and rather matches one class (but not its subclasses) to one EventHandler (while it

[gwt-contrib] Re: Generic Event Types and Related Problems

2010-01-16 Thread AndiMullaraj
Soo sorry for cuttering your space but one correction to me previous post: That means, instead of having (in HandleManager) public H extends EventHandler HandlerRegistration addHandler (GwtEvent.TypeHtype, final H handler) {...} have public G extends GwtEventH, H extends EventHandler

Re: [gwt-contrib] Re: Cross Domain RPC (again)

2010-01-16 Thread Piotr Jaroszyński
2010/1/14 Ray Ryan rj...@google.com: Piotr, even if the response to your work was muted the issue does come up a lot. It would be great to see this in a project on code.google.com. Would it make sense in that form? I will see how hard it would be to ship it as a standalone project. Afair the

[gwt-contrib] Re: Generic Event Types and Related Problems

2010-01-16 Thread jarrod
Like Nathan mentions above, since last year's I/O presentation on large GWT applications suggested the use of MVP and an event bus (http://code.google.com/events/io/2009/sessions/ GoogleWebToolkitBestPractices.html), the entire GWT community seems to have implicitly adopted HandlerManager as the