tester0077
tester0077
After looking at the code some more, it looks like it ought to unbind itself after the first call, and yet it seems to get called 5 times in a...
Eventually, I recalled from, my work long ago, when I was using wxFB for my C++ projects, that it adds its own OnIdle handler, which it immediately removed. Hence for...
There is a similar issue (IMO) discussed @: https://stackoverflow.com/questions/25712775/wxpython-unbind-method-returns-true-but-doesnt-unbind
I have now raised the issue on the wxPython forum, because it looks to me as though the problem is with wxPython not unbinding the handler
Not sure why this issue was closed, It still is not resolved. I followed your instructions and downloaded the full Github code directly. Created my MSVC sln file according to...
I have now reinstalled MSYS2 again and gone through the whole process of compiling wxFB in that environment and it all works as expected. Unfortunately I don't know how to...
Edit: OK, checked the diff - and the crash no longer occurs, but the log window still shows the plugins as failing and the app pops up a final dialog...
If I compile the release version I get the following popup ``` 15:00:04: Error loading images: The file does not exist. File: D:\pkg\wx\MSVC2019\_3.1.4_2019\wxFormBuilderCM2\build64rel\src\Release\resources\xml\icons.xml 15:00:04: Error loading application: The file does...
At this time, I have been able to come up with a workaround to at least allows me to open the 64-bit debug version and run it successfully, without crashes....
My script started with CREATE DATABASE '.\test.fdb' user 'SYSDBA' password 'masterkey'; what do I need to add to get the proper char set? I have tried, as a first statement...