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.
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.
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.
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.
Here is the modified version.
thank you very much that is exactly what I am looking for.