Re: GWT Timers - say no to it with IE

2008-10-03 Thread Ivan
Right, sorry that I haven't posted code before. And the broblem is actually not in timers, because I temporarily removed them, there's smth else. Here is the code: c // file ChartItem.java public class ChartItem extends AbsolutePanel implements ChartItemChanger { private PopupMenu pp =

Re: GWT Timers - say no to it with IE

2008-10-03 Thread Thomas Broyer
On 3 oct, 09:47, Ivan [EMAIL PROTECTED] wrote: Right, sorry that I haven't posted code before. And the broblem is actually not in timers, because I temporarily removed them, there's smth else. [...]           mouseOnClickListener = new ChangeListener() {        /* This is the place where

GWT Timers - say no to it with IE

2008-10-02 Thread Ivan
Hello everybody, I have encountered one problem: it's well known that there's a Timer class: com.google.gwt.user.client.Timer and of cource it is not a secret that it works in Firefox, Opera, and Google Chrome without any problems, but what's about Internet Explorer ? Well, the answer is

Re: GWT Timers - say no to it with IE

2008-10-02 Thread Isaac Truett
Just saying something doesn't work won't get you very far. This is especially true when the thing you claim doesn't work actually does work. How about providing code that demonstrates the problem? On Thu, Oct 2, 2008 at 9:19 AM, Ivan [EMAIL PROTECTED] wrote: Hello everybody, I have

Re: GWT Timers - say no to it with IE

2008-10-02 Thread Ian Bambury
I think this is probably something you are doing. I feel that someone else would have mentioned it before now, don't you? But without any code only the telepathic will respond, but probably not by email. Ian http://examples.roughian.com 2008/10/2 Ivan [EMAIL PROTECTED] Hello everybody, I

Re: GWT Timers - say no to it with IE

2008-10-02 Thread Tom Hjellming
Timer works fine for me in both IE and Firefox. Tom Ivan wrote: Hello everybody, I have encountered one problem: it's well known that there's a Timer class: com.google.gwt.user.client.Timer and of cource it is not a secret that it works in Firefox, Opera, and Google Chrome without

Re: GWT Timers - say no to it with IE

2008-10-02 Thread Andrej Harsani
in gwt 1.5 Timers works OK in IE7. what IE and GWT version are you using? could you post test case? our application use Timers, you can check it here: Andrej http://www.gwtphp.com/ On Oct 2, 3:19 pm, Ivan [EMAIL PROTECTED] wrote: Hello everybody, I have encountered one problem:  it's