Closed GoogleCodeExporter closed 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
Original comment by georgopo...@gmail.com
on 11 Nov 2008 at 12:22
Original issue reported on code.google.com by
guru.sec...@gmail.com
on 7 Nov 2008 at 8:54