Creating property profiles

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
MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Creating property profiles

Post by MaxV » Fri Jan 24, 2014 6:22 pm

Hi,
what is the code to create a new property profile?
I tried with:

Code: Select all

set the revProfile of card 1 to "myNewProfile"
but it doesn't work. Moreover I can't find a Create profiles automatically option, as described in the Livecode guide book.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Creating property profiles

Post by jacque » Sat Jan 25, 2014 11:26 pm

The "create profiles automatically" option is in LiveCode preferences in the profiles pane. The dictionary gives a list of scripted commands if you search for "profile" but since I don't use them, I'm not much help there.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply