Re: Creating CSS Animations dynamically?

2015-01-04 Thread Thomas Wrobel
about it :) On 4 January 2015 at 00:52, Thomas Wrobel darkfl...@gmail.com wrote: perfect. I wasn't aware you could do it just like that. That works fine. (at least on FF and Chrome). Also saves me from having all those ugly vendor extensions. ~~~ Thomas Bertines online review show: http

Re: Creating CSS Animations dynamically?

2015-01-03 Thread Thomas Wrobel
perfect. I wasn't aware you could do it just like that. That works fine. (at least on FF and Chrome). Also saves me from having all those ugly vendor extensions. ~~~ Thomas Bertines online review show: http://randomreviewshow.com/index.html Try it! You might even feel ambivalent about it :)

Re: Performance impact of Focus panel with no handlers?

2014-12-30 Thread Thomas Wrobel
Ah, thanks. Good to know. What about all those little hidden input tags, also negligible? ~~~ Thomas Bertines online review show: http://randomreviewshow.com/index.html Try it! You might even feel ambivalent about it :) On 30 December 2014 at 17:03, Jens jens.nehlme...@gmail.com wrote:

Re: ie10 permutation causing browser errors? (gwt 2.6.1) really baffled here.

2014-10-04 Thread Thomas Wrobel
://randomreviewshow.com/index.html Try it! You might even feel ambivalent about it :) On 3 October 2014 19:37, Thomas Wrobel dark...@gmail.com wrote: ah, ok...hmm. It crashes in EDGE which is selects by default. It works in 10 if its specifically set to that. It works in 9 (but other stuff

Re: ie10 permutation causing browser errors? (gwt 2.6.1) really baffled here.

