poptanimukesh / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

Need to add a message box as child of GlassPanel #312

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
GlassPanel is really cool but I need to show a box with a message (for what
I'm doing) and an image (a working gif). I think everybody will need this
feauture.

Thanks.

Original issue reported on code.google.com by delar...@gmail.com on 30 Sep 2009 at 6:58

GoogleCodeExporter commented 8 years ago
Not everybody. Certainly not me. Why does your message need to be a child of 
the glass 
panel?

Original comment by itruett on 1 Oct 2009 at 2:53

GoogleCodeExporter commented 8 years ago
If I want to display a Message saying what I'm doing (explaining the reason for 
the
GlassPanel). For example "Wait I' saving..." and a gif that moves showing that 
the
system don't hang. If I couldnt put a label or something as a child of a 
GlassPanel
how can I put a that kind of message? I try changing the style but oly allows 
me to
put an image as background but I can't put the text. I'm doing an application 
using
internationalization so I image with the text fixed don't do the work and don't 
look
as a good solution having a framework as GWT. Thanks

Original comment by delar...@gmail.com on 1 Oct 2009 at 5:42

GoogleCodeExporter commented 8 years ago
I would use a DialogBox or a PopupPanel.

Original comment by itruett on 1 Oct 2009 at 6:27

GoogleCodeExporter commented 8 years ago
But a DialogBox or a PopupPanel doesn't have the effect on the display as 
GlassPanel.
GwtTk and GWT Ext has the feature that I'm looking but I can't use those 
Frameworks
(GWT Tk is not upgraded to new version of GWT and the feature for GWT Ext 
wiorks with
100% GWT Ext app). Can I display a GlassPanel and on top of that a PopupPanel? 
For
what use is designed the GlassPanel? Thanks.

Original comment by delar...@gmail.com on 1 Oct 2009 at 10:50

GoogleCodeExporter commented 8 years ago
Yes, that's what I was suggesting. Display a popup with your message over the 
GlassPanel.

Original comment by itruett on 2 Oct 2009 at 12:17

GoogleCodeExporter commented 8 years ago
Yeah, you are right. That do the job nicely!

Thanks!!

Original comment by delar...@gmail.com on 2 Oct 2009 at 3:20