[flexcoders] Re: Using TabNavigator to switch view states

2007-04-23 Thread scalenine
Try this: http://www.adobe.com/2006/mxml"; layout="absolute"> You can add some can add some Resize effects in there to make it look really smooth. Juan scalenine.com --- In flexcoders@yahoogroups.com, "Manis

Re: [flexcoders] Re: Using TabNavigator to switch view states

2007-04-22 Thread Manish Jethani
On 4/22/07, munene_uk <[EMAIL PROTECTED]> wrote: > thanks for the reply but for some reason it doesn't seem to work can > you maybe exaplin to me in a bit more detail how this should be > implemented? You're looking for a way to automatically resize a TabNavigator to the size of its currently sel

Re: [flexcoders] Re: Using TabNavigator to switch view states

2007-04-22 Thread Luis Eduardo
Luckly i was doing something last week that i think can help you. (or at least give you some directions) here is the code. try change the tabs to see the resize. i dont know yet how to find the amount to shrink automaticly... if you or someone find the answer and share with us that wo

[flexcoders] Re: Using TabNavigator to switch view states

2007-04-22 Thread munene_uk
--- In flexcoders@yahoogroups.com, "Manish Jethani" <[EMAIL PROTECTED]> wrote: > > Set resizeToContent on the tab navigator to true. > > On 4/22/07, munene_uk <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "munene_uk" wrote: > > > > > > i've got two canvases in a tabnavigator w

Re: [flexcoders] Re: Using TabNavigator to switch view states

2007-04-22 Thread Manish Jethani
Set resizeToContent on the tab navigator to true. On 4/22/07, munene_uk <[EMAIL PROTECTED]> wrote: > --- In flexcoders@yahoogroups.com, "munene_uk" <[EMAIL PROTECTED]> wrote: > > > > i've got two canvases in a tabnavigator which are named students and > > courses > > > > the student canvas contain

[flexcoders] Re: Using TabNavigator to switch view states

2007-04-22 Thread munene_uk
--- In flexcoders@yahoogroups.com, "munene_uk" <[EMAIL PROTECTED]> wrote: > > i've got two canvases in a tabnavigator which are named students and > courses > > the student canvas contains alot more information than the courses > canvas > my idea is that when the user click on the course tab the t