2014-10-03 Thread Thomas Wrobel
Ok, heres where its crashing: function java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_ String_2(this$static){ if (this$static.length == 0 || this$static[0] $intern_60 this$static[this$static.length - 1] $intern_60) { return this$static; } var r1 = this$static.replace(/^(\s*)/,

Re: ie10 permutation causing browser errors? (gwt 2.6.1) really baffled here.

2014-10-03 Thread Thomas Wrobel
ah, ok...hmm. It crashes in EDGE which is selects by default. It works in 10 if its specifically set to that. It works in 9 (but other stuff is broken, which is expected) (This was tested using IE's emulation selector) Could my html markup be making IE select Edge wrongly? Isn't Edge supposed to

Re: ie10 permutation causing browser errors? (gwt 2.6.1) really baffled here.

2014-10-03 Thread Thomas Wrobel
? (although Edge would be better for future proofing wouldn't it?) ~~~ Thomas Bertines online review show: http://randomreviewshow.com/index.html Try it! You might even feel ambivalent about it :) On 3 October 2014 19:37, Thomas Wrobel darkfl...@gmail.com wrote: ah, ok...hmm. It crashes

Re: Gwt 2.6 + Opera(/presto) how to enable support?

2014-01-29 Thread Thomas Wrobel
Perfect, thanks. ~~~ Thomas Bertines online review show: http://randomreviewshow.com/index.html Try it! You might even feel ambivalent about it :) On 29 January 2014 16:47, Jens jens.nehlme...@gmail.com wrote: You can re-enabled opera by using: extend-property name=user.agent values=opera

Re: Gwt 2.6 + Opera(/presto) how to enable support?

2014-01-29 Thread Thomas Wrobel
ps. Really appreciate your fast responses - amazes me the time you put in for others here! ~~~ Thomas Bertines online review show: http://randomreviewshow.com/index.html Try it! You might even feel ambivalent about it :) On 29 January 2014 16:48, Thomas Wrobel darkfl...@gmail.com wrote

Re: Switch on String shouldn't this work in GWT 2.6 / Java 7 ?

2014-01-28 Thread Thomas Wrobel
Ah, Bingo...it was either down to not clearing the cache's, or the fact a non-GWT 2.6 project was being inherited in. Fixing both of those and it works. *goes of to enjoy Java7* ~~~ Thomas Bertines online review show: http://randomreviewshow.com/index.html Try it! You might even feel ambivalent

Re: Get font-family from external css?

2013-11-23 Thread Thomas Wrobel
. ~~~ Thomas Bertines online review show: http://randomreviewshow.com/index.html Try it! You might even feel ambivalent about it :) On 23 November 2013 00:20, Thomas Wrobel darkfl...@gmail.com wrote: Bingo, that was far easier then expected. Thanks a bunch. ~~~ Thomas Bertines online review

Re: Get font-family from external css?

2013-11-23 Thread Thomas Wrobel
So its probably just no spaces so no need to quote. That makes sense. I was looking completely the wrong place anyway. The reason that last font didnt appear on the canvas was I also has Sans-Serif specified, and that font is Serif-ed. Thanks again. Canvas is really fun to play with. ~~~

Re: Get font-family from external css?

2013-11-22 Thread Thomas Wrobel
Bingo, that was far easier then expected. Thanks a bunch. ~~~ Thomas Bertines online review show: http://randomreviewshow.com/index.html Try it! You might even feel ambivalent about it :) On 22 November 2013 20:06, Jens jens.nehlme...@gmail.com wrote: I think you could read the computed

Re: How to change gwt.imageResource.maxBundleSize ?

2013-10-31 Thread Thomas Wrobel
Sorry, can you spell it out for me? I assumed it was set the same way enable Inlining was. I have set-property name=ClientBundle.enableInlining value=false / and that works just fine. So where/how do I set this property property? ~~~ Thomas Bertines online review show:

Re: How to change gwt.imageResource.maxBundleSize ?

2013-10-31 Thread Thomas Wrobel
? Or a similar setting? I have only ever set options using gwt.xml before. ~~~ Thomas Bertines online review show: http://randomreviewshow.com/index.html Try it! You might even feel ambivalent about it :) On 31 October 2013 12:38, Thomas Wrobel darkfl...@gmail.com wrote: Sorry, can you spell it out

Re: How to change gwt.imageResource.maxBundleSize ?

2013-10-31 Thread Thomas Wrobel
Thanks, that seems to have done the trick. It took me awhile to spot it had to go in VM Arguments dialogue box, rather then Compiler Arguments dialogue box. May I ask why this compile option goes here, rather then in the xml where the rest of the options seem to go? ~~~ Thomas Bertines online

Re: Some of my images arnt being turned into image strips :?

2013-01-20 Thread Thomas Wrobel
Thanks, but that seems to be a dimension size limit, not a file size limit: ... if (lossy || toReturn.getHeight() IMAGE_MAX_SIZE || toReturn.getWidth() IMAGE_MAX_SIZE) { ... Is there a filesize limit too? On 20 January 2013 18:05, Thomas Broyer t.bro...@gmail.com wrote: On Sunday,

Re: List all the strings and ints in a class?

2012-10-20 Thread Thomas Wrobel
Thanks for the link, seems a bit overkill for what I need though. I'll have a go at brewing my own. I see methods like get declared fields which seems a good start. On 19 October 2012 22:54, KevMo kevinps...@gmail.com wrote: I've never used it, but you might give GWT Reflection a try.

Re: SuggestBox popup Z-Index issue (appears behind everything)

2011-08-16 Thread Thomas Wrobel
Yes, CSS seemed the best option and worked. Cheers. Still, its a strange issue to still be hanging around. ~~ Reviews of anything, by anyone; www.rateoholic.co.uk Please try out my new site and give feedback :) On 15 August 2011 23:51, Ben Imp benlee...@gmail.com wrote: I suppose you

Re: After using Context menu, how to trigger the browsers default one? (on, say, an image)

2011-07-28 Thread Thomas Wrobel
Thanks. I was removing the handler, but it seems I was managing to apply two identical handlers and only remove one of them. I also ran into this issue; http://code.google.com/p/google-web-toolkit/issues/detail?id=5700 But got around it by just explicitly setting my handler variable to null after

Re: Difference's in Client Bundle behavior? (much slower? produces lots of jpg's as well on compile?)

2010-10-02 Thread Thomas Wrobel
Ok, thanks this clears up a lot of my confusion. I'm actually learning a lot here. Till I tried playing with ClientBundle, I wasn't even aware of the data method of injecting images inline into html. But it does sound like I want to turn on that flag to disable the data method for now though. I

Re: Anyone know of any Android History token problems?

2010-08-07 Thread Thomas Wrobel
Ok, glade to know I'm not alone. Although its a shame it seems a bit hard to identify the cause. Thanks for your feedback, perhaps other people have experienced similar things and we can hopefully pin down the cause. -Thomas On 7 August 2010 04:35, Shawn Brown big.coffee.lo...@gmail.com wrote:

Re: Another Ajax Crawling question, is #! acceptable rather then just #! ?

2010-07-27 Thread Thomas Wrobel
to parse over it yourself. And thanks for the unescape reminder! On 27 July 2010 14:35, Katharina Probst kpro...@google.com wrote: On Mon, Jul 26, 2010 at 8:31 PM, Thomas Wrobel darkfl...@gmail.com wrote: Sorry for my late reply. Lets say I have a url like this; http://www.rateoholic.co.uk

Re: Another Ajax Crawling question, is #! acceptable rather then just #! ?

2010-07-26 Thread Thomas Wrobel
...so can I assume it isn't working yet for some reason? (Ive submitted a sitemap thats parsed over ok...so I expected something..hmm..) Thanks, Thomas Wrobel On 26 July 2010 14:45, Katharina Probst kpro...@google.com wrote: Sorry, I'm a little confused too. When googlebot sees www.example.com

Re: Is it possible to detect if a popup (opened by Window.open(..) ) has been closed?

2010-02-01 Thread Thomas Wrobel
I think that only monitors the current window :-/ On 1 February 2010 14:39, mariyan nenchev nenchev.mari...@gmail.com wrote: Hi, what about Window.addCloseHandler(...);? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: PHP Javascript friendly bookmarks/query strings... ?#?#?#?

2009-06-28 Thread Thomas Wrobel
-sigh- Well, at least thats a clear cut answer ;) Pitty. Guess I'll have to use a click here to get url button and try to restructure any outgoing links pointing back to use a ? query for the search engines sake. 2009/6/29 Ian Bambury ianbamb...@gmail.com: You can't do it. The server doesn't

Re: PHP Javascript friendly bookmarks/query strings... ?#?#?#?

2009-06-28 Thread Thomas Wrobel
Thats actualy really interesting (hijax) I never thought about a site constructed like that. I think that could work for me, unfortuntely its far too late in the game for me to take that approach, not just the re-writing but the mental shift is a bit much at this stage. But I'll bare it in mind

Re: PHP Javascript friendly bookmarks/query strings... ?#?#?#?

2009-06-28 Thread Thomas Wrobel
://examples.roughian.com 2009/6/28 Thomas Wrobel darkfl...@gmail.com -sigh- Well, at least thats a clear cut answer ;) Pitty. Guess I'll have to use a click here to get url button and try to restructure any outgoing links pointing back to use a ? query for the search engines sake. 2009/6/29 Ian Bambury

Re: Is it possible to extend a Popup or DialogBox to detect when its moved?

2009-04-16 Thread Thomas Wrobel
Thanks :) I had to change the MouseDownEvents to MouseMove and MouseUp, but it worked a charm, cheers :) ~~ Reviews of anything, by anyone; www.rateoholic.co.uk Please try out my new site and give feedback :) 2009/4/16 Vitali Lovich vlov...@gmail.com: Sorry, was looking at the 1.5 doc.

