Text formatting for a slider

Richmond richmondmathewson at gmail.com
Wed Mar 21 16:24:10 EDT 2012


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