Forum
Sign Up

hover highlight

13 years 2 months ago #1 by Jörg Fischer (Bremer Software&Beratungs GmbH)
hi,

i am realy impressed by the new ribbon control, but ...

- is it possible to disable the hover-highlight effect on a goup?

- after clearing and rebuilding the ribbon, a must post
an qresizeevent to the ribbonMenu to force a repaint.
is there an easier way to force a rapaint/update?

Please Log in or Create an account to join the conversation.

13 years 2 months ago #2 by Developer Machines
Replied by Developer Machines on topic hover highlight
Thanks for the positive assessment of our work.

In the current beta version the highlight effect can not be disabled. But you can disable the animation effects. Try point - options->animation on the main window of the demo.

To understand the problem with the repaint please provide a platform on which you are trying and give more details about this problem. Maybe you can make screenshots?

Please Log in or Create an account to join the conversation.

More
13 years 2 months ago #3 by Jörg Fischer (Bremer Software&Beratungs GmbH)
my environment is win7,vc2008

about the repaint problem:

i have modified the ribboncontrols example at two points.
void MainWindow::createRibbon()
{
    // clear the ribbon
    for ( int p=ribbonBar()->getPageCount(); p > 0 ; p--) {
        ribbonBar()->removePage(p-1);
    }
    // 
    if (Qtitan::RibbonPage* pPageButtons = ribbonBar()->addPage(tr("&Buttons")))
    .....

and
void MainWindow::about()
{
      createRibbon();	
//    Qtitan::AboutDialog::show(this, tr("About Qtitan Ribbon Controls Sample"), 
//        tr("QtitanRibbon"), QLatin1String(QTN_VERSION_RIBBON_STR));
}

when the app starts, the ribbon is filled with the controls. but after calling MainWindow::createRibbon() again, the ribbon is blank, no controls.

switching the style, or resizing the window, shows the controls again.

Please Log in or Create an account to join the conversation.

13 years 2 months ago #4 by Developer Machines
Replied by Developer Machines on topic hover highlight
Thanks for the info. Error was reproduced and will be fixed in next release.

Please Log in or Create an account to join the conversation.

More
  • Not Allowed: to create new topic.
  • Not Allowed: to reply.
  • Not Allowed: to edit your message.
Moderators: Developer Machines
Time to create page: 0.134 seconds

Developer Newsletter

Join our Developer Machines newsletter to get informed on all the latest releases of the commercial components for Qt.C++, Delphi FireMonkey, updates and general knowledges.

Quick Support

Should you need any additional information about our products or licensing, please contact us at the following email addresses:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

Get in Touch

If you would like to purchase our products or services, but don’t know how to do it the right way, please feel free to contact us:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.( any questions related to our products or services )
  • This email address is being protected from spambots. You need JavaScript enabled to view it.( questions related to licensing )