Tong Wang
Tong Wang

Reputation: 1612

Flex Collapsible Panel?

I am using this collapsible panel - link. Unfortunately, I have a problem using it with application states. I have a state where this panel is visible, when I switch to this state, this panel shows, when I click on it, it opens and its content shows. If I switch to another state (this panel is removed from display), and then switch back to the previous state, the collapsible panel stays open, but its content disappears. In other words, the collapsible panel's content doesn't persist through states.

Anyone know what the problem is? Or is there another collapsible panel that can work around this issue? Thanks.

Upvotes: 0

Views: 3256

Answers (2)

Nahuel Ramos
Nahuel Ramos

Reputation: 121

I am testing this one EnhancedTitleWindow: http://blog.9mmedia.com/?p=535

Upvotes: 0

Josh Tynjala
Josh Tynjala

Reputation: 5242

I've used this CollapsiblePanel component by Arc90 with some success.

Upvotes: 1

Related Questions