[Tkinter-discuss] putting a series of hyperlinks in a text widget

Alexnb alexnbryan at gmail.com
Tue Aug 12 18:39:16 CEST 2008


I am having trouble figuring out the best way to do this and would love some
help.

What I need to do is to create clickable links in a text widget, but there
will be at max 40. They will all be different. I am wondering what is the
best way to create a clickable unique url in a text widget. I know that you
can bind tags, but the problem with that is since each url is unique that
would mean 40 tags to get what I want... at least, as far as I know, there
might be a way to do it that I just don't know. 

Sorry if I am being vague, I just don't know what else to say. If you need
any extra info just reply I would be happy to provide. 
-- 
View this message in context: http://www.nabble.com/putting-a-series-of-hyperlinks-in-a-text-widget-tp18948087p18948087.html
Sent from the Python - tkinter-discuss mailing list archive at Nabble.com.



More information about the Tkinter-discuss mailing list