1. Amna Khalid
  2. PowerBuilder
  3. Thursday, 14 November 2024 04:26 AM UTC

Hi Team,

Actually, we have migrated our Applications from Pb 12.5 to Appeon 2022 R3.As there are many new features related to UI in Appeon 2022.  I want to enhance the menus of my application with new features of Appeon 2022 without putting too much effort at code level. Can you please Guide how can we implement new features of UI in terms of button and menus. Is there any guide which can help us to implement this change?

Waiting for the feedback.

 

 

Thanks,

 

Amna Khalid

Andreas Mykonios Accepted Answer Pending Moderation
  1. Thursday, 14 November 2024 09:06 AM UTC
  2. PowerBuilder
  3. # 1

Hi.

As you are upgrading from PB 12.5, the most important changes you may find are themes (which may affect any standard visual control). You can look the following links as a start:

Specifying application properties - - Users Guide

ApplyTheme - - PowerScript Reference

Themes will affect how menus show as the colors will be based on theme, as shown in following screenshot:

Here the Dark Theme is used.

Another important change we have in later releases (R2 & R3), is the modernization of graph control. This one works without requiring any change (in case of course your application is using graph control or graph datawindows).

Another change has to do with the ability to use a TabbedView in MDI windows. This change also happens with minimal changes to your application (just two setting need to be adjusted: TabbedView and MaximizeAllTabbedSheets properties on your mdi frame).

Finally there is a ribbonbar available, but for this one, I would agree with Chris, you should wait for PB 2025 which will support an easy menu to ribbonbar transformation.

If you want to see how themes work, you can take a look to SalesDemo Example application that ships with PowerBuilder 2022R3. There you may be able to see how easy you can switch theme, and how an application is affected. Another thing to mention is that themes are customizable, that meaning you have a lot of flexibility to create your own themes.

Andreas.

Comment
There are no comments made yet.
Amna Khalid Accepted Answer Pending Moderation
  1. Thursday, 14 November 2024 06:17 AM UTC
  2. PowerBuilder
  3. # 2

How can I change the menus and buttons in Appeon 2022 R3 so that it looks like modern Application. Please help to share the source code and Demo Videos with example.

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Thursday, 14 November 2024 05:03 AM UTC
  2. PowerBuilder
  3. # 3

Hi Amna;

  The key newer menu features are ...

  • The new Contemporary style for menu objects
  • The new Contemporary style for menu toolbars
  • Animated menu items
  • Animated toolbar icons
  • New Modern built-in icons
  • Works with PB's new Theme feature

FYI: https://docs.appeon.com/pb/upgrading_pb_apps/index.html

Note that PB 2025 introduces the new "Menu as a Ribbon bar" feature.

HTH 

Regards .... Chris 

Comment
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.