Re: Anchor setEnabled(false) does not work in FireFox and Chrome.

2012-01-31 Thread skippy
Thanks, this is perfict.


On Jan 30, 4:22 pm, Jens jens.nehlme...@gmail.com wrote:
 Take a look at:

 http://code.google.com/p/google-web-toolkit/issues/detail?id=2889

 -- J.

-- 
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Anchor setEnabled(false) does not work in FireFox and Chrome.

2012-01-30 Thread skippy
GWT 2.3, UI Binder.

What am I missing?

Thanks

-- 
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Anchor setEnabled(false) does not work in FireFox and Chrome.

2012-01-30 Thread skippy
Some additional informataion.

This might be related to when I am trying to do this.

In the onclicked event, I am disabling the Anchor:

final Anchor link = new Anchor(Print);
link.addClickHandler(new ClickHandler()
{
public void onClick(ClickEvent event)
{
link.setEnabled(false);
link.setTitle(Click GO to enable link);
}
});

-- 
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Anchor setEnabled(false) does not work in FireFox and Chrome.

2012-01-30 Thread Jens
Take a look at:

http://code.google.com/p/google-web-toolkit/issues/detail?id=2889

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/XDUmlznZKJUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



How does DOM.setCapture work in Firefox?

2011-06-05 Thread Ali
Hi,

I have always been using GWT DOM.setCapture but now I'm developing a simple 
FF extension and can't find out how to that in plain JS code.

Can someone please let me know how GWT setCapture work in Firefox?

Wishes,

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ZnozRjZqYVpkZkFK.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How does DOM.setCapture work in Firefox?

2011-06-05 Thread Ali
Never mind, I found it. I should add mousemove and mouseup event listener to 
document. :)

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/UlVPdElKU0d1eU1K.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Does not work on Firefox

2009-03-22 Thread Harry

I too have the same problem, my GWT started working on FF but
everything got cluttered. Please help me how to solve this.

On Feb 27, 10:16 am, Mallesh mallesh.kand...@gmail.com wrote:
 still it doesn't work.

 On Feb 26, 4:22 am, Felipe Cypriano fmcypri...@gmail.com wrote:

  Maybe the compiler is set to just one browser, take a look at 
  this:http://vinaytech.wordpress.com/2008/11/10/gwt-compiler-compiling-for-...

  Regards,

  ---
  Felipe Marin Cypriano
  Vitória - EShttp://www.linkedin.com/in/felipecypriano

  On Thu, Feb 26, 2009 at 12:52 AM, Mallesh mallesh.kand...@gmail.com wrote:

   Hi Tuvok,
      thanks for the reply.
      i complied the code and using the the link from www
   \com.MyProject.StockWatcher\  folder. the same link works fine on IE
   but not on FF/chrome.
      more over  ,www\com.MyProject.StockWatcher\gwt\standard\images
   folder contains only one sub folder named ie6, there was no other
   folders(i am not sure weather it should crate a separate folders for
   FF or not).
   On Feb 24, 10:03 am, Tuvok davidfreg...@gmail.com wrote:
Maybe you're just copying the url from the development shell instead
of compiling?

On Feb 24, 6:54 pm, Mallesh mallesh.kand...@gmail.com wrote:

 Hi all,
      i have been playing with the gwt sample(http://code.google.com/
 docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-
 doc-1-5t=GettingStartedBasics) provided on the web site.  it works
 fine on IE6, surprising it does not work on FF 3.0.6 and chrome.  am i
 doing something wrong ? or do i need to do anything extra to run the
 same app on other browsers
       any suggestion would be appreciated
 ~Mallesh
--~--~-~--~~~---~--~~
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Does not work on Firefox

2009-02-26 Thread Mallesh

still it doesn't work.

On Feb 26, 4:22 am, Felipe Cypriano fmcypri...@gmail.com wrote:
 Maybe the compiler is set to just one browser, take a look at 
 this:http://vinaytech.wordpress.com/2008/11/10/gwt-compiler-compiling-for-...

 Regards,

 ---
 Felipe Marin Cypriano
 Vitória - EShttp://www.linkedin.com/in/felipecypriano

 On Thu, Feb 26, 2009 at 12:52 AM, Mallesh mallesh.kand...@gmail.com wrote:

  Hi Tuvok,
     thanks for the reply.
     i complied the code and using the the link from www
  \com.MyProject.StockWatcher\  folder. the same link works fine on IE
  but not on FF/chrome.
     more over  ,www\com.MyProject.StockWatcher\gwt\standard\images
  folder contains only one sub folder named ie6, there was no other
  folders(i am not sure weather it should crate a separate folders for
  FF or not).
  On Feb 24, 10:03 am, Tuvok davidfreg...@gmail.com wrote:
   Maybe you're just copying the url from the development shell instead
   of compiling?

   On Feb 24, 6:54 pm, Mallesh mallesh.kand...@gmail.com wrote:

Hi all,
     i have been playing with the gwt sample(http://code.google.com/
docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-
doc-1-5t=GettingStartedBasics) provided on the web site.  it works
fine on IE6, surprising it does not work on FF 3.0.6 and chrome.  am i
doing something wrong ? or do i need to do anything extra to run the
same app on other browsers
      any suggestion would be appreciated
~Mallesh
--~--~-~--~~~---~--~~
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Does not work on Firefox

2009-02-24 Thread Mallesh

Hi all,
 i have been playing with the gwt sample(http://code.google.com/
docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-
doc-1-5t=GettingStartedBasics) provided on the web site.  it works
fine on IE6, surprising it does not work on FF 3.0.6 and chrome.  am i
doing something wrong ? or do i need to do anything extra to run the
same app on other browsers
  any suggestion would be appreciated
~Mallesh


--~--~-~--~~~---~--~~
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Does not work on Firefox

2009-02-24 Thread Tuvok

Maybe you're just copying the url from the development shell instead
of compiling?

On Feb 24, 6:54 pm, Mallesh mallesh.kand...@gmail.com wrote:
 Hi all,
      i have been playing with the gwt sample(http://code.google.com/
 docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-
 doc-1-5t=GettingStartedBasics) provided on the web site.  it works
 fine on IE6, surprising it does not work on FF 3.0.6 and chrome.  am i
 doing something wrong ? or do i need to do anything extra to run the
 same app on other browsers
       any suggestion would be appreciated
 ~Mallesh
--~--~-~--~~~---~--~~
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---