Keith Brown wrote:
I'm having some trouble adding a window with a drawing control in it
to my application. The problem is definitely between my ears; a
distinct lack of understanding. Can someone point me to a *clear*
example of a simple drawing program?
Install Wx::Demo and have a look at the printing example. There's some
basic drawing in there.
I also have an old unfinished program I called wxSketch lying around I
once created to demonstrate basic drawing techniques in wxPerl, based on
a wxPython example.
But like I said, its old and contains some homemade double buffering to
reduce flickering which is now obsolete because wxWidgets has it build
in now.
If the Printing demo is not enough I can dust it off and send it too.
I've done my share of drawing in wxPerl so feel free to ask more details
once you get things going.
Cheers,
Huub