Greg,
I am still seeing the bug noted below in 2.1. Do you have plans to
tackle it?
Thanks.
--
Randy Syring
Intelicom
502-644-4776
"Whether, then, you eat or drink or
whatever you do, do all to the glory
of God." 1 Cor 10:31
David Robinow wrote:
On
On 13/11/2009 4:21 AM, Randy Syring wrote:
You may be able to use isapi-wsgi with a custom application pool to
achieve what you are looking for. If you can restrict the application
pool to only use one thread per process (which I am not sure how to do)
and then use multiple processes (properties
PyGUI 2.1 is available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
Highlights of this version:
* Win32:
Fixed bug preventing PyGUI apps from working under pythonw
Fixed incorrect mouse coordinates in ScrollableView
Added more standard cursors
* MacOSX:
Tim Roberts wrote:
>
> elca wrote:
>> Hello,
>> ""clickcr" functions, you would have to use the IE object model to inject
>> a
>> new tag into the page that calls the appropriate function"
>>
>> this is actually what i want to do function. :)
>> if possible would help me how to make it work.