PLEASE DO NOT HIJACK PRIOR MESSAGES.
New thread? Start a new email.
PLEASE DO NOT SEND A BUNCH OF IRREVELANT TEXT.
Just what is relevant.



On 7/31/2011 4:27 PM, eire1...@gmail.com wrote:
There are several books om django. This is what you are looking for


Sent from my Verizon Wireless BlackBerry

-----Original Message-----
From: "abdulhakim haliru"<abdulhakim.hal...@leproghrammeen.com>
Sender: tutor-bounces+eire1130=gmail....@python.org
Date: Sun, 31 Jul 2011 20:22:30
To:<tutor@python.org>
Reply-To: abdulhakim.hal...@leproghrammeen.com
Subject: [Tutor] How do I learn python for web development

Hi guys,

I am really interested in switching from PHP to python but there don't appear 
to be a book for such.

Can anyone advice me please.

Abdulhakim.
Sent from my BlackBerry wireless device from MTN

-----Original Message-----
From: tutor-requ...@python.org
Sender: tutor-bounces+abdulhakim.haliru=leproghrammeen....@python.org
Date: Sun, 31 Jul 2011 07:01:56
To:<tutor@python.org>
Reply-To: tutor@python.org
Subject: Tutor Digest, Vol 89, Issue 92

Send Tutor mailing list submissions to
        tutor@python.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.python.org/mailman/listinfo/tutor
or, via email, send a message with subject or body 'help' to
        tutor-requ...@python.org

You can reach the person managing the list at
        tutor-ow...@python.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Tutor digest..."


Today's Topics:

    1. Re: How to make tkMessage function to have duration
       (Steven D'Aprano)
    2. Re: How to make tkMessage function to have duration (Emeka)
    3. newbie needs pypy setup tips (Tom Roche)
    4. Re: newbie needs pypy setup tips (eire1...@gmail.com)
    5. Re: Mainloop conflict (Christopher King)
    6. Re: Mainloop conflict (Stefan Behnel)


----------------------------------------------------------------------

Message: 1
Date: Sat, 30 Jul 2011 21:25:27 +1000
From: Steven D'Aprano<st...@pearwood.info>
To: tutor@python.org
Subject: Re: [Tutor] How to make tkMessage function to have duration
Message-ID:<4e33ea27.50...@pearwood.info>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Emeka wrote:
Hello All,

Say I have the below(code), .... I would want the message to last say 30
seconds and afterwards disappear. I won't want the user to be the one to
enable it to disappear.

Basically, what I want is to be able to show the user some message , and
after some seconds, the message goes away
I *hate* it when applications do that. Just as I'm trying to read the
message, take a screen shot, or whatever, the message disappears. I
think that's one of the worst things you can do in an application.

If the message isn't important enough to require it to stay visible
until the user explicitly closes it, then it shouldn't go into a dialog
in the first place.





--
Bob Gailer
919-636-4239
Chapel Hill NC

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to