Hi,
Is there anyway to output the text as url in a listbox widget.
in my list box widget
the things like
....
I want to make sure that if i click on the fist link, it go to yahoo. and the second go to google. etc.
rite now i have
bind .f.list <B1-ButtonRelease> { exec netscape [.f.list cget -list] }
but it doesn't work
it only open to which is default
any help??
thx
Is there anyway to output the text as url in a listbox widget.
in my list box widget
the things like
....
I want to make sure that if i click on the fist link, it go to yahoo. and the second go to google. etc.
rite now i have
bind .f.list <B1-ButtonRelease> { exec netscape [.f.list cget -list] }
but it doesn't work
it only open to which is default
any help??
thx