GWT HtmlPanel Disable SafeHTML

2013-01-25 Thread Jan Vladimir Mostert
Hi, is there a way to disable SafeHTML in the new GWT2.5 HTMLPanel? If I put text in the HTMLPanel, it replaces all my spaces with   which means it ignores all styles and also the text just runs out of the page if it's long. Have already posted on StackOverflow as well: http://stackoverflow.com

Re: gwt suggestbox.

2012-11-24 Thread Jan Vladimir Mostert
onse); } } On Thursday, 22 November 2012 10:53:47 UTC+2, Thomas Broyer wrote: > > > > On Thursday, November 22, 2012 6:03:57 AM UTC+1, Jan Vladimir Mostert > wrote: >> >> Hi, sorry for re-opening a topic from 2009. >> >> In the above code, you said nameCallback

Re: gwt suggestbox.

2012-11-21 Thread Jan Vladimir Mostert
Hi, sorry for re-opening a topic from 2009. In the above code, you said nameCallback = callBack, where is this nameCallback being used? I don't quite understand how to use the callback. I was just wondering if there's a full implementation / example available on how to extend the SuggestOracle

Re: RequestFactory : Persisting List of Child EntityProxies : setting Child Properties to null.

2011-04-04 Thread Vladimir Marchev
Hi Ryan! Create child the same request as the parent and all will be fine! -- 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, send emai

Re: Arrow and Plus/Minus images in compiled files

2010-08-04 Thread Vladimir
Thanks for your reply :) I've looked through the compiled files, and those arrow images are not referenced anywhere. Thank G... Google? :) I'm not using the standard theme, IMHO it does not look very pretty :) I'm inlining css and small images as much as possible. Thanks On Aug 4, 4:23 pm, André

Re: Arrow and Plus/Minus images in compiled files

2010-08-04 Thread Vladimir
I've googled a lot. No clues why it is so. Using GWT 2.1M2 with Eclipse Helios plugin. These are the files: http://yfrog.com/mkarrowsg . Cheers. On Aug 4, 12:34 pm, Vladimir wrote: > Hi there. > I've just compiled my gwt code. I looked at what it has generated and > saw th

Arrow and Plus/Minus images in compiled code

2010-08-04 Thread Vladimir
. Screenshot: http://yfrog.com/mkarrowsg Cheers, Vladimir -- 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

Arrow and Plus/Minus images in compiled files

2010-08-04 Thread Vladimir
Hi there. I've just compiled my gwt code. I looked at what it has generated and saw these arrows and plus/minus images. I am just wandering. Is this normal or is it some kind of bug? I do not recall adding these images there myself. Cheers, Vladimir -- You received this message because yo

Re: Removing a widget that's making async calls

2010-04-16 Thread Vladimir
Paul, thanks a lot! This did the trick. Thanks again! Vladimir On Apr 16, 10:15 am, Paul Stockley wrote: > Declare your async RPC interface to return Request instead of void. > Then for each active async call keep track of the Request returned. > When you remove your panel, call t

Removing a widget that's making async calls

2010-04-16 Thread Vladimir
() as well, and that doesn't work either. Any help would be appreciated! Thanks! Vladimir -- 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 unsubsc

Re: GWT1.6.4 multiple module and gwt-ext

2009-09-16 Thread Vladimir
or any errors reported in the JavaScript console when using DETAILED or OBF > compiled output? > > Hope that helps, > -Sumit Chandel > > > > On Mon, Aug 24, 2009 at 12:27 PM, Vladimir wrote: > > > Thanks for your reply, I have at least two modules both using GWT-Ext, > > i include them on the same hosting page with two lines as > >

Re: GWT1.6.4 multiple module and gwt-ext

2009-08-24 Thread Vladimir
Thanks for your reply, I have at least two modules both using GWT-Ext, i include them on the same hosting page with two lines as everything works fine in the PRETTY mode but doesn't in the Detailed or Obfuscated it also works fine in hosted mode as well. I world understand if OBF fails but it