Hello everyone,
Im using a theme on my aplication and it's working on all the devices except one that have installed Windows Server 2008 R2. Does anybody know what is happening? ApplyTheme function is returns -1 only on this device.
Thanks.
Hello everyone,
Im using a theme on my aplication and it's working on all the devices except one that have installed Windows Server 2008 R2. Does anybody know what is happening? ApplyTheme function is returns -1 only on this device.
Thanks.
What version of the PB runtime are you using on the Windows Server 2008 R2 machine?
Although listed as a supported runtime environment for PB 2019 R1,
https://docs.appeon.com/pb2019/release_bulletin_for_pb/ch01.html
Windows Server 2008 R2 is no longer shown as a supported runtime environment for PB 2019 R2:
https://docs.appeon.com/pb2019r2/release_bulletin_for_pb/system_requirements.html
or for the 2019 R3 Beta:
https://docs.appeon.com/pb2019r3/release_bulletin_for_pb/system_requirements.html
Hi Pau;
From the PB 2019 Rx help ...
If the current operating system is Windows Server 2003, 2008, or 2008 R2 (or if the “Windows classic style” option is selected when building the application), the ApplyTheme function will not take effect and will return -1.
Note1: PB 2019 R2 and higher no longer supports W2008 / R2.
Note2: PB 2019 R3 and higher no longer supports W7.
Regards ... Chris
Did you copy the correct runtime DLLs and your UI Theme file?