Re: [python-win32] (no subject)

2008-04-29 Thread Tim Golden
Alex Denham wrote: Thanks mike, i was thinking of doing something along those lines using the os modules tmpfile() method. Althought i'm pretty i can post custom events to the Tkinter event loop, will try that first. Sorry, Alex. I've only just spotted this thread. I think what's happening

Re: [python-win32] (no subject)

2008-04-29 Thread Alex Denham
Thanks mike, i was thinking of doing something along those lines using the os modules tmpfile() method. Althought i'm pretty i can post custom events to the Tkinter event loop, will try that first. Thanks Date: Mon, 28 Apr 2008 08:33:50 -0500 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED];

Re: [python-win32] (no subject)

2008-04-29 Thread Alex Denham
Excellent, thanks everyone. Drag and Drop seems to fully work now. Tim, Mike: I ended up just using a global variable, once in the Drop method of the IDropTarget class and once in the filesDropped method in the MainWindow class. [code] def filesDropped(self): global Files if Files:

[python-win32] motorola ad

2008-04-29 Thread kNish
Hi, A question. Have you seen the motorola ad where everything gradually grows out from nothing. How is it possible to make it using python script or MEL script. My guesstimate is 1)create a function with two parameters. This function will have a set driven key for a set of objects.

Re: [python-win32] motorola ad

2008-04-29 Thread Tim Roberts
kNish wrote: A question. Have you seen the motorola ad where everything gradually grows out from nothing. How is it possible to make it using python script or MEL script. No, we haven't seen the ad, and your post is senseless without it. What on earth are you talking about? Are you

[python-win32] Getting security permissions for folders on remote file share

2008-04-29 Thread SPJ
I have googled on this but have not found a way to get security permissions of all the folders on a remote file share using python win32 module. There are few hundred folders on the server in public share and I need to get who has what permission's for each of the folder there. Would