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 »

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 »

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: 10501
Joined: Wed May 06, 2009 2:28 pm

Re: Cloud and Database Academy App Error

Post by dunbarx »

Hi.

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

Craig Newman
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Cloud and Database Academy App Error

Post by Klaus »

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 »

Hi Klaus

Thank you for the update.

Big appreciation.

Regards

Bruce :D
Post Reply