problem with window name and CreateWindowEx
Posted: Wed May 16, 2012 3:35 pm
Hi,
I'm trying to use CreateWindowEx (and SetProp) like in \plugins\MceRemote\__init__.py. But I'm having a problem with the Windows title/caption. It's allways shown carbled in e.g. spy++. The same happens with the property name (SetProp). But the class name is correct.
I have the same effect, if I inspect the HiddenMceMessageReceiver window from MceRemote. Of course, the window "EventGhost Message Receiver" from "\eg\Classes\MessageReceiver.py" is correct.
Anyone know what happens?
BTW:
In most files I can read "# -*- coding: utf-8 -*-" at the beginning. But all files (from EventGhost_0.4.1.r1568_Setup.exe) are in DOS encoding?
I'm trying to use CreateWindowEx (and SetProp) like in \plugins\MceRemote\__init__.py. But I'm having a problem with the Windows title/caption. It's allways shown carbled in e.g. spy++. The same happens with the property name (SetProp). But the class name is correct.
I have the same effect, if I inspect the HiddenMceMessageReceiver window from MceRemote. Of course, the window "EventGhost Message Receiver" from "\eg\Classes\MessageReceiver.py" is correct.
Anyone know what happens?
BTW:
In most files I can read "# -*- coding: utf-8 -*-" at the beginning. But all files (from EventGhost_0.4.1.r1568_Setup.exe) are in DOS encoding?
