Thursday 22 October 2009

[flex] Create - Setup module part

- right button from the project that has module of flex
1. properties > Flex Modules > Add > Select the module

Then swf file will be go to the specific folder

Tuesday 20 October 2009

[osgi] TargetPlatform

1. Create "TargetPlatform" project
2. Create some bundle folder which has all bundle jar files.
3. Create "TargetPlatformDefinition" folder
4. Create "test-prop.target" file
5. use below part
===============================

[?xml version="1.0" encoding="UTF-8"?]
[?pde version="3.2"?]

[target name="test-proto"]

[location path="${test-Prototype}"/]

[content useAllPlugins="true"]
[plugins]
[/plugins]
[features]
[/features]
[extraLocations]
[location path="${test-Prototype}\OSGi"/]
[location path="${test-Prototype}\target"/]
[/extraLocations]
[/content]

[/target]

========================

6. change setup Eclipse part
1) Window -> preference -> Run/Debug -> String/Substitution -> Click "New" button
2) Variable : test-Prototype || Value : TargetPlatform folder

Wednesday 14 October 2009

[Flex] connecting flex library

1. create flex library project
2. create main flex project
3. properties from main flex project
4. "Flex Build Path" > Library path > Add Project (line flex library > bin folder > select "swc" file"

Friday 9 October 2009

[Flex] Flex Style Explorer

create css script

http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html#