Setting set-property-fallback causing error

2017-01-30 Thread JeanV
Hello, I'm trying to simulate googlebot reading my GWT based app. I've added: to my gwt.xml file but keep getting this error and the app never runs: Possible problem with your *.gwt.xml module file. The compile time user.agent value (safari) does not match the runtime user.agent value

Re: Saving results from GWT-RPC call on client

2013-03-19 Thread JeanV
for other kinds of objects. Hope this helps. Regards, M On Wednesday, October 10, 2012 7:13:20 AM UTC+2, JeanV wrote: I was wondering if there's anyway to save the returned results from an RPC call to an HTML5 enabled browser. Basically the only way I have found would

HTML without a DIV

2012-10-15 Thread JeanV
I need to attach pure HTML to a FlowPanel and do not want to the HTML item to be surrounded by div or span - I'm basically using a third-party library that will dynamically look for items (a, img, p and others) within my panel and will break if it encounters a div or span. I've looked around

Re: HTML without a DIV

2012-10-15 Thread JeanV
and I cannot use UIBinding as this is a list of multiple items generated dynamically by a for loop. Need to also create h1 without putting it in a div On Monday, October 15, 2012 5:19:07 PM UTC+2, JeanV wrote: I need to attach pure HTML to a FlowPanel and do not want to the HTML item

Re: Saving results from GWT-RPC call on client

2012-10-13 Thread JeanV
That's a good idea but it doesn't solve the issue of converting the RPC received objects into a locally persistable objects. In my case, the user is loading a list but I want to pre-populate it with the latest list and have him/her manually refresh it. Thanks for your assistance On Thursday,

Re: Saving results from GWT-RPC call on client

2012-10-13 Thread JeanV
, 2012 4:33:25 PM UTC+2, Roy wrote: An alternative is to make the GWT-RPC request using GET instead of POST, and have the server return cache headers so the result gets cached in the browser. I'm doing that in my app - works great. Roy On Wednesday, October 10, 2012 6:13:20 AM UTC+1, JeanV

Re: Saving results from GWT-RPC call on client

2012-10-11 Thread JeanV
headers so the result gets cached in the browser. I'm doing that in my app - works great. Roy On Wednesday, October 10, 2012 6:13:20 AM UTC+1, JeanV wrote: I was wondering if there's anyway to save the returned results from an RPC call to an HTML5 enabled browser. Basically the only way I have

Saving results from GWT-RPC call on client

2012-10-09 Thread JeanV
I was wondering if there's anyway to save the returned results from an RPC call to an HTML5 enabled browser. Basically the only way I have found would be to convert the results into strings and use LocalStorage to save them to the browser. I guess my question then would be how can

Huge WAR file

2011-04-07 Thread JeanV
My current project is generating a WAR file of around 120MB (yes that's right!) - prior to version 2.x, the same project would generate WAR files of less then 30Mb. Any way to shrink it? Thanks Jeab -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Static hyperlinks not working in IE 7

2010-02-17 Thread JeanV
Not sure why but if you dynamically create a hyperlink using the Hyperlink class everything works fine under IE but if you try to create a static hyperlink, IE will not trigger a ValueChangeEvent. In other words: Hyperlink h=new Hyperlink(test,test); and a href='#test'Test/a (placed directly in

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread JeanV
I can confirm that I have the same problem since upgrading to Safari 4.0.4. Help is needed on this one On Nov 12, 10:10 am, Daniel kurka.dan...@googlemail.com wrote: After I installed the OSX update 10.6.2 I can start the hosted mode anymore. I get a Invalid memory access: Im suspecting

Setting Google Map Icon Style

2009-02-07 Thread JeanV
Is there anyway to set the style of an marker's image? I use Icon to create the image for each marker but I would like to be able to set a style so I can use CSS to create borders around each marker's image. Any help would be greatly appreciated. jean

Re: GWT and Search Engine indexing

2008-09-04 Thread JeanV
at 12:24 PM, JeanV [EMAIL PROTECTED] wrote: I have searched and only found one old thread discussing how to allow a GWT-based site to be indexed by search engines. Basically the solution involved a convoluted way of creating 2 different sites. There's been plenty of previous discussion