Re: DecoratedPopupPanel VS DialogBox

2010-11-05 Thread alexoffspring
- DialogBox can be Dragged and Dropped by default while the DPP cannot. - DB has center() and SetText() Method; DPP uses show(). - I cannot see the possibility to extend them in order to have the 'minimize'/'maximize'/'close' button like a desktop window (as in SmartGWT). Anymore? On 3 Nov,

Re: DecoratedPopupPanel VS DialogBox

2010-11-05 Thread John LaBanca
1) What's the difference? DialogBox has a caption bar and support dragging, making it more like a window. DialogBox is a subclass of DecoratedPopupPanel. 2) Which are the PROs and CONs of each one? Both have the same set of methods. DialogBox supports a caption bar, so if you need one, use

DecoratedPopupPanel VS DialogBox

2010-11-03 Thread alexoffspring
1) What's the difference? 2) Which are the PROs and CONs of each one? 3) Is it possible to extend them in order to add the three icons 'minimize'/'maximize'/'close' like a normal desktop window? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: DecoratedPopupPanel / Visual Themes

2010-04-06 Thread Blessed Geek
Coincidentally, I am here at this group to ask a similar question. DialogBox is a rather simplified widget and the GWT team has taken extraneous efforts that disallow the caption from being modified. DialogBox caption bar does not have close button and it is not re- sizable through visual means.

DecoratedPopupPanel / Visual Themes

2010-04-04 Thread TM
Hi, I don't really understand the way some of the visual themes stuff works, and haven't had much luck googling/RTFMing... Any clarification about the below would be appreciated! I've got a DecoratedPopupPanel. It appears to be transparent, and with no border images etc. Here's a screenshot

Re: Styling the DecoratedPopupPanel

2009-12-26 Thread Daniel Simons
Upon further investigation, it appears that in order to change the color of the DecoratedPopupPanel, it would also be necessary to change the color of the DecoratorPanel object being used inside of the DecoratedPopupPanel which unfortunately is declared as private. In addition, the hborder.png

Styling the DecoratedPopupPanel

2009-12-24 Thread Daniel Simons
I am trying to make the DecoratedPopupPanel appear in a different color. As far as I can tell changing the DecoratedPopupPanel properties in my css file does not affect the popup inside of the popup at all. For example, I tried introducing the following which had no effect: .gwt

Re: DecoratedPopupPanel

2009-12-04 Thread ben fenster
there is a chapter on it in google application book and a code sample to download in the book site i think its in chapter 6 http://groups.google.com/group/gwtapps On 3 דצמבר, 12:53, Tony tony.kyr...@gmail.com wrote: how can i make a DecoratedPopupPanel move like a DialogBox? -- You received

DecoratedPopupPanel

2009-12-03 Thread Tony
how can i make a DecoratedPopupPanel move like a DialogBox? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web

Accessing DecoratedPopupPanel css style directly from code

2009-04-10 Thread Paul van Hoven
Is ist possible to use a ImageBundle in conjunction with the DecoratedPopupPanel. Currently, i define a background image in each style, i.e. .MyDecoratedPopupPanel .popupTopLeft { height:30px;width: 30px;background:url('bla/bla.png') } etc.. Is it possible to use an image bundle for setting

Re: Accessing DecoratedPopupPanel css style directly from code

2009-04-10 Thread Vitali Lovich
the widgets (or the DOM tree itself). On Fri, Apr 10, 2009 at 5:04 PM, Paul van Hoven paul.van.ho...@googlemail.com wrote: Is ist possible to use a ImageBundle in conjunction with the DecoratedPopupPanel. Currently, i define a background image in each style, i.e. .MyDecoratedPopupPanel