controlids and controlnames properties
Klaus major-k
klaus at major-k.de
Mon Dec 15 17:03:20 EST 2014
Hi Richmond,
> Am 15.12.2014 um 23:00 schrieb Richmond <richmondmathewson at gmail.com>:
>
> However . . .
>
> When I did this:
>
> on mouseUp
> put the controlids & " - " & the controlnames of card "TRANS-HAL" of stack "DWPro" into fld "IDZ" of stack "Cheese"
> end mouseUp
>
> I did NOT get a list of "nicely paired" ID numbers and names, but a messy "something" of which this is a sample:
>
> controlids - VREFF
> KREFF
> fSIZING
> rat-track.gif
> scrolllller.png
> BGRAD.png
> 2424k
> 2391k
> 2390k
> 7378k
> 7379k
> VEE.png
> 2388k
> 2387k
> 2389k
> 2373k
>
> The above are ALL names: ID numbers having vanished somewhere ??????????????????
>
> so will have to do some further fiddling around as that does not float my boat overly much.
what about:
...
put the controlids OF CARD "TRANS-HAL" OF STACK "DWPro" & " - " & the controlnames of card "TRANS-HAL" of stack "DWPro" into fld "IDZ" of stack "Cheese"
...
8-)
> Richmond.
Best
Klaus
--
Klaus Major
http://www.major-k.de
klaus at major-k.de
More information about the use-livecode
mailing list