Page 1 of 1

opt_desc_*

Posted: Thu Feb 05, 2009 9:46 pm
by Hobbes
Hi folks, I'm finding it hard to put a tooltip description with an option event.

It seems all the opt_desc_* type strings have NULL against them so I assume this is not possible? I've tried various things but no luck.

Any thoughts?
Thanks, Chris

Posted: Thu Feb 05, 2009 11:20 pm
by lodilefty
You get a 'tool tip' on an option using the opt_hint_*

not sure what opt_desc does.... :confused:

Posted: Fri Feb 06, 2009 9:04 am
by Hobbes
Yes that gives the option tooltop when you choose the option but when the actual event fires with opt_notify_GBR_* how can you get a tooltip on that?

Cheers, Chris