Minitoolbar texteditor

Minitoolbar texteditor

Anonymous
Not applicable
482 Views
1 Reply
Message 1 of 2

Minitoolbar texteditor

Anonymous
Not applicable

You can define a MiniToolBarTextEditor...

 

Private WithEvents m_text As MiniToolbarTextEditor

 

but later, when you create the MiniToolBar, on the controls there is no AddTextEditor...????

 Dim miniControls As MiniToolbarControls = m_MiniToolbar.Controls

 

m_text = minicontrol.add HERE SHOULD BE THE TEXT EDITOR... I can add anything else! where is the text editor.

 

I tried the value editor, but it cannot take text!

 

Any idea?

0 Likes
483 Views
1 Reply
Reply (1)
Message 2 of 2

ekinsb
Alumni
Alumni

Sorry, but the mini toolbar does not currently support a text field.  The reason you're seeing a defined type is that work was started but not completed and it's currently flagged as hidden.  It does actually work somewhat but has some issues and there's also the possibility that the API will change when the implemenation is completed.  I don't know of a workaround using any of the other existing controls.


Brian Ekins
Inventor and Fusion 360 API Expert
Mod the Machine blog
0 Likes