Re: [python-win32] [Possible SPAM] Re: Setting background color in Pythonwin

2008-07-16 Thread Dick Moores
At 10:30 PM 7/16/2008, Roger Upole wrote: Dick Moores wrote: Please see the image, . That's where I am in attempting to set the colors. How do I change all that white to the light green I have elsewhere, #CEECE (206, 233, 206)? Thanks,

[python-win32] Re: Setting background color in Pythonwin

2008-07-16 Thread Roger Upole
Dick Moores wrote: Please see the image, . That's where I am in attempting to set the colors. How do I change all that white to the light green I have elsewhere, #CEECE (206, 233, 206)? Thanks, Dick Moores You might need to change al

[python-win32] Setting background color in Pythonwin

2008-07-16 Thread Dick Moores
Please see the image, . That's where I am in attempting to set the colors. How do I change all that white to the light green I have elsewhere, #CEECE (206, 233, 206)? Thanks, Dick Moores ___

Re: [python-win32] COM Base Class and derived classes

2008-07-16 Thread Tibor Arpas
Hi, I did use the makepy utility through pythonwin GUI (although I'm not sure It had any effect) >>> cs = s.ms.Document.ComponentSet >>> cs[4].TypeName # attribute of type Component u'Folder' >>> cs[4].Children # attribute of type Folder Traceback (most recent call last): File "", line 1, in

Re: [python-win32] about wmi exception

2008-07-16 Thread Tim Golden
Patrol Sun wrote: Thanks. Can you tell me how long the polling period of the process creation is? So I can use the sleep and poll instead of the process creation monitoring. You can specify it, but I don't believe you can get anything finer than 1 second. But even if you're running the watche

Re: [python-win32] about wmi exception

2008-07-16 Thread Patrol Sun
Thanks. Can you tell me how long the polling period of the process creation is? So I can use the sleep and poll instead of the process creation monitoring. 2008/7/16 Tim Golden <[EMAIL PROTECTED]>: > Patrol Sun wrote: > >> I want to prevent some process from running. The code is in the >> followi