Hi, I'm using pinEdit for WinForms (.Net 1.1), and using an external toolbar.
I would like to update the font/size/bold/etc. on the toolbar based on what is selected (or where the cursor is) in the control, but I can't seem to find an appropriate event. The ToolbarUpdate event seems to be what I want, but it never fires! I've tried different settings for ModeToolbar and other properties just to see if the event would fire, but still no luck.
How do I get the ToolbarUpdate event to fire? Or, what's the best way to know when the user's selection has changed in the editor?
Thanks!
Hi,
there was a problem in the event script.Would you please replace the code in editor/config/config_event.js --> eventOnChangeToolbar function with this code:
function eventOnChangeToolbar(data){ try { document.getElementById("__editData").value = data; RaiseControlEvent("TOOLBARUPDATE"); } catch(Error) {}}
Regards,Hans-Peter
we have verified your request again but it works for us.
The events name has changed to
EditorToolbarUpdate
Please check if you run the right DLL: now the name is pinEditNet.dll
you are right.Which mode do you use: Word Processor or HTML mode ?
we have a fix for this tomorrow.I will send it to your email.