twistedlogic
Technical User
Hi all.
I'm creating a search menu. Its all going well, and the point i am up to is such:
I have a list containing the sorted material.
[["name of item1", location of item1],["name of item2", location of item2]......] etc
now I wish to display each of the names on different lines of a text box, and then have each line of text as a link to the location of the item.
so we have something like
nameofitem1 -----when clicked goes to relevant marker etc
nameofitem2 ----- goes to marker
nameofitem3 ----- etc....
nameofitem4
I think i've figured out how to place the text in the right place but how to make the text a navigation button?
thanks in advance
I'm creating a search menu. Its all going well, and the point i am up to is such:
I have a list containing the sorted material.
[["name of item1", location of item1],["name of item2", location of item2]......] etc
now I wish to display each of the names on different lines of a text box, and then have each line of text as a link to the location of the item.
so we have something like
nameofitem1 -----when clicked goes to relevant marker etc
nameofitem2 ----- goes to marker
nameofitem3 ----- etc....
nameofitem4
I think i've figured out how to place the text in the right place but how to make the text a navigation button?
thanks in advance