Re: [Tutor] suggestions to improve design

2012-06-04 Thread Justin Straube
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/04/2012 11:28 AM, Prasad, Ramit wrote: > Unless the script gets a *very* large list of emotes or you are on > an older machine I doubt that you will really see any performance > issues. That being said, my comments are below and other tutors T

[Tutor] suggestions to improve design

2012-06-04 Thread Justin Straube
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Tutors, I've written a script to use within XChat (IRC client) and everything is working without issue. The script is a little tool to give an emote command and a handful of general pre written actions. As it is now, the script works. But I've

Re: [Tutor] login window using Tk

2011-11-01 Thread Justin Straube
On 11/1/2011 3:28 PM, Chris Hare wrote: Good feedback Alan, thanks. I wasn't using the root window to hold the login form, although I suppose I could. I guess where I am stuck is the login to control displaying the login window, and hiding it to display the actual application window once the us