Text formatting for a slider
Jim Hurley
jhurley0305 at sbcglobal.net
Wed Mar 21 16:43:35 EDT 2012
Richmond,
Here is the definition of Properties in the dictionary:
Summary:
Specifies SOME of an object's properties and their current values.
Emphasis mine.
Jim
>
> Message: 27
> Date: Wed, 21 Mar 2012 22:24:10 +0200
> From: Richmond <richmondmathewson at gmail.com>
> To: How to use LiveCode <use-livecode at lists.runrev.com>
> Subject: Re: Text formatting for a slider
> Message-ID: <4F6A38EA.6040601 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On 03/21/2012 10:12 PM, Jim Hurley wrote:
>> Stephen,
>>
>> What has me puzzled, maybe you have the answer, is a function to return ALL the properties of a given object.
>>
>>
>
> Here's what I did to get ALL the props of a slider:
>
> on mouseUp
> put the properties of control "ZLIDER" into propARRAY
> combine propARRAY by return and tab
> put propARRAY into fld "PROPPS"
> end mouseUp
>
> I think the middle line is what throws most people "off".
>
>
>
> *********************************************
More information about the use-livecode
mailing list