Re: Delete a single custom property set

2014-02-11 Thread Ray
I'll do that, and I'll also add a request for an intuitive, one-liner way to rename a custom property set, as in set the name of customPropertySet oldName of object objName to newName which is another thing we can currently only do by writing a script. Thanks Richard, Ray On 2/11/2014 10

Re: Delete a single custom property set

2014-02-11 Thread Richard Gaskin
Ray asked: Thanks for this tip. That's really weird though isn't it? It may be helpful to submit a request for that in the Bug DB, something like: delete propertySet Under the hood it would do what we can do now in script, but it would be much more intuitive. -- Richard Gaskin Fourt

Re: Delete a single custom property set

2014-02-11 Thread Ray
John, Thanks for this tip. That's really weird though isn't it? As I look at the variable I put the customPropertySets into I only see the names of the sets, not the properties (array elements) or their values. Nonetheless, it works when I put them back so I guess I have no worries. Thank

RE: Delete a single custom property set

2014-02-11 Thread John Dixon
Ray... from the user guide... In LiveCode, there is no command to delete a custom property set. Instead, you place all the custom property set names in a variable, delete the one you don't want from that variable, and set the customPropertySets back to the modified contents of the variable. Thi