Re: Whats the GWT equivalent of urlencode?

2009-03-27 Thread Thomas Wrobel
That was the one I tried already, it dosnt decode backslash's correctly. (that is +%2F isnt decoded) Thanks anyway. ~~ Reviews of anything, by anyone; www.rateoholic.co.uk Please try out my new site and give feedback :) 2009/3/27 mel mpedzi...@stuart.iit.edu: Its URL.encode(String)

Re: Whats the GWT equivalent of urlencode?

2009-03-27 Thread Thomas Wrobel
http://examples.roughian.com 2009/3/27 Thomas Wrobel darkfl...@gmail.com That was the one I tried already, it dosnt decode backslash's correctly. (that is +%2F isnt decoded) Thanks anyway. ~~ Reviews of anything, by anyone; www.rateoholic.co.uk Please try out my new site and give

Re: Extending Image to flip between multiple images?

2009-03-09 Thread Thomas Wrobel
Ah, yes, that should work :) Cheers for your help. 2009/3/9 Thomas Broyer t.bro...@gmail.com: On 9 mar, 00:28, Darkflame darkfl...@gmail.com wrote: That seems like what I need thanks :) Dont suppose its possible to create an AbstractImagePrototype at run time? (say from an existing image

Re: Best image preloading practice?

2009-02-11 Thread Thomas Wrobel
I did think of that, but I wasnt sure IE would handel it correctly. I remember theres a few issues with getting IE to fire load-listeners with data that might already be cached. The workaround was to use getOffsetWidth to check for the load. Incidently, I'm already seeing *massive* improvement

Re: Easiest way to open a new window with some text in it?

2008-12-04 Thread Thomas Wrobel
that belongs to the Document object - not the Window object. So it should be popup.document.getElementById()... And from your popup- Window you can call window.opener.document.getElementById() to access the parent window. On 3 Dez., 17:45, Thomas Wrobel [EMAIL PROTECTED] wrote: If I type; var

Re: Easiest way to open a new window with some text in it?

2008-12-03 Thread Thomas Wrobel
Must admit, I wasnt aware you could set text in another window from a script running in the current one. Still, dosnt seem to work for me display.php has the following html; html body div id=idShowTexttest/div /body /html And my native javascript being triggered is; var popup =

Re: Easiest way to open a new window with some text in it?

2008-12-03 Thread Thomas Wrobel
element back? On 3 Dez., 16:12, Thomas Wrobel [EMAIL PROTECTED] wrote: Must admit, I wasnt aware you could set text in another window from a script running in the current one. Still, dosnt seem to work for me display.php has the following html; html body div id=idShowTexttest/div /body

Re: Possible to get an element's propertys from a container iframe?

2008-11-01 Thread Thomas Wrobel
Bingo! that worked fine! Sometimes I feel like I'll never get the hang of these browser differences... 2008/11/1 Ian Bambury [EMAIL PROTECTED]: Sorry, my mistake. firefox uses textContent Can you get away with innerHTML which is available in both? Ian http://examples.roughian.com

Re: Possibly for GWT, when in an iFrame, to retrieve a flag from the parent?

2008-10-16 Thread Thomas Wrobel
Thanks for your reply. I'm still struggling over this, allthough I'm not sure your techique would be helpfull to me. In order to do the equilivent, I'll probably have to be calling to Facebooks API, which involves importing it on my php pages, or calling a php on every single page just to test on

Re: setting an image to have a transparent background? (.getElement().setAttribute(style, .....)

2008-10-13 Thread Thomas Wrobel
it will multiply your work at least by 4 ( IE , Firefox , Safari , Opera ). regards. Thomas Wrobel a écrit : Cheers for the advice, I'll use those methods in future. :) 2008/10/13 Jason Morris [EMAIL PROTECTED]: As a rule of thumb, never setAttribute, when there is a property

Re: setting an image to have a transparent background? (.getElement().setAttribute(style, .....)

2008-10-13 Thread Thomas Wrobel
Cheers for the advice, I'll use those methods in future. :) 2008/10/13 Jason Morris [EMAIL PROTECTED]: As a rule of thumb, never setAttribute, when there is a property for that element that does the same job. For example, use setClassName() instead of setAttribute(class, ...), and

Re: Possible bug with GWT or Java, but dont have the expirence to be sure myself :x

2008-10-13 Thread Thomas Wrobel
Thats strange, as thats what Command.com said when I type java -version I have just updated anyway to this version;

Re: Help with GWT FX (Cant get MorphStyle/Selector to work)

2008-09-26 Thread Thomas Wrobel
If your still interested, you could try out the website now ;) Should all be working on my new sever. Still very beta. 2008/8/21 Ian Bambury [EMAIL PROTECTED]: 2008/8/21 Thomas Wrobel [EMAIL PROTECTED] www.rateoholic.co.uk Please try out my new site and give feedback :) It gives an error

Re: Any ideas on how to make a popup stay on top?

2008-09-25 Thread Thomas Wrobel
)); Hope this helps anyone else googling and finding this thread ;) 2008/9/16 Thomas Wrobel [EMAIL PROTECTED]: This is odd, I just tried this at my end and it dosnt seem to work. Heres a screenshot of what I get: http://www.darkflame.co.uk/PopUpOrderingProblem.jpg Heres a 7zip of the whole

