Basic FLEX2 MXML Designer/Editor created in FLEX2 ;)
Import/Export MXML and use the editor for layout of basic applications.
FLEXible is licensed under the MIT open source license
John Grden
for those of you who care, use this option in your compile command line: -use-network=false
Flex sets this to “true” by default, which means you can’t load external files from the local drive. So if you have an XML file you need to load with your app, you’ll be screwed.
keystrokes/notes:
1. Shift+Drag: drag into another container
2. click on the outter edge of an object to move it around.
3. Click the center to drag it to another container
4. SHIFT+L brings up Xray/debug console
5. “save” will output to the Xray console, or you can just switch to “source” view
6. “load” will load “test.mxml” - so if you want to load something specific, just replace the contents of that file. You might have to restart FLEXible if you’ve already drawn on stage.
7. It’s got bugs- I know. It’s not got alot of features yet. it’s really proof of concept to be flushed out. But it DOES have a good foundation, and works.
PS> If you try it, PLEASE let me know what you think :)