Kevin Schlosser

Results 464 comments of Kevin Schlosser

I managed to get all of the extensions to build properly using only distutils. no need to call msbuild at all and no need to have the program modify solution...

fair enough. Never thought that the mouse moving a single pixel would cause a problem. But here it is.. I am sorry for any issues you had because of this....

Yeah I can do that. The StaticImports has always been in the builder. I simply changed the name so people will know what it actually does. A symlink is visible...

@deostroll You can download a binary release from https://github.com/EventGhost/EventGhost/releases/tag/v0.5.0-rc6

ok what you are reading are ctype longs they are numbers. and they can be emulated if you can figure out what the actual numbers are. we did not account...

one thing on this. I am tired of locale issues. we need to come up with a concrete mechanism to deal with the locale before we release. all of the...

as it turns out this problem is not a problem in python. it is a problem with Windows build 1809 specifically. the most recent update. Microsoft sticks it to us...

I think that I may have located the issue. here is the code from the locale module for setting the locale. watch the data path specifically the locale argument ```python...

OK so my statement for this is.. we should not ad it to the code until we have every plugin updated. and not just the ones packaged with EG. If...

the wxPython thing is the single largest reason we have not upgraded to python 3. making code python 3 compatible is far easier then the wxPython changes. So I guess...