Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

button question

Status
Not open for further replies.

Themuppeteer

Programmer
Apr 4, 2001
449
BE
If you would want to create 5 buttons, lets say rotating ones, all the same but with a different writing on them (there destination),and when one clicks pon them you want them to open a new browser with the desired web-page.
How would you do it ?
actually my question is, should thay all be different library objects or is there another way ?
thnx Greetz,

The Muppeteer.
themuppeteer@hotmail.com

Don't eat yellow snow...
 
Separate symbols is probably the easiest way ... _____________________________________________________
Knowledge is attained only by seeking out that which is unknown
 
If you want to stick to one symbol you could leave the label on it as a dynamic textfield and load the name in as a variable.

But separate symbols is definitely easier as RG says if you're not confident scripting.
 
and then you would make all different text strings containing the caption and the url it should go to once its clicked... yes that seems like a proper way of doing it. Greetz,

The Muppeteer.
themuppeteer@hotmail.com

Don't eat yellow snow...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top