[Tutor] Docking Windows using Python

2009-05-29 Thread Hi
My program will have two windows. I want to be able to dock the two so they are side by side. I am wondering if this is doable in Python. If so, could someone lead me to the right direction on where to look? Thank you very much. ___ Tutor maillist - Tut

[Tutor] Auto Refresh

2009-02-28 Thread Hi
2009 01:00:21 - > From: "Alan Gauld" > Subject: Re: [Tutor] Auto Refresh > To: tutor@python.org > Message-ID: > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; >reply-type=original > > > "Hi" wrote > > > > In

Re: [Tutor] Auto Refresh

2009-02-27 Thread Hi
I am trying to read a value in a variable from a different class every time I click on a refresh button for my GUI program. The problem is I am using statictext so when I refresh, it displays the new value on top of the old one. In my main GUI: def refresh(self, event): x = refresh_var() value =

Re: [Tutor] Calling variable from two different classes

2009-02-13 Thread Hi
I want to be able to call a variable from one of my classes to my main class (interface layout) and have it update every minute. I am using Python and wxPython. Is it better to be in the main class and read the variable or should I have the class the variable resides in to send the variable along t

Re: [Tutor] UPDATED: Question on how to open other programs and files

2009-02-08 Thread Hi
; 2. Oops! I just corrected my file:RE Completed project is this > correct? (cclpia...@comcast.net) > 3. Question on how to open other programs and files (Hi) > 4. Re: Exec(uting) Code in a Dictionary? (spir) > 5. Re: Quest

[Tutor] Question on how to open other programs and files

2009-02-07 Thread Hi
I have a question regarding how to open other programs and files in Python code. I am creating a simple interface and I want it to be able to open other files, such as a text file or a pdf file. However, those files are usually associated with other programs - for instance, gedit for text and docum