Page 1 of 1
ver 6.5 rc7 and rc6 has problem
Posted: Tue Nov 26, 2013 1:33 am
by DR White
These version don't seem to recognize:
set the fullscreenmode of me to "exact fit"
I get:
"stack execution error at line 4 (Handler: can't find handler) near "initialize", char 1"
How can that Be?
It works great on rc3
I could not log into the "report bug" route
Re: ver 6.5 rc7 and rc6 has problem
Posted: Tue Nov 26, 2013 1:43 am
by paul_gr
Hi Dr White,
The release notes say that the full screen modes are now camel case.
"For consistency and to ease usage in non-variable checking mode, then fullscreenModes have been changed to be exactFit, showAll, noBorder and noScale. The previous (two word) variants will be removed for release."
Paul
Re: ver 6.5 rc7 and rc6 has problem
Posted: Tue Nov 26, 2013 2:51 am
by DR White
so how should I change my script?
Re: ver 6.5 rc7 and rc6 has problem
Posted: Tue Nov 26, 2013 3:26 am
by paul_gr
change the line
set the fullscreenmode of me to "exact fit"
to
set the fullscreenmode of me to "exactFit"
Paul
Re: ver 6.5 rc7 and rc6 has problem
Posted: Thu Nov 28, 2013 2:53 pm
by DR White
When using rc7, the colors and layering run fine in the LC environment, but are totally different (and poor) when running the apk file on my samsung Note 10.1.
Everything runs fine using the 6.5 rc3.
Thanks,
David