RE: [flexcoders] How to make ViewStack Item Invisible

2006-12-04 Thread Dimitrios Gianninas
Well a Viewstack by default only shows only one view at a time, so... perhaps you can post a sample of your code? But simply, use the "visible" property: myBox.visible = false; Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoo

Re: [flexcoders] How to make ViewStack Item Invisible

2006-12-04 Thread Juan Sanchez
would setting includeInLayout to false work? On Dec 4, 2006, at 10:28 AM, boy_trike wrote: I have a viewstack with multiple canvas's below. Depending on a users credentials, I want some of the options to NOT be visible. I can set enabled to false and they are greyed out but I am not smart en