Text formatting for a slider

Richmond richmondmathewson at gmail.com
Wed Mar 21 17:38:55 EDT 2012


On 03/21/2012 10:43 PM, Jim Hurley wrote:
> Richmond,
>
> Here is the definition of Properties in the dictionary:
>
> Summary:
> Specifies SOME of an object's properties and their current values.

What? There's more? Shock, Horror!

>
> 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".
>>
>>
>>
>> *********************************************
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list