Re: [flexcoders] Panel Problems

2006-07-18 Thread Tom Chiverton
On Saturday 15 July 2006 04:55, Troy wrote: > On a current project every thing looks fine in the editor, but when > tested anything that hits a particular view in a viewstack hangs. This sounds like it may be throwing an error, and you don't have the debug Flash player installed to display it.

Re: [flexcoders] Panel Problems

2006-07-17 Thread juan sanchez
something like this happened to me when i had an application with multiple states. in one of those states i had a component with multiple states. and in one of those states i had a tab nav with a view stack. when i switched to the state with the view stack my app froze. in fact, it happened twice

[flexcoders] Panel Problems

2006-07-15 Thread Troy
On a current project every thing looks fine in the editor, but when tested anything that hits a particular view in a viewstack hangs. In probing it, it's hanging on something bizarre: If I have a mx:Panel inline on the first file it works fine. If I use the same Panel (which can be empty) via an se