Navigation: Ultimate Suite for PowerBuilder Help > Themes >

Getting Started

Send comments on this topic.

 

Each color theme is defined within a userobject inherited from n_cst_pbui_theme. A collection of predefined theme's are stored in advguithemes.pbl\pbd. Each theme object starts with the name of the base user object (n_cst_pbui_theme) and ends with the name of the color theme:

e.g. n_cst_pbui_theme_blue (the theme name is blue)

Each UI Control that supports theme's will have an of_SetTheme method. You would use the name of your theme to when calling this method:

e.g. uo_xplistbar.of_SetTheme("BLUE")

Note: Themes can be set globally.


Copyright © 2021 Werysoft Inc.