[Gambas-user] hyperlinks in TextLabel (and TextArea) controls
Bruce
bbruen at ...2308...
Mon Nov 12 14:10:17 CET 2012
One final thought.
I suppose I could churn a custom "LinkLabel" control that would have a
Text property and a Link property such that .Text would be a Subst
string and .Link would be the hyperlink text. It would also intercept
the MouseUp event and raise a Click(sLink as string) event.
With the caveat that the control can have one and only one hyperlink.
Overkill?
B
More information about the User
mailing list