--- In flexcoders@yahoogroups.com, Nick Middleweek <n...@...> wrote:
>
> Alex,
> 
> That has fixed it but has now made me realise I'm initialising my private
> var _iFormID : String = "";
> 
> And the first time I was opening the Popup, I was setting the .iFormID = "",
> so the setter was *not* getting called. I'm now initialising it to null and
> it's working fine...

It might be _slightly_ better practice to call invalidateProperties() in the 
setter, rather than calling validateNow() from outside the component.

HTH;

Amy

Reply via email to