Re: Custom Props Set

2014-03-07 Thread Bob Sneidar
rgreen Information Services >> rdim...@evergreeninfo.net >> >> -Original Message- >> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On >> Behalf >> Of Robert Sneidar >> Sent: Wednesday, March 05, 2014 3:37 PM >> To: How t

Re: Custom Props Set

2014-03-05 Thread Peter Haworth
. > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of Robert Sneidar > Sent: Wednesday, March 05, 2014 3:37 PM >

RE: Custom Props Set

2014-03-05 Thread Ralph DiMola
ssage- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Robert Sneidar Sent: Wednesday, March 05, 2014 3:37 PM To: How to use LiveCode Subject: Re: Custom Props Set Just my 2¢ I do not see why anyone NEEDS to put spaces in names of anything. I always advise no spac

Re: Custom Props Set

2014-03-05 Thread Robert Sneidar
Just my 2¢ I do not see why anyone NEEDS to put spaces in names of anything. I always advise no spaces or special characters beyond hyphen and underscore in file names, and all lowercase in anything accessible over internet/intranet, including SQL columns. Follow these simple rules and it will b

Re: Custom Props Set

2014-03-05 Thread Peter Haworth
Turns out the IDEObject Inspector lets you create a custom property with spaces in its name but it won't let you create a custom property set with spaces in its name. Didn't try any other supposedly illegal characters. Pete lcSQL Software Home of lcStackBrowser

Re: Custom Props Set

2014-03-04 Thread J. Landman Gay
On 3/4/14, 9:09 PM, Phil Davis wrote: Also the data grid uses custom propertyset element names that contain spaces. I'm guessing those elements are not considered custom props? Parts of the documentation haven't kept up with engine changes. This looks like one of them. -- Jacqueline Landman

Re: Custom Props Set

2014-03-04 Thread Phil Davis
Also the data grid uses custom propertyset element names that contain spaces. I'm guessing those elements are not considered custom props? Phil On 3/4/14, 6:26 PM, Peter Haworth wrote: On Tue, Mar 4, 2014 at 5:31 PM, Kay C Lan wrote: The name of a custom property must consist of a single w

Re: Custom Props Set

2014-03-04 Thread Peter Haworth
On Tue, Mar 4, 2014 at 5:31 PM, Kay C Lan wrote: > The name of a custom property must consist of a single word and may contain > any combination of letters, digits, and underscores (_). The first > character must be either a letter or an underscore. > Interesting. LC breaks its own rules then b

Re: Custom Props Set

2014-03-04 Thread Kay C Lan
Nakia, It looks like you have found your solution with the need to set the customPropSet first before accessing the customKeys function. If this is still not working for you, or as heads up for others who may not have read/remembered this, let me share a very recent experience that resulted in a p

Re: Custom Props Set

2014-03-04 Thread Phil Davis
estrac.com.au ACN 009 342 572 -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay Sent: Friday, 7 February 2014 2:17 PM To: How to use LiveCode Subject: Re: Custom Props Set On 2/6/14, 8:01 PM, Nakia Brewer wrote: Thanks Jac, H

RE: Custom Props Set

2014-03-04 Thread Nakia Brewer
riginal Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay Sent: Friday, 7 February 2014 2:17 PM To: How to use LiveCode Subject: Re: Custom Props Set On 2/6/14, 8:01 PM, Nakia Brewer wrote: > Thanks Jac, > > Haven't got back to thi

RE: Custom Props Set

2014-02-06 Thread Nakia Brewer
Thanks Jac, Haven't got back to this today so this will help. Many Thanks -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay Sent: Friday, 07 February 2014 08:25 To: How to use LiveCode Subject: Re: Custom Props Set O

Re: Custom Props Set

2014-02-06 Thread J. Landman Gay
On 2/6/14, 8:01 PM, Nakia Brewer wrote: Thanks Jac, Haven't got back to this today so this will help. I just noticed I left out the "of this stack" inside the repeat loop, it should be: if the tCustomPropSet[tKey] of this stack = value then do something Mushy brain. I was trying to get

Re: Custom Props Set

2014-02-06 Thread J. Landman Gay
On 2/5/14, 11:23 PM, Nakia Brewer wrote: I was trying to get the names of all the Custom Properties that existsin a Custom Property Set. I want to loop through them all and see if one has a value I am looking for. Repeat for each line tCustomProp in tCustomPropSet If the tCustomPropSet[quote

RE: Custom Props Set

2014-02-05 Thread Nakia Brewer
ginal Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of dunb...@aol.com Sent: Thursday, 06 February 2014 15:36 To: use-livecode@lists.runrev.com Subject: Re: Custom Props Set Hi. Is the entity VimsEventChannels" a custom property? If so it must be

Re: Custom Props Set

2014-02-05 Thread dunbarx
repeat for each line tType in the keys of VimsEventChannels of grp "EventsGroup" answer tType end repeat -Original Message- From: Nakia Brewer To: How to use LiveCode Sent: Wed, Feb 5, 2014 10:48 pm Subject: Custom Props Set Hi, I have a grp with Custom Pro

Custom Props Set

2014-02-05 Thread Nakia Brewer
Hi, I have a grp with Custom Property Set that has multiple Custom Properties within it. I want to be able loop through each of these custom properties within this set but I am having issues doing so. (It's just an error in my syntax I think) repeat for each line tType in the keys of Vim