Re: [Tutor] HTML links from Tkinter

2005-07-15 Thread Alberto Troiano
can send paramaters to the page I want her to open Best Regards Alberto >From: Michael Lange <[EMAIL PROTECTED]> >To: tutor@python.org >Subject: Re: [Tutor] HTML links from Tkinter >Date: Fri, 15 Jul 2005 10:45:29 +0200 > >On Fri, 15 Jul 2005 10:55:37 +1200 (NZST)

Re: [Tutor] HTML links from Tkinter

2005-07-15 Thread Michael Lange
On Fri, 15 Jul 2005 10:55:37 +1200 (NZST) [EMAIL PROTECTED] wrote: > There's no table widget in standard Tkinter. Search in the Python Cookbook > (on > ActiveState) for a MultiListbox; it might do what you need. > > -- On the Tkinter wiki there are some links to Tkinter table widgets (I have

Re: [Tutor] HTML links from Tkinter

2005-07-14 Thread jfouhy
Quoting Alberto Troiano <[EMAIL PROTECTED]>: > Is there any way that I can link a button to go to certain web page? > and how can I do that? If you want to open a web page in the user's default browser, check out the webbrowser module in the standard library. If you want to go to a website and s

[Tutor] HTML links from Tkinter

2005-07-14 Thread Alberto Troiano
Hey tutors I was wondering I'm making an telephone guide with Tkinter and I need to show a search in a table Like most php pages do Is there any way that I can link a button to go to certain web page? and how can I do that? Another thing, I'll make a query by name and I want to show every results