Cloud and Database Academy App Error

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
bruceBUS6Zc8
Posts: 8
Joined: Thu Oct 04, 2012 9:29 am

Cloud and Database Academy App Error

Post by bruceBUS6Zc8 » Sun Sep 25, 2016 7:24 pm

Hi

When I open the Cloud and Database Academy I get this error:

card "Cloud-TextEditor": execution error at line 2 (Property: invalid enumeration value), char 1.

I tied all the course file resources and they all show the same error when opening. The complete code version also shows the same error.

Screenshot attached.

Regards

Bruce
Attachments
Database Cloud Stack Error.png

bruceBUS6Zc8
Posts: 8
Joined: Thu Oct 04, 2012 9:29 am

Re: Cloud and Database Academy App Error

Post by bruceBUS6Zc8 » Mon Sep 26, 2016 5:20 pm

Hi

You can fix this error by using LiveCode 7.1.4.

Not sure what the difference is.

Regards

Bruce

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10330
Joined: Wed May 06, 2009 2:28 pm

Re: Cloud and Database Academy App Error

Post by dunbarx » Mon Sep 26, 2016 5:42 pm

Hi.

Must be a glitch in the matrix. The allowable "themes" are "Native" and "Legacy".

Craig Newman

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Cloud and Database Academy App Error

Post by Klaus » Mon Sep 26, 2016 6:26 pm

Hi all,

them is now a reserverd word in LC >= 8, but was not in LC 7.x!
Replace all occurrences of -> theme with -> cTheme in your scripts and everything should work as advertised :D


Best

Klaus

bruceBUS6Zc8
Posts: 8
Joined: Thu Oct 04, 2012 9:29 am

Re: Cloud and Database Academy App Error

Post by bruceBUS6Zc8 » Tue Sep 27, 2016 7:05 pm

Hi Klaus

Thank you for the update.

Big appreciation.

Regards

Bruce :D

Post Reply