RTC Forums

Subscription => Support => Topic started by: ISIGest on May 21, 2017, 11:22:27 AM



Title: RtcPortal close speed up
Post by: ISIGest on May 21, 2017, 11:22:27 AM
Please change into "rtcSrcUtils" at 422 row to this:

Code:
    SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, PChar(Result), SPIF_SENDCHANGE); // SPIF_UPDATEINIFILE + SPIF_SENDWININICHANGE);
    PostMessage(GetDesktopWindow, WM_SETTINGCHANGE, 0,0);

This is more fast.
Thank you


Title: Re: RtcPortal close speed up
Post by: D.Tkalcec (RTC) on May 21, 2017, 01:33:38 PM
Done.