Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit WP

Started by ChrisMoses at 05-13-2006 1:07 . Topic has 2 replies.

Print Search
Sort Posts:    
   05-13-2006, 1:07
ChrisMoses is not online. Last active: 12.05.2006 22:00:32 ChrisMoses

Not Ranked
Joined on 05-12-2006
Posts 0
Evaluation Questions
Reply Quote
Hi,
I just started evaluating pinEdit WP and have a few general questions:
1. Can I hide the Attribute/Class/Style tabs on the right ?
2. Can I create my own winform based toolbars.  The app will have multiple editors open at the same time, so I would like to display the text editing toolbars with the app's toolbars
3. How do I implement my own context menu ?

If someone could point me in the right direction I would really appreciate it.

Thanks
Chris

   Report 
   05-13-2006, 8:33
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: Evaluation Questions
Reply Quote

Hi Chris,

is it right that you use the pinEdit .Net WinForms version ?

pinEdit WP is not available for WinForms right now.
This will come with pinEdit 5.0.

1) The attribute window can be set with

editor.attributearea = false

2) You can hide the editor toolbar by setting

editor.toolbarconfiguration = External

There should be an example in evaluation how to use the editor functions with an external toolbat.

3) This is more difficult but its possible. You have to edit the script in "editor/config/config_event.js".
In the event action you have to call

RaiseControlEvent("MYCODE")

In the .net control you will get a

ToolbarButtonClick Evenet and the parametetr "MYCODE" is passed.

Regards,
Hans-Peter


   Report 
   05-14-2006, 12:17
ChrisMoses is not online. Last active: 12.05.2006 22:00:32 ChrisMoses

Not Ranked
Joined on 05-12-2006
Posts 0
Re: Evaluation Questions
Reply Quote
Great, and thanks for the fast reply.  I'll play with it tonight.

   Report 
Pintexx Forum » Developer Produ... » pinEdit WP » Evaluation Questions