ggeorg / gwt-mosaic

Automatically exported from code.google.com/p/gwt-mosaic
1 stars 0 forks source link

TrayInfoPanelNotifier.notifyTrayEvent() shows popup window behind other windows #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi George,

if I want to show some information with
trayInfoPanelNotifier.notifyTrayEvent() but there is a WindowPanel object
at the rigt bottom corner of the browser window the upcoming InfoPanel
appears behind the WindowPanel and thus remains practically invisible.

Best regards,
Tibor Finta

Original issue reported on code.google.com by guru.sec...@gmail.com on 7 Nov 2008 at 8:54

GoogleCodeExporter commented 9 years ago
This is fixed in SVN

http://code.google.com/p/gwt-mosaic/source/detail?r=325

About InfoPanel, because the implementation with trayInfoPanelNotifier is not 
ready
(see issue 3) I have put also the old InfoPanel class into the library which is
easier to use:

http://code.google.com/p/gwt-mosaic/source/detail?r=332

Both versions should work (I am not sure which one will be the default). To use 
the
simple InfoPanel version use:

InfoPanel.show("caption", "text")

or

InfoPanel.show(type, "caption", "text")

where type is:

public enum InfoPanelType {
  HUMANIZED_MESSAGE, TRAY_NOTIFICATION
}

Thanks,
George.

Original comment by georgopo...@gmail.com on 7 Nov 2008 at 12:12

GoogleCodeExporter commented 9 years ago

Original comment by georgopo...@gmail.com on 11 Nov 2008 at 12:22