U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » RichText,QTF,RTF... » Editor Toolbar
Editor Toolbar [message #21847] Mon, 08 June 2009 11:08 Go to previous message
jeremy_c is currently offline  jeremy_c
Messages: 175
Registered: August 2007
Location: Ohio, USA
Experienced Member
I have a many widgets on my layout and the Editor is on the bottom half of the window, however, the toolbar is on the upper half of the window. This is a pretty big disconnect between the widget and the toolbar that controls the widget.

Right now I do:

void MyApp::Setup()
{
    // other code
    toolbar.Set(THISBACK(MainBar));
    AddFrame(toolbar);
    // other code
}

void MyApp::MainBar(Bar &bar)
{
    editor.DefaultBar(bar);
}


Is there a way I can make this bar attach right above the editor instead of a main toolbar?

Jeremy
 
Read Message
Read Message
Read Message
Previous Topic: RichEdit and styles questions
Next Topic: Spelling Dictionary?
Goto Forum:
  


Current Time: Wed May 20 15:59:52 GMT+2 2026

Total time taken to generate the page: 0.00468 seconds