Menu

/cairngorm3/trunk/libraries/ModuleTest/src/CairngormModuleLibSample.mxml Commit Log


Commit Date  
[r516] (11.1 kB) by auhlmann@adobe.com

Experiment with style inheritance.

2010-07-01 10:08:54 View
Download
[r515] (11.1 kB) by auhlmann@adobe.com

Module library change: Style inheritance working for Spark components. API change on ParsleyModuleDescriptor.domain > applicationDomain. ModuleViewLoader and ParsleyModuleDescriptor now expose more module configuration parameters. ModuleViewLoader takes precedence.

2010-07-01 09:49:55 View
Download
[r513] (11.0 kB) by auhlmann@adobe.com

Experiment with style inheritance.

2010-06-30 14:40:52 View
Download
[r432] (10.8 kB) by yderidde@adobe.com

Updating the sample with more scenarios

2010-05-21 07:25:21 View
Download
[r429] (10.4 kB) by yderidde@adobe.com

* Adding a new view loader called 'ModuleViewLoader' specifically written as a custom Spark component.
It provide a separate skin based on 4 states (normal,loading,error,loaded). The Default skin is ModuleViewLoaderSkin

the ModuleViewLoader component benefits from new features such as external Loading Policy strategies.
The lib provides 2 Load Policy:
- BasicLoadPolicy: load module on addedToStage and unload on removeFromStage
- LazyModuleLoadPolicy: load module on demand based on the moduleId property of the message. As soon as a message with a corresponding moduleId is dispatched, the module is loading itself automatically.

* Refactoring the SDK3 ViewLoader to reflect the same features as the new Spark ViewModuleLoader except that the SDK3 ViewLoader do not include states to display different views as the Spark component does.

* Refactoring the ModuleTest sample project to use the new features/components

2010-05-20 10:56:36 View
Download
[r357] (5.4 kB) by auhlmann@adobe.com

-Change initialization objects of Cairngorm Parsley extensions to Parsley convention (i.e. CairngormModuleLib>CairngormModuleSupport). Every initialization object has a static initialize method and implements Parsley's ContextBuilderProcessor, which allows it to be specified within a ContextBuilder definition.
-API Change in Navigation library: Changed -FirstEnter metadata to Enter(time="first"), -Enter metadata to Enter(time="next") and -EveryEnter metadata to Enter(time="every")
-Added convenience isValid get accessor to ValidationGroupEvent

2010-04-15 10:39:34 View
Download
[r342] (5.8 kB) by ledroff@adobe.com

headers update and new main root build

2010-04-14 00:32:37 View
Download
[r326] (4.7 kB) by yderidde@adobe.com

- Fixing a bug in the case where a Message is dispatched without a ModuleId defined to a Module type which is not yet instantiated.
- Updating the sample to show this use-case.

2010-04-09 10:30:11 View
Download
[r325] (4.3 kB) by yderidde@adobe.com

fixing bug in Module lib + updating the Module Test sample to remove any ambiguities.

2010-04-09 10:17:56 View
Download
[r324] (4.0 kB) by yderidde@adobe.com

Improving the inter-communication module messages by adding new behaviors:
- Ability to dispatch a message to a unique module instance thru the [ModuleId] tag defined in the message.
- Ability to dispatch a message to all modules of a same type (defined by a ParsleyModuleDescriptor) by providing the reference of the Descriptor in the ModuleMessageInterceptor decorator.
- Ability to dispatch a message to all instantiated modules if none of the above is defined.

Updated the ModuleTest samples to use these new behaviors.

2010-04-09 08:46:44 View
Download
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.