No Event on edit/preview change
pinEdit
No Event on edit/preview change
mbehrmann
06-29-2010, 1:26
Hi,
how do i get an event on change from edit
to preview view?
Kind regards
Martin
Re: No Event on edit/preview change
mbehrmann
06-29-2010, 5:21
Hi,
I have found an workaround by myself.
I´m using pinEdit 7 control with .Net 2.0 Framework.
Im using the Quick-Mode for the Toolbar Customation. Thats why i got only events for
open, save and saveas.
Now i´m using two radio buttons to switch between edit and preview mode. in the callbacks i set the prperty: "Mode" to
Pintexx.Components.Desktop.pinEdit.pinEditWinFormControl.enMode.Preview or
Pintexx.Components.Desktop.pinEdit.pinEditWinFormControl.enMode.Edit.
In the callbacks i can all do what i want to do.This works fine.
Kind Regards
Martin