Simple WIndow with Text List that can be clicked on to do Aliases

Posted by Destisme on Mon 13 Jul 2020 08:39 PM — 4 posts, 16,972 views.

#0
I am trying to create and having issues making a simple Miniwindow that would have Tour1 - Tour6 Text going Horizontal that I can click on to have them activate an Alias that I have that will take people on a tour to different areas. I've looked at the create window stuff and its not really helping me.
Australia Forum Administrator #1
The general idea is here: http://www.gammon.com.au/forum/?id=9280

I seem to remember that a more recent (fairly recent) version does text instead of icons.

Basically you need to draw the text, and make the place where the text is drawn into a hotspot and respond to a mouse-up click on that hotspot.
Australia Forum Administrator #2

Here is the modified version.

#3
thank you very much that is exactly what I am looking for.