Hello Klaas,

I have tried to catch this event in my frame (derived from a2dDocumentFrame)
and it didn't work. Maybe I missed something in catching this event.

BEGIN_EVENT_TABLE(FaceConstFrm,a2dDocumentFrame)
      EVT_CHANGEDMODIFY_DOCUMENT(MyFrame::OnModified)
END_EVENT_TABLE()

And then, I tried to make my own document class that derived from
a2dCanvasDocument and catch this event inside and it didn't work too.
And my last effort is I tried to implement it inside my own canvas view
class that derived from a2dCanvasView and it didn't work too.

What is the correct way to catch this event?


Thanks
Regards
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to