Hi,

I gave an example of this about 1 week or two ago, but since a popups width
and height have to be explicitly set to size correctly, try the following
when you know the list dataProvider is complete;

myPopUp.width = NaN;
myPopUp.height = NaN;

My example last week went way farther than this, I think this might work
though.

Peace,
Mike

On Mon, Sep 15, 2008 at 5:01 PM, djepyon <[EMAIL PROTECTED]> wrote:

>   I have a popup with some buttons and a list in it. When you press a
> button it assigns a new value to the dataProvider. Initially the popup
> fits snug around the List but when the dp changes and the List grows
> or shrinks the container that is the popup doesn't resize with it. Is
> validateNow() the solution to this sort of thing? Perhaps I need to
> listen for a resize event on the List and then force validation on its
> container?
>
>  
>



-- 
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti Graphix Blog
http://www.blog.teotigraphix.com

You can find more by solving the problem then by 'asking the question'.

Reply via email to