Re: Using Lightbox with GWT (some events not catched)

2015-07-30 Thread OrNOt
Hi, Xandre,
Could you pls share me your sample code ? I am figuring out how to use it 
in  my project. 

TIA

On Friday, April 25, 2014 at 4:15:23 AM UTC+8, JoyaleXandre wrote:

 If it may help, I noticed that the problem occur only when Lightbox is 
 launch from a DialogBox with Glass enabled.

 Le mardi 22 avril 2014 18:20:47 UTC-4, JoyaleXandre a écrit :

 Hello!

 I'm trying to use Lightbox with the HTML widget in GWT. I manage to make 
 the example from a standard HTML page in my GWT code.
 Here is the example: http://lokeshdhakar.com/projects/lightbox2/.

 Everything is good when I try to navigate with the keyboard, but when I 
 want to quit by clicking the X button or got next with the arrow image, 
 nothing happen. The mouse events seem to be missing. I can't even right 
 click and see the Firefox context menu.

 Do you have any idea where the problem may be?

 Alexandre



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Using Lightbox with GWT (some events not catched)

2014-04-24 Thread JoyaleXandre
If it may help, I noticed that the problem occur only when Lightbox is 
launch from a DialogBox with Glass enabled.

Le mardi 22 avril 2014 18:20:47 UTC-4, JoyaleXandre a écrit :

 Hello!

 I'm trying to use Lightbox with the HTML widget in GWT. I manage to make 
 the example from a standard HTML page in my GWT code.
 Here is the example: http://lokeshdhakar.com/projects/lightbox2/.

 Everything is good when I try to navigate with the keyboard, but when I 
 want to quit by clicking the X button or got next with the arrow image, 
 nothing happen. The mouse events seem to be missing. I can't even right 
 click and see the Firefox context menu.

 Do you have any idea where the problem may be?

 Alexandre


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Using Lightbox with GWT (some events not catched)

2014-04-24 Thread Alexandre Joyal
OK, I fixed my problem. I change my DialogBox to a PopupPanel and now the
event are catched like they should be. The button back, next and close are
working.


On Thu, Apr 24, 2014 at 4:15 PM, JoyaleXandre joyalexan...@gmail.comwrote:

 If it may help, I noticed that the problem occur only when Lightbox is
 launch from a DialogBox with Glass enabled.

 Le mardi 22 avril 2014 18:20:47 UTC-4, JoyaleXandre a écrit :

 Hello!

 I'm trying to use Lightbox with the HTML widget in GWT. I manage to make
 the example from a standard HTML page in my GWT code.
 Here is the example: http://lokeshdhakar.com/projects/lightbox2/.

 Everything is good when I try to navigate with the keyboard, but when I
 want to quit by clicking the X button or got next with the arrow image,
 nothing happen. The mouse events seem to be missing. I can't even right
 click and see the Firefox context menu.

 Do you have any idea where the problem may be?

 Alexandre

  --
 You received this message because you are subscribed to a topic in the
 Google Groups Google Web Toolkit group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-web-toolkit/3izlAsRx_ks/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-web-toolkit.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Using Lightbox with GWT (some events not catched)

2014-04-24 Thread Jens
DialogBox is modal by default which means it swallows most events. You can 
set modal to false.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Using Lightbox with GWT (some events not catched)

2014-04-22 Thread JoyaleXandre
Hello!

I'm trying to use Lightbox with the HTML widget in GWT. I manage to make 
the example from a standard HTML page in my GWT code.
Here is the example: http://lokeshdhakar.com/projects/lightbox2/.

Everything is good when I try to navigate with the keyboard, but when I 
want to quit by clicking the X button or got next with the arrow image, 
nothing happen. The mouse events seem to be missing. I can't even right 
click and see the Firefox context menu.

Do you have any idea where the problem may be?

Alexandre

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.