Question regarding tooltips
I am trying to get a tooltip to work, in an XP environment, for a text-input- pane. Yet when I try something like... (capi:display-tooltip (slot-value MyDialog 'MyFooPane) :x 1 :y 1 :text "Test") It comes back with a error. I'm not sure if I'm going about this all wrong and simply need to change some property on the pane or if display-tooltip is correct but my syntax is my issue. What am I doing wrong? Thanks, William