ver 6.5 rc7 and rc6 has problem

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

ver 6.5 rc7 and rc6 has problem

Post by DR White » Tue Nov 26, 2013 1:33 am

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

paul_gr
Posts: 319
Joined: Fri Dec 08, 2006 7:38 pm

Re: ver 6.5 rc7 and rc6 has problem

Post by paul_gr » Tue Nov 26, 2013 1:43 am

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

DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Re: ver 6.5 rc7 and rc6 has problem

Post by DR White » Tue Nov 26, 2013 2:51 am

so how should I change my script?

paul_gr
Posts: 319
Joined: Fri Dec 08, 2006 7:38 pm

Re: ver 6.5 rc7 and rc6 has problem

Post by paul_gr » Tue Nov 26, 2013 3:26 am

change the line
set the fullscreenmode of me to "exact fit"
to
set the fullscreenmode of me to "exactFit"

Paul

DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Re: ver 6.5 rc7 and rc6 has problem

Post by DR White » Thu Nov 28, 2013 2:53 pm

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

Post Reply