Hi Mike, Better to use the visible implicit setter. (visible = false;) Small change but it will be one less thing to change if/when porting to Flex and it's compatible with the V2 framework. (The hide() and show() methods are depracated). Aral Mike Britton wrote: > In Application.as onLoad(), call your ARPForms' public hide() methods. > <snip>