Link to home
Start Free TrialLog in
Avatar of hokyux
hokyux

asked on

MDI for Flex 4

How can I implement MDI functionality in a Flex 4 project
with spark components??????

avoiding FlexLib


Avatar of dgofman
dgofman
Flag of United States of America image

Please can you explain or provide an example what is "MDI functionality" ?
Avatar of hokyux
hokyux

ASKER

Multiple Document interface
example:
this is made in flex 3
http://www.benclinkinbeard.com/flexmdi/explorer/

I can not customize the panel Windows  by Flex 4,
thats the big problem.




ASKER CERTIFIED SOLUTION
Avatar of dgofman
dgofman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of petiex
You could copy the mdi source from here: https://github.com/flex-users/flexlib/tree/master/library/src/flexlib/mdi and then refactor, replacing all mx components with their equivalent spark components, and replacing addChild with addElement, etc.

Or, you could just mix mx and spark components.
Avatar of hokyux

ASKER

no solution