Text -lemur editor crash at open- [report]
Posted: 05 Jul 2013 15:26
hi
from a custombutton for change text display on "Text" object...
when I am using :
(script) (mode: expression)
decl stateLabels = {'String','Noise','click'};
decl MAX = 3;
id += 1;
id %= MAX;
setattribute(Text,'content', stateLabels[id] );
Lemur editor crash when i'm loading the template. if i write the code and try it all is ok, but if I close lemur editor, launch it and load the template lemur editor crash at open...
Is there something wrong ???
If you have an idea to solve it ???
I'm using Version 4.0.3 on osx 10.7.5
best
0-0
from a custombutton for change text display on "Text" object...
when I am using :
(script) (mode: expression)
decl stateLabels = {'String','Noise','click'};
decl MAX = 3;
id += 1;
id %= MAX;
setattribute(Text,'content', stateLabels[id] );
Lemur editor crash when i'm loading the template. if i write the code and try it all is ok, but if I close lemur editor, launch it and load the template lemur editor crash at open...
Is there something wrong ???
If you have an idea to solve it ???
I'm using Version 4.0.3 on osx 10.7.5
best
0-0