Hello,
I'm designing for users who are mostly using Windows XP, with the "Windows XP" theme enabled. This is the theme that, among other things, has the rounded / "glassy" buttons, and I'm having a little trouble with these buttons.
We will eventually be moving to a newer version of Windows, and I would like to have the look of my application update when that happens -> which I think will be the case if I UseOsThemes.
I have been asked in the meantime to make my UltraButtons look like Windows XP buttons for now, but when I use UseOsThemes, they don't take on the rounded / glassy look, but a boxy 3D look of the basic Windows theme instead.
Is there a way to inherit the OS look with the Windows XP theme applied and get those rounded / glassy buttons?
Hi,
If UseOsThemes is on, the buttons will look like the inbox buttons and use the system themes. If that is not happening, then something else in your application is turning off the themes.
My best guess is that you are using Application Styling and the isl file you are loading it turning off themes application-wide.
Hi Mike,
Yes, I am using Application Styling, but I can't find anywhere in the XML where theme are explicitly turned off. (I'm searching for useOsThemes).
Is there something I can search for / a place to explicitly enable themes?