Re: Ancho Links + Hosted Browser

2009-08-16 Thread Stream
Advanced a bit on this. I am noticing that if I initialize the History's addValueChangeHandler I am getting the tokens for the links that I setup... however, the url in the hosted browser will only reflect that new token if I hit refresh on the hosted browser. Is there something I should be

Re: Blank page in Safari, flaky in Firefox, works fine in IE

2009-08-16 Thread andrew_lau
Yes, thanks for the pointer. Changed to PRETTY, and it works fine now :) Only Firefox still flaky... will continue hunting ... On Aug 13, 5:21 pm, Thomas Broyer t.bro...@gmail.com wrote: On 13 août, 19:05, andrew_lau andrewlauw...@gmail.com wrote: I have a GWT application, that uses GWT

When GWT 2.0 release ?

2009-08-16 Thread Saeed Zarinfam
Hi When GWT 2.0 release ? 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 Google-Web-Toolkit@googlegroups.com To unsubscribe from this group,

Re: 100% high TabPanel

2009-08-16 Thread Ian Bambury
Unfortunately this isn't simple. Because of the hard-coded height:100% for the deck panel, setting the height of the tabpanel always makes it bigger than you wanted (by the height of the tabs) You have to calculate it and recalculate it every time the window resizes, something like this import

ValueChangeHandler / History does not work in Opera :-/ (neither stable or beta)

