RE: Mobile datagrid component integration (ASDOC)

2013-10-01 Thread Maurice Amsellem
Hi Team Just committed: 1) to flex-sdk/mobileexperimental: the new MobileDataGrid component: - Full ASDOC (no include-examples) - formatted code according to ApacheFlex rules - added 120 and 480 DPI assets - reviewed, simplified and optimized code - MobileDataGrid features: - formatted tex

RE: Mobile datagrid component integration (ASDOC)

2013-09-28 Thread Maurice Amsellem
Objet : RE: Mobile datagrid component integration (ASDOC) AFAIK, the problem with that is that as-doc examples are supposed to be in one directory to be processed by . Actually, each project in the framework has its own asdoc/examples/ directory. So either we have a script that runs through the pr

RE: Mobile datagrid component integration (ASDOC)

2013-09-27 Thread Maurice Amsellem
:55 À : dev@flex.apache.org Objet : Re: Mobile datagrid component integration (ASDOC) Hi, > In effect, asdoc/build.xml task does not include the examples-path > property, so any @includeExample will just be ignored. Probably have to make some minor changes to the build script, look at th

Re: Mobile datagrid component integration (ASDOC)

2013-09-27 Thread Justin Mclean
Hi, > In effect, asdoc/build.xml task does not include the examples-path > property, so any @includeExample will just be ignored. Probably have to make some minor changes to the build script, look at the existing examples in say the framework project. I'm teaching a course today so wont be ab

Mobile datagrid component integration (ASDOC)

2013-09-27 Thread Maurice Amsellem
Hi Justin, I have checkd http://flex.apache.org/asdoc/ Unfortunately, it does not include any full examples (the Examples link is not even there). In effect, asdoc/build.xml task does not include the examples-path property, so any @includeExample will just be ignored. Too bad. Maurice