Re: [python-win32] unable to receive button click notifications

2007-10-17 Thread Mark Hammond
> I'm just trying the pywin gui examples and I'm wondering why I won't > receive any BN_CLICKED notifications in the code attached. Can anyone > help? It might be that you are using win32ui, and therefore using MFC, and IIRC, it has 'Reflected Messages' that may send the notification back to the c

[python-win32] unable to receive button click notifications

2007-10-16 Thread Christian K.
Hi, I'm just trying the pywin gui examples and I'm wondering why I won't receive any BN_CLICKED notifications in the code attached. Can anyone help? Christian from pywin.mfc import dialog, window import win32ui import win32con import win32api def MakeDlgTemplate(): style = (win32con.DS_M