1. Chris Butler
  2. PowerBuilder
  3. Wednesday, 19 July 2023 15:58 PM UTC

Hi,

We are currently in the process of replacing the classic menu with the ribbon bar. I am wondering if it is possible to have the list of open sheets in the ribbon bar, the same way PowerBuilder handles open sheets in the the classic menu. Any insight is greatly appreciated.

 

 

Thanks.

Brian Hatcher Accepted Answer Pending Moderation
  1. Wednesday, 19 July 2023 19:03 PM UTC
  2. PowerBuilder
  3. # 1

The functionality would be very beneficial to my team.  Following!!!

Comment
There are no comments made yet.
Francisco Martinez @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 19 July 2023 20:00 PM UTC
  2. PowerBuilder
  3. # 2

Hi Chris,

Have you taken a look at the Sales Demo? Maybe you can base your implementation on this?
Here's how it looks:

 

Regards,
Francisco

Comment
  1. Chris Butler
  2. Monday, 7 August 2023 17:44 PM UTC
Thanks for the quick response! I am in the processing of implementing something very similar.
  1. Helpful
There are no comments made yet.
Peter Pang @Appeon Accepted Answer Pending Moderation
  1. Thursday, 20 July 2023 05:52 AM UTC
  2. PowerBuilder
  3. # 3

Hi Chris,

RecentItem can implement this but has 2 limits. Please check if this will affect your usage:
1. It doesn’t show icons.
2. It shows 9 items max.

We recommend using RibbonMenuItem of RibbonLargeButtonItem instead of RecentItem so you won’t suffer from the above 2 limits. For implementation please refer to the History/Window button in the Example Graph App that comes with PB. The main code is in the wf_add_ribbonbar_history/wf_add_ribbonbar_window function in the w_mdi window object.
If you still want to use RecentItem, please refer to the attached source code file. Please import w_mdi.srw to the Example Graph App and then check the wf_add_ribbonbar_history function and the rbb_1 button’s ue_appmenurencentclicked event in the w_mdi window object.

Best Regards,
Peter

Attachments (1)
Comment
  1. Chris Butler
  2. Monday, 7 August 2023 17:42 PM UTC
Thanks for the quick response! Appreciate the feedback.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.