Show Tree widget row contents on hover?
J. Landman Gay
jacque at hyperactivesw.com
Fri Apr 23 16:53:15 EDT 2021
On 4/23/21 2:33 PM, Keith Clarke via use-livecode wrote:
> Thanks Bob for the syntax for setting the widget’s tooltip. That’ll help once I have some sensible data appearing in the answer dialogue box that I can use in the tooltip.
>
> My key problem now is how to translate the comma-delimited path returned by the actionInspect function - pPath - of the form 'Key1,Key2,Key3' …to the correct syntax to have the array return the content of Key3.
>
I think it's failing because concatenation isn't working with array syntax. Does this work better:
answer aContent[item 1 of pPath][item 2 of pPath][item 3 of pPath]
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list