Thanks again Alex, it's getting clearer and clearer for me!
I also thought about something similar to your suggestion [1].
But I thought this would be not a good idea because going this way we have
to implement the ace JS API twice. Once in ace.as and once in ACEEditor.as.
But I guess this is the price we have to pay in order to get such fully
integrated Royale components!? ;-)
Thanks,
Olaf
[1]:
private var _theme:String;
public function get theme():String
{
return _theme;
}
public function set theme(value:String):void
{
_theme = value;
editor.setTheme(value);
}
--
Sent from: http://apache-royale-development.20373.n8.nabble.com/