2009-08-16 Thread darkflame
The follow basic, projected created in eclipse by the plugin; /** * Entry point classes define codeonModuleLoad()/code. */ public class RateoholicTests implements EntryPoint, ValueChangeHandler { /** * This is the entry point method. */ public void

Re: ValueChangeHandler / History does not work in Opera :-/ (neither stable or beta)

2009-08-16 Thread twdarkflame
projected? I meant project...weird slip there. On Aug 16, 2:33 pm, darkflame darkfl...@gmail.com wrote: The follow basic, projected created in eclipse by the plugin; /**  * Entry point classes define codeonModuleLoad()/code.  */ public class RateoholicTests implements EntryPoint,

Re: question from a novice in GWT

2009-08-16 Thread nyankov
With other words I want to do workaround of position: fixed On Aug 15, 11:01 pm, nyankov nikola.yan...@gmail.com wrote: Hello, I am wondering. What is the way to implement toolbar in browser window. I want the toolbar to be fixed on window bottom always (even on scrolling and resize).

Re: ValueChangeHandler / History does not work in Opera :-/ (neither stable or beta)

2009-08-16 Thread Jeff Chimene
Is Opera supported? I know it's WebKit, but even so... On Sun, Aug 16, 2009 at 5:33 AM, darkflamedarkfl...@gmail.com wrote: The follow basic, projected created in eclipse by the plugin; /**  * Entry point classes define codeonModuleLoad()/code.  */ public class RateoholicTests implements

Re: ValueChangeHandler / History does not work in Opera :-/ (neither stable or beta)

2009-08-16 Thread twdarkflame
It is supported, and this is the first/only major opera-specific problem Ive had. Opera might not have much of the desktop market, but its got quite a large chuck of the portable, as well as the DS/Wii market. Besides, it would be bad form to drop support for a browser that has traditionally

Re: ValueChangeHandler / History does not work in Opera :-/ (neither stable or beta)

2009-08-16 Thread Jeff Chimene
On 08/16/2009 08:32 AM, twdarkflame wrote: It is supported, and this is the first/only major opera-specific problem Ive had. You're right. I don't remember seeing Opera in the list of supported browsers the last time I checked. --~--~-~--~~~---~--~~ You

Where is the server log ?

2009-08-16 Thread tolga ozdemir
Hi, I use GWT 1.7 and eclipse on Windows XP.. As a sample, I use a hibernate project.. I have a function with signature ListEntry listEntries(); When I run the project I got this error com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the server; see server log for details

Re: question from a novice in GWT

2009-08-16 Thread tolga ozdemir
Hmm, maybe you think this before.. Have you ever tried CSS? On Aug 16, 3:58 pm, nyankov nikola.yan...@gmail.com wrote: With other words I want to do workaround of position: fixed On Aug 15, 11:01 pm, nyankov nikola.yan...@gmail.com wrote: Hello, I am wondering. What is the way

Re: Where is the server log ?

2009-08-16 Thread Paul Grenyer
If you're running in hosted mode they should be written to the eclipse console. Have you got it open! Sent from my Archimedes A3000 -Original Message- From: tolga ozdemir tka...@gmail.com Date: Sun, 16 Aug 2009 09:13:46 To: Google Web ToolkitGoogle-Web-Toolkit@googlegroups.com

Re: question from a novice in GWT

2009-08-16 Thread nyankov
sure. position: fixed but this doesn't work well enough I red about frame (iframe) simulation somehow. I looked and in gmail (there opened chat popup is fixed to window bottom right). I saw that there are several iframes - but I didn't investigate in depth. On Aug 16, 7:15 pm, tolga

Re: Where is the server log ?

2009-08-16 Thread tolga ozdemir
Yes.. if it is so.. I recieve a 500 - POST error my request seems full and content type text/x-gwt-rpc whereas my Response's content type text/plain Simply I want to use RPC services with hibernate and I have a function returns a list of my Entry object this is my method.. public ListEntry

How to determine pixel size of Label widget at run time?

2009-08-16 Thread Mike Jacobs
I have a case where I am dynamically adding a Label widget with program determined label text. (It is adding a Label on top of a Google Map but this question is about GWT widgets). Since the label text can vary at run time and I would like to center the label at a specific pixel location, I

CSS Style

2009-08-16 Thread Christian Goudreau
Here's my problem. I'm trying to change in my own CSS file the default font style but it's been overwritten by standard.css ! I've included my css file in a public folder and I'm using a php server. I've tried to include the css file directly in the page, but same problem here ! So why can't I

Re: com.google.gwt.user.client.rpc.StatusCodeException

2009-08-16 Thread Paul Grenyer
I told you where to find the log... Sent from my Archimedes A3000 -Original Message- From: tolga ozdemir tka...@gmail.com Date: Sun, 16 Aug 2009 11:57:59 To: Google Web ToolkitGoogle-Web-Toolkit@googlegroups.com Subject: com.google.gwt.user.client.rpc.StatusCodeException Anyone has

Re: Who is using smartgwt?

2009-08-16 Thread Tercio Filho
@ckendrick The way SmartGWT works, every component caches it's data, independently if another component is using the same data. If you need some resultset, you need to access a component that cached this data, ie. Grid. When you have multiples components bounded to the same store you will have

GWT-Maps - Is this a desired behavior?

2009-08-16 Thread Paul van Hoven
I was playing with GWT-Maps to implement something for my website. My example uses the com.google.gwt.maps.client.overlay.Overlay abstract class. I want to put a couple of transparent divs over the actual map which will give the user some certain information. Anyway the purpose is not important.

Re: question from a novice in GWT

2009-08-16 Thread Chad
Well, you could use a VerticalPanel added to the RootPanel. Put a ScrollPanel into the VerticalPanel, then put your toolbar into the VerticalPanel. Allow the VerticalPanel to take up the full size of the browser and adjust itself on browser resizing. Set the toolbar to the height you need and set

Re: com.google.gwt.user.client.rpc.StatusCodeException

2009-08-16 Thread tolga ozdemir
I have already use hosted mode with eclipse.. What is that archimedes a3000? --~--~-~--~~~---~--~~ 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-Maps - Is this a desired behavior?

2009-08-16 Thread Paul van Hoven
Okay, instead of displaying the divs like a chessboard pattern i get this output on the map: http://picasaweb.google.de/paul.van.hoven/GWTMaps#5370655848831663250 On 16 Aug., 21:35, Paul van Hoven paul.van.ho...@googlemail.com wrote: I was playing with GWT-Maps to implement something for my

Minimal plugin for existing Maven projects

2009-08-16 Thread Gary S
I tried Google plugin on my multi-module Maven project that already supports GWT. It has a war in one of the modules. I enabled GWT plugin for the root project and set the SDK to the existing GWT 1.6.4. There were no errors but Eclipse takes forever to update Dependencies and I couldn't create a

formating ListBox text

2009-08-16 Thread BobM
I have a ListBox with a heading that looks like this: ___Name___|__Location__ I add to the ListBox (maybe) several strings that I have built up from two pieces of data: a name and a city/town name. I need the resulting string to display such that the city/town

Re: How to determine pixel size of Label widget at run time?

2009-08-16 Thread Ian Bambury
Just add it, get the width and then place it where you want it. Ian http://examples.roughian.com 2009/8/16 Mike Jacobs mike.jac...@indietechnologies.com I have a case where I am dynamically adding a Label widget with program determined label text. (It is adding a Label on top of a Google

Re: Who is using smartgwt?

2009-08-16 Thread ckendrick
@tercio You're still missing the key point. Let's try again: It is absolutely 100% required in an enterprise application that different components have different caches, potentially partially overlapping, on the same dataset. A simple example is an interface for dragging and drop users between

Re: How to determine pixel size of Label widget at run time?

2009-08-16 Thread Mike Jacobs
There is no method to get the width on the Label widget or any of the super classes. How would I get the width? On Aug 16, 5:19 pm, Ian Bambury ianbamb...@gmail.com wrote: Just add it, get the width and then place it where you want it. Ian http://examples.roughian.com 2009/8/16 Mike

Re: ValueChangeHandler / History does not work in Opera :-/ (neither stable or beta)

2009-08-16 Thread Thomas Broyer
On 16 août, 16:23, Jeff Chimene jchim...@gmail.com wrote: Is Opera supported? It was... until History code were reworked for IE8 (HTML5/ onhashchange) support! Reported as issue 3956 (submitted too early, summary needs updating, sorry):

Re: How to determine pixel size of Label widget at run time?

2009-08-16 Thread Ian Bambury
Label label = new Label(Some Text)); RootPanel.get().add(label); int length = label.getOffsetWidth(); Ian http://examples.roughian.com 2009/8/16 Mike Jacobs mike.jac...@indietechnologies.com There is no method to get the width on the Label widget or any of the

