I was trying to setup a custom paper size of 92 x 212 millimeters, and was
having problems. I would issue a SetPaperSize(wx.Size(212, 92)) and it
would come back as 0,0.
Then I issues a SetPaperId(wx.PAPER_NONE) before issuing a
SetPaperSize(wx.Size(212, 92)) and it seems to work. Is this the proper
2-step method for setting a custom paper size in MM?
I posted this because googling around, I found people with the same problem
(as far back as 2000) and didn't see this answer specifically, so I thought
I'd post it for all to see and comment upon.
Happy New Year!
Dave