Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to have a button on a page so when the user clicks on the Macro Button it pops up a box telling you what this page relates to?
Thanks Ivan
Hi Ivan,
Here are 2 ideas without having to use a marco.
1. Create a text object with just the caption showing and take advantage of the help button on the caption to create a popup.
2. Create a text object that resides at layer 100 so that it is always in front of the other objects and use a button to toggle the show condition of the object with an action that sets a variable.
Regards, Karl.
Sorry that was meant to say popup, has anyone out there got some cool tips to do this?
Hi Ivan,
Here are 2 ideas without having to use a marco.
1. Create a text object with just the caption showing and take advantage of the help button on the caption to create a popup.
2. Create a text object that resides at layer 100 so that it is always in front of the other objects and use a button to toggle the show condition of the object with an action that sets a variable.
Regards, Karl.
Nice one Karl!