On 6/22/14, 5:15 AM, peter.balazo...@emspin.com wrote:
Do I miss something in code or incorrectly handling the events or COM Object?
There is a pywin32 mailing list that may be able to offer more help here.
--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://ww
On Sun, Jun 22, 2014 at 9:55 PM, wrote:
> You right, this is a typo here - I am sorry for this but event handler does
> not work... fmstr application is freezing and event handler does not work. I
> need to restart python to unfreeze my application.
>
I can't help further, then. I'm not experi
On Sunday, June 22, 2014 12:09:51 PM UTC+2, Chris Angelico wrote:
> On Sun, Jun 22, 2014 at 7:15 PM, wrote:
>
> > This code works on python console but there is no event fired.
>
> >
>
> class fmstrEvents(object):
>
> > ... def OnRecroderDone(self):
>
> > ... print "
On Sun, Jun 22, 2014 at 7:15 PM, wrote:
> This code works on python console but there is no event fired.
>
class fmstrEvents(object):
> ... def OnRecroderDone(self):
> ... print "Hello OnRecroderDone"
Is that supposed to say "OnRecroderDone" or "OnRecorderDone"? I can't
On Tue, Feb 9, 2010 at 5:20 AM, Bujji wrote:
> hi all,
> any event handling mechanisms in python ?
> i want event handler examples in python
>
dont know if it is this that you are looking for:
http://home.gna.org/py-notify/
>
>
> Thanks
> Bujji
>
>
>
> --
> http://mail.python.org/mailman/list
On Tue, Jan 20, 2009 at 1:03 AM, BlueBird wrote:
> On Jan 19, 4:10 am, Steven Woody wrote:
>> Hi,
>>
>> Python has Signal-Slot mechanism,
>
> Python does not have signal/slot mechanism. You are talking about the
> Qt toolkit, which is initially a (nice) C++ toolkit, available also in
> python via
On Jan 19, 4:10 am, Steven Woody wrote:
> Hi,
>
> Python has Signal-Slot mechanism,
Python does not have signal/slot mechanism. You are talking about the
Qt toolkit, which is initially a (nice) C++ toolkit, available also in
python via the PyQt wrapper.
Signal/slots were introduced by Qt to make
On Mon, Jan 19, 2009 at 5:49 PM, Steven Woody wrote:
> I am reading mark summerfield's book Rapid GUI Programming with Python
> and Qt, chapter 6. In the example code, it inserted customized
> behavior when user selects file->exit by overriding closeEvent() event
> handler, but in other context, w
On Mon, Jan 19, 2009 at 11:29 AM, James Mills
wrote:
> On Mon, Jan 19, 2009 at 1:10 PM, Steven Woody wrote:
>> Python has Signal-Slot mechanism, why he still need another mechanism
>> Event Handling? And, in some cases, it seems only Event Handling
>> mechanism is available, for example closeEve
On Mon, Jan 19, 2009 at 1:10 PM, Steven Woody wrote:
> Python has Signal-Slot mechanism, why he still need another mechanism
> Event Handling? And, in some cases, it seems only Event Handling
> mechanism is available, for example closeEvent(). For what case and
> for what reason, the python thin
On Jan 30, 11:16 am, Peter Nemeth <[EMAIL PROTECTED]> wrote:
> Hi ,
>
> I am working on a stellar spectral analysis pipeline in Python. My OS is
> Suse 10.0, and i use Python 2.5 . I have found difficulties with keyboard
> event handling. My code communicates with the user through an xterm window
11 matches
Mail list logo