wxWidgets wxWoes
Posted in Tech
Last dog watch, 2 bells (7:04 pm)

I’ve been using wxWidgets as my be-all end-all cross-platform GUI toolkit. I do this because the company I work for decided to use it, so if it’s good for the goose…

Anyway, I just had some help tracking down a printing issue that didn’t seem to be documented anywhere—even now after I know it I still can’t find much about it. It was fixed by a call to wxPrintDialogData.SetToPage() that wasn’t needed in previous versions of wxWidgets.

I’d still be looking for it if I didn’t get help when I did.

Leave a Comment »