Hello, how can I change the color of the application, specifically the title bar and the cascading effect to all the windows, dynamically, the requirement is that each user can customize their application.
Thank you.
Luis
Hello, how can I change the color of the application, specifically the title bar and the cascading effect to all the windows, dynamically, the requirement is that each user can customize their application.
Thank you.
Luis
Thanks for the recommendation, but we are not going to go to the 100 PCs to change the configuration, don't you know of any way that it can be changed by code in the application, thanks
Luis
Hi Miguel;
I agree 100% with you on setting the application colours via the MS-Windows settings. Then making sure that your PB Apps map all their colour settings to the MS-Windows equivalent setting. That way, any app user can adjust all their App colours via the Windows control panel. That makes a consistent way of ensuring that your PB Apps follow what the App user picks which should be the best colours for them to use. It also allows your PB Apps to be consistent with all the other Window Apps. Something that I have found over decades of building & using GUI Apps to be the best flexible, customizable & consistent approach. Just my $0.02.
Regards ... Chris
You can set the title colour in Windows, not in powerbuilder:
You can verify that there is no title bar color property in PB windows by looking at the PB Help topic named "Window control" and the listed Properties table. Even when themes are used, an app's user cannot specify the title bar's color, other than by selecting the pre-defined theme, as Roland has stated.
If you feel strongly this functionality should be added to PB, I encourage you to submit an enhancement request.