Hi Dear
I am facing a problem to apply themes in PowerBuilder 2019 Version/build #: 2170
please check the attached file.
my application object do not showing the Preview in Application Properties for selected.Theme. like Theme Sample attached file.
Thanks and Regards
Muhammad Riaz.
This s NOT a desirable option as the ThemeNNN contents will change over time (ie: EBF, MR, Release, etc). IN PB2019 R@ you can also customize themes by App. So when you deploy an App under a specific version & build in particular, the matching THEME folder and its contents should be packaged ONLY with the App' EXE and *not* in a generic and hard coded location (like you describe in your example).
Instead, "relative" pathing or better yet UNC support needs to be used to dynamically locate the corresponding Theme folder for each specific App. For example relative addresing: ".\Theme" - where this folder is *always* located as a sub-folder of the deployed EXE; contains the theme name sub-folders and also more importantly, the over-rides that are now possible in PB2019 R2. These will always be *unique* to a specific App instance and thus need to dynamically associated to the App EXE's deployment *location* (not hardwired).
Just my $0.02 ... Food for thought. ;-)
Regards ... Chris