flex-users / flexlib

Open Source Flex components library.
github.com/flex-users/flexlib
MIT License
204 stars 91 forks source link

FlexMDI not mentioned in Flexlib component list, docs and sample app are missing #206

Open nicoulaj opened 13 years ago

nicoulaj commented 13 years ago

Originally filed by mslinn on 2009-03-11T18:06:50

1) FlexMDI is not listed in the Flexlib component list.

2) FlexMDI documentation is not included in Flexlib. FlexMDI documentation is only linked from the FlexMDI Google code project page.

3) The sample application is only available from the original FlexMDI project site. Unfortunately, it requires some fussing to make it compile because it has a bad reference to the library swc. I replaced the reference to flexlib.swc, and modified the imports from flexmdi.* to flexlib.mdi* and flexlib.mdi.containers.*. Be sure to reference the Flexlib asdoc if you attempt this.

nicoulaj commented 13 years ago

Updated by mslinn on 2009-03-16T09:14:32

Item #2 is not true. I was looking for the original package names. The FlexMDI package names were changed when the project was subsumed into FlexLib. There are no sample applications on the original FlexMDI site that use the new package names.