Re: [dabo-users] Trouble with wx 4.2.1

2023-06-24 Thread john fabiani
I have been able to get Dabo working with python 3.11 and wxPython 4.2.1.  When I say working I mean that my program works.  I have not attempted to get everything working that Dabo has to offer.  For example I don't use any of the special tools ClassDesigner,  ReportDesigner and others. 

Re: [dabo-users] Trouble with wx 4.2.1

2023-06-24 Thread Ed Leafe
On Jun 24, 2023, at 04:20, Драган Недељковић wrote: > > In several places, e.g. dPemMixin.py", line 3475, wherever screen coordinates > are passed from Dabo to wx, they are passed as just generic numbers, which > the wx tolerated before. Now it's a runtime error, namely > >

[dabo-users] Trouble with wx 4.2.1

2023-06-24 Thread Драган Недељковић
In several places, e.g. dPemMixin.py", line 3475, wherever screen coordinates are passed from Dabo to wx, they are passed as just generic numbers, which the wx tolerated before. Now it's a runtime error, namely     dc.DrawText(txt, x, y) TypeError: DC.DrawText(): arguments did not match any