Hi,

I'm porting an "old" application from GWT 1.3 to 1.5.

I have a class "DialogBoxWithX" which just adds an X (close) button to
the dialog. This class doesn't work any more as the DialogBox
implementation has changed a lot.

Anyway, I'm trying to implement the same thing, but it's not easy
because DialogBox now declares 'caption' as private.

The obvious idea was to replace this 'caption' with an HorizontalPanel
that has both a label and a image, and capture the image onClick event
to handle the closing event.

Any suggestion to implement this quickly? If possible, that doesn't
involve duplicating DialogBox code.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to