Modernize your PowerBuilder Applications

Cards

With the Ultimate Suite Cards control, you can create modular user interface templates that fit different screen and window sizes.

PowerCards Control by Ultimate Suite

Create elegant snapshots that combine images and text in a flexible size container within PowerBuilder applications. These cards provide a modern way to encourage users to click or tap to see more details.


Implementation

Place u_cst_powercard from advguicontrols.pbl\pbd on your window. 

Call the available functions to change the controls behaviour. 
There is no special code needed to setup the control.  

uo_1.of_InitializeCard( "C:\dev\Scenery1.png", "Header Text 1", "Description Text 1" )
uo_1.of_InitializeCard( "C:\dev\Scenery2.png", "Header Text 1", "Description Text 1")

Note: if you don't need to change the appearance of the card dynamically, all settings can be defined in the IDE at design time.