Hi All,
I'm looking at the WxRichTextCtrl buttons on:
http://docs.wxwidgets.org/stable/wx_wxrichtextctrloverview.html
and wondering how to implement them.
Does anyone know where the code is?
Have a good day.
Regards
Steve
<>
Well, it looks as though I should have used SetValue instead of SetBuffer,
but the crash is on the line before.
$html_handler->LoadFile($buffer, $fh );
But maybe the error is in the XML instead of the wxPerl syntax?
The XML is created by just saving the buffer in the sample application,