Re: Development mode crashes Safari 4.0.4 in OS X 10.4

2009-12-22 Thread Alex Reid
The issue appears to be with 10.4 and the browser plug-ins, not GWT 2.0 on 10.4 itself. A slightly rubbish workaround is to install a Linux or Windows virtual machine (VirtualBox works fine) and install the GWT plug-in into the browser on Linux/Windows. Luckily my main machine is running 10.6 :)

Development mode crashes Safari 4.0.4 in OS X 10.4

2009-12-10 Thread Alex Reid
Hi, Is anyone running the new development mode successfully on OS X 10.4 or is an upgrade to 10.5 or 10.6 needed? I know this machine is overdue at update. Unfortunately Safari is crashing with the following: Date/Time: 2009-12-10 10:17:11.037 + OS Version: 10.4.11 (Build 8S2167)

Re: Development mode crashes Safari 4.0.4 in OS X 10.4

2009-12-10 Thread Alex Reid
It also seems the Firefox plugin crashes, but Firefox now doesn't load at all with the plug-in enabled. On Dec 10, 10:21 am, Alex Reid alxs...@googlemail.com wrote: Hi, Is anyone running the new development mode successfully on OS X 10.4 or is an upgrade to 10.5 or 10.6 needed? I know

TabPanel styling - gaps between tabs

2008-11-21 Thread Alex Reid
Firstly, apologies for the somewhat generic CSS question. However, I hope someone with a knowledge of the GWT tab panel will be able to help. I'm attempting to style the standard GWT tab panel to look the same as our existing tab panel. As the HTML is different, I cannot reuse the existing CSS.

Re: Receive data from webservice wsdl soap

2008-11-04 Thread Alex Reid
As above, the GWT In Practice book has an example that uses the SOAP client within Flash. On Nov 4, 9:02 am, Lothar Kimmeringer [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] schrieb: is it possible to use webservice soap in gwt? Have somebody samples? Which library i can use for it? There

Re: How to change browser?

2008-11-03 Thread Alex Reid
Cut and paste the URL out of Chrome (i.e. http://localhost:/) and into FF, IE, etc. On Nov 3, 10:07 am, hezjing [EMAIL PROTECTED] wrote: Hi Google Chrome is the default browser in my Windows. When developing GWT application, I want to test in IE. Currently when I'm testing my

Re: Where can I host a GWT-App with server-side RPC calls??

2008-11-02 Thread Alex Reid
Another option would be to use JSON and overlay types. Any server platform (PHP, Python, Ruby, etc) could then be used. Potentially more work, though. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Host pages - patterns

2008-10-31 Thread Alex Reid
Hi, I was wondering what approaches people took with regard to host pages. Is it better to let GWT manage the whole page, perhaps with a single root DeckPanel ... OR is it more flexible to setup the majority of the application layout using standard HTML/CSS, slotting Widgets instances into