RE: [flexcoders] permission based ui

2008-07-31 Thread Randy Martin
AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] permission based ui Do not use the ViewStack as the dataProvider. Build the navigation system’s dataProvider as needed for the curent user, include the view index in each item. On click, assign the item.viewIndex property value t

RE: [flexcoders] permission based ui

2008-07-30 Thread Tracy Spratt
Do not use the ViewStack as the dataProvider. Build the navigation system's dataProvider as needed for the curent user, include the view index in each item. On click, assign the item.viewIndex property value to the viewStack.selectedItem. Tracy From: flexc