> What I can't work out is
> 1) how to trap a single click on the TextLabel and
>
This is pretty much same as click event:
Public Sub TextLabel1_MouseUp()
If Mouse.Left = True Then
If Mouse.X >= 0 And Mouse.Y >= 0 And Mouse.X <= TextLabel1.Width And
Mouse.y <= TextLabel1.Height Then
Print "Click!"
Endif
Endif
End
> 2) how to get the hyperlink like "Copy Link Location" does.
>
Do you mean how to get the URL to clipboard?
http://gambasdoc.org/help/comp/gb.qt/clipboard
Jussi
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user