Hi,
Issues I found in the demo:
- Preview in the print framework shows this error:
Traceback (most recent call last):
File "PrintFramework.py", line 64, in OnPrintPage
(w, h) = dc.GetSizeTuple()
AttributeError: 'PySwigObject' object has no attribute
'GetSizeTuple'
Major change in my own app:
2.9.3:
2.9.4:
Layout is not the same and validator do no longer update values into
controls.
All this by just changing:
wxversion.select('2.9.3')
to:
wxversion.select('2.9.4')
Any hints on what has changed in 2.9.4 which causes such changes?
BTW, what is the status of the StaticBox? Should controls be
siblings, should one still use StaticBoxSizer?
Will work through the demo and also try to debug where things go
wrong with my app.
Werner