johnf wrote: > Hi, > Looks like I can't UnderLine any of the button captions on Linux. Have > others > noticed this? > > I would like a dLabel that will allow an OnHit and allow UnderLine of the > Caption on Windows and Linux - is this possible?
dHyperLink will work for you, as soon as we wrap AutoBrowse (to set it to False to avoid browsing to the link) and catch the EVT_HYPERLINK_LEFT, EVT_HYPERLINK_RIGHT, and EVT_HYPERLINK_MIDDLE events. EVT_HYPERLINK_LEFT should get mapped to dEvents.Hit and then you can catch that to do your stuff. Anyone want to volunteer to make these enhancements to dHyperLink? Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
