ErikPettersson / moonshineproject

Automatically exported from code.google.com/p/moonshineproject
0 stars 0 forks source link

Global access to settings manager #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Splashscreen plugin needs to be able to write a setting without opening the 
settings dialog.

It would write the 'showSplash' value for itself.

It would also be nice to have it ask the user to point to the Flex SDK on first 
startup, and be able to write it to MXMLCPlugin AND to disk.

Example:

var e:RequestSettingEvent(MXMLCPlugin, 'flexSDK'));
dispatcher.dispatchEvent(e);
trace(e.value);

————

var value:File;
dispatcher.dispatchEvent(new SetSettingEvent(MXMLCPlugin, 'flexSDK', value);

Original issue reported on code.google.com by petterson.erik@gmail.com on 26 Jul 2010 at 10:16

GoogleCodeExporter commented 8 years ago

Original comment by petterson.erik@gmail.com on 27 Jul 2010 at 4:46

GoogleCodeExporter commented 8 years ago
Isn't this completed now?

Original comment by petterson.erik@gmail.com on 31 Jul 2010 at 3:54

GoogleCodeExporter commented 8 years ago
Yeah should be completed, just verify it fit your needs to be sure,See that it 
was used for the showSplash and works nicely 

Original comment by keystonc...@gmail.com on 31 Jul 2010 at 4:55