Re: [python-win32] EasyDialogs - how to set initial path

2005-06-30 Thread Jimmy Retzlaff
John Machin wrote: Radovan Grznarik wrote: Hi, I am using EasyDialogs (AskFileForOpen) and I am not able to set the initial open path. I found in Python help Python help describes the *Mac* version; EasyDialogs for Windows by Jimmy Retzlaff has slightly different arguments

RE: [python-win32] Windows process priority setting question...(cross-post)

2004-12-17 Thread Jimmy Retzlaff
Ray S wrote: Is it possible to have an app re-set its own priority, a-la task manager? I see that 2.4+ has the ability for sub-processes, but only on creation. Apparently win32process.SetPriorityClass(handle, dwPriorityClass) and PyCWinThread.SetThreadPriority(priority) allows one to