RE: [flexcoders] ViewStack as a parameter for other components

2005-06-23 Thread Dirk Eismann
etreff: Re: [flexcoders] ViewStack as a parameter for other components Thanks for your answer Dirk. That make somethink clear now. I have tried the TabNavigator component and know the createTab() method. That works ok, <http://dict.leo.org/se?lp=ende&p=/Mn4k.&search=excepting>except that the

Re: [flexcoders] ViewStack as a parameter for other components

2005-06-23 Thread Lothar Krenzien
Thanks for your answer Dirk. That make somethink clear now. I have tried the TabNavigator component and know the createTab() method. That works ok, except that the tabs are very small and there's only a very small area where I can place

RE: [flexcoders] ViewStack as a parameter for other components

2005-06-22 Thread Dirk Eismann
Hi Lothar, you cannot pass over an instance of a container (in your case a ViewStack) to another container and have it act like a child of the container you passed it to. Inside your createContent() method the ViewStack gets created on 'this' - it's not clear from your code snippet to what 'thi