1. Steven Green
  2. PowerBuilder
  3. Friday, 15 October 2021 04:02 AM UTC

According to Appeon's own website:

https://www.appeon.com/products/powerbuilder/ui-modernization

I am able to do 'Codeless UI Theme'. However I have some questions:

1) Am I able to create my own theme without using any code?
2) If 1 is applicable, then how would I be able to theme my software without using any code?

Shekar Reddy Accepted Answer Pending Moderation
  1. Monday, 18 October 2021 13:07 PM UTC
  2. PowerBuilder
  3. # 1

If you provide a DDLB of all theme folders using DirList( "theme" ) method in the UI which applies the selected theme, you can add as many custom theme folders as you want to the theme folder (even after the app is deployed) and the DDLB grows/shrinks dynamically with DirList( 'theme' ) based on the number of custom theme folders in the theme folder - without having to change any code. When the user chooses a theme name from the DDLB, your app has logic to apply the chosen theme using the ApplyTheme() function.

HTH

Comment
There are no comments made yet.
René Ullrich Accepted Answer Pending Moderation
  1. Friday, 15 October 2021 04:38 AM UTC
  2. PowerBuilder
  3. # 2

Hi Steve,

You can create custom themes. You don't need coding in PowerBuilder but you have to specify the themes properties in a JSON file.

Read here more about this: https://docs.appeon.com/pb2019r3/pbug/ch02s01.html#Configuring_theme_settings_for_individual_controls

HTH,

René

Comment
  1. Steven Green
  2. Friday, 15 October 2021 05:11 AM UTC
Hi Rene,



Thanks for your help.



Regards,

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