Best framework to use with PHP and GWT

2009-08-16 Thread Tiago Z.C
Hi, Someone knows or can tell your experience with which one is the best PHP framework to work/integrate with GWT development? Thank you -- Tiago Zortéa de Conto Mac User - MAC OS X Leopard MSN: tiag...@pop.com.br --~--~-~--~~~---~--~~ You received this message

Re: Who is using smartgwt?

2009-08-16 Thread Tercio Filho
On Aug 16, 7:39 pm, ckendrick charles.kendr...@gmail.com wrote: @tercio You're still missing the key point.  Let's try again: It is absolutely 100% required in an enterprise application that different components have different caches, potentially partially overlapping, on the same dataset.

how to deploy a GWT Application online?

2009-08-16 Thread sam
I have been working on my summer GWT Application Project. Finally, I have created an application using eclipse. It has uses RPC, and I use JDBC MYSQL to access database. My application is almost complete; it runs fine in hosted mode and accesses database. But, today I tried to deploy it online.

Re: question from a novice in GWT

2009-08-16 Thread nyankov
Well my page is regular HTML page, and till now doesn't use GWT. Now I want to place a toolbar in it which I want to write with GWT. On 16 Авг, 22:40, Chad chad...@gmail.com wrote: Well, you could use a VerticalPanel added to the RootPanel. Put a ScrollPanel into the VerticalPanel, then put

[gwt-contrib] Comment on UsingOOPHM in google-web-toolkit

2009-08-16 Thread codesite-noreply
Comment by chetanreddy: hi. i built trunk over the weekend and launched the Hello sample application using the oophm ant target. I installed the firefox 3.5 extension in a new profile and pointed it to http://localhost:/Hello.html?gwt.hosted=127.0.0.1:9997 as instructed by ant. But

[gwt-contrib] Comment on UsingOOPHM in google-web-toolkit

2009-08-16 Thread codesite-noreply
Comment by tamplinjohn: Did you build with make BROWSER=ff35, and then install the generated oophm-xpcom-ff35-xpi? What shows up under Tools/Add-ons? If you run firefox from the command line (with no other instances running, or else using -no-remote and a different profile), what

[gwt-contrib] Comment on UsingOOPHM in google-web-toolkit

2009-08-16 Thread codesite-noreply
Comment by chetanreddy: i did have BROWSER=ff35. in Addons, i get GWT Development Mode Plugin (XPCOM) for FF v3.5+ 0.0.5968M.200916174240. The preferences button is disabled and the Disable button is shown. Also firefox(iceweasel) doesn't seem to output anything to the console(even when i

[gwt-contrib] Comment on UsingOOPHM in google-web-toolkit

2009-08-16 Thread codesite-noreply
Comment by chetanreddy: I got the IE plugin to work on IE8. I guess i can use that for now. I tried installing the firefox extension to FF3.5 on windows but it didn't work there either. I also tried both ff3 and ff3+ on FF3 on windows, and that didn't work either. For more information: