Well, once set, the position of the popup doesn't change by itself when the window is resized. Why should it? You have to listen to the "resize of window"-event and set the position of the popup manually. Don't remeber the exact code lines - but you'll find plenty of examples in this user group - just use search ;-)
On 2 Apr., 01:04, WebDude <[email protected]> wrote: > Is it possible to align a PopupPanel with the right side of the window > or the right side of a panel? > > I know that it could be done by getting the size of the window and > setting the position of the PopupPanel based on that. However, if > window is re-sized, the popup won't move with the re-size. This would > be a simple "align: right" style attribute in CSS, but it gets ignored > every time that I try to use it with a PopupPanel. > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