Re: Any ideas on how to make a popup stay on top?

2008-09-16 Thread Thomas Wrobel
, 16:14, Thomas Wrobel [EMAIL PROTECTED] wrote: Ok,thanks, I upload an example zip of what I'm trying to do here; www.darkflame.co.uk/client.zip It would have been far better with the appropriate directory structure and .gwt.xml (and even TestProject-shell.cmd...) Basically, I want

Re: Any ideas on how to make a popup stay on top?

2008-09-14 Thread Thomas Wrobel
as the cut-down one I sent out. Thanks, Thomaas 2008/9/12 Thomas Broyer [EMAIL PROTECTED]: On 11 sep, 16:14, Thomas Wrobel [EMAIL PROTECTED] wrote: Ok,thanks, I upload an example zip of what I'm trying to do here; www.darkflame.co.uk/client.zip It would have been far better

Re: Any ideas on how to make a popup stay on top?

2008-09-11 Thread Thomas Wrobel
Ok,thanks, I upload an example zip of what I'm trying to do here; www.darkflame.co.uk/client.zip Basically, I want it if the user clicks on popup1, then popup2, popup1 stays ontop. (TestProject is the entry point) 2008/9/11 Ian Bambury [EMAIL PROTECTED]: I can't get it *not* to stay on top

Re: Any ideas on how to make a popup stay on top?

2008-09-11 Thread Thomas Wrobel
is really just a new spelling for 'hiccoughs' which is the proper one. 'Hiccups' is for people who spell 'through' as 'thru' and 'night ' as 'nite' and believe that a McDonalds Restaurant actually is a restaurant. :-) 2008/9/11 Thomas Wrobel [EMAIL PROTECTED] sorry, updated the zip, forgot

Re: Need to get images original dimensions before displaying.

2008-09-10 Thread Thomas Wrobel
Thanks for your help, that worked a treat! 2008/9/3 Reinier Zwitserloot [EMAIL PROTECTED]: Use onLoad, but also start a timer, and check after 10 seconds. If the image has dimensions that aren't 0x0, remove the onload trigger, and do the resize. On Sep 2, 4:00 pm, darkflame [EMAIL