Forum
Sign Up

[BUG] RibbonPage - Signal activate/activated(bool) not emitted in Version 5.x

3 years 7 months ago #1 by Frank
The RibbonPage has the SIGNAL 'activate' and 'activated(bool)'.
This signals are no longer emitted when they are connected to a SLOT since
version 5.3.0 , 5.3.1 and 5.4.0 . I've tested all this version.

Until version 4.x they signals work flawless.

My question is could you reproduce this and fix this?
Thanks for you help.

Best regards

Frank

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

More
3 years 7 months ago #2 by Eduard
Yes, that's right, the two signals 'RibbonPage :: activate' and 'RibbonPage :: activated (bool)' were removed from the implementation, but left in API of RibbonPage class, in the next version we will remove them from the RibbonPage API. Instead of these signals, you can use similar signals of the RibbonBar class. For example, you can replace RibbonPage :: activated (bool) with the RibbonBar :: pageAboutToBeChanged signal (RibbonPage * page, bool & chenged), and RibbonBar :: activate can be replaced with the RibbonBar signal :: currentPageIndexChenged (int index) or RibbonBar :: currentPageChenged (RibbonPage * page).
We are sorry for the inconvenience and thank you very much for choosing our component ...

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

  • Eduard
  • Eduard's Avatar
  • Not Allowed: to create new topic.
  • Not Allowed: to reply.
  • Not Allowed: to edit your message.
Moderators: Developer Machines
Time to create page: 0.196 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 )