I use this on my desktop with this setup (image attached). It remains displayed on top of everything, i.e. apps, media players, games, screensavers etc. I have used gPhotoshow for years and recently installed a trial version of 'gPhotoshow Pro. The clock does not display with pro but does with older version.
thoughts?
-thx
It is currently September 11th, 2024, 1:30 am
illustro clock
-
- Posts: 287
- Joined: June 12th, 2016, 2:40 am
illustro clock
You do not have the required permissions to view the files attached to this post.
-
- Rainmeter Sage
- Posts: 8071
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: illustro clock
This would normally be for the developers to answer, but it shouldn't happen, the Clock skin should be displayed in front of everything, including your program...
-
- Rainmeter Sage
- Posts: 2734
- Joined: March 23rd, 2015, 5:26 pm
Re: illustro clock
When you say "the clock does not display", do you mean the clock is under the gPhotoshow window? Or do you mean it is literally not displaying at all? Important difference...MourningStar wrote: ↑September 18th, 2023, 7:40 pm I use this on my desktop with this setup (image attached). It remains displayed on top of everything, i.e. apps, media players, games, screensavers etc. I have used gPhotoshow for years and recently installed a trial version of 'gPhotoshow Pro. The clock does not display with pro but does with older version.
thoughts?
If you mean the clock is there but just under the gPhotoshow window, then that probably simply means the gPhotoshow is set to "Display topmost" too. In the case of two windows both set to "topmost", the last one wins. Try refreshing the clock, or restarting Rainmeter to make Rainmeter the last app. Maybe that will do it...
-
- Posts: 287
- Joined: June 12th, 2016, 2:40 am
Re: illustro clock
gPhotoshow is a screensaver so, no way I know of 'refreshing/restarting' RM without terminating the ss. I will look into that app and determine if it has a topmost setting.SilverAzide wrote: ↑September 18th, 2023, 10:41 pmIf you mean the clock is there but just under the gPhotoshow window, then that probably simply means the gPhotoshow is set to "Display topmost" too. In the case of two windows both set to "topmost", the last one wins. Try refreshing the clock, or restarting Rainmeter to make Rainmeter the last app. Maybe that will do it...
-
- Rainmeter Sage
- Posts: 8071
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: illustro clock
Oh... I was in a hurry and reading it wrong, as gPhotoshop.
With screensavers, this might be normal, especially if they are displayed in a D3D screen (like games are, if you like) and not on the desktop one (aka the Windows screen) which is used by Rainmeter.
-
- Posts: 287
- Joined: June 12th, 2016, 2:40 am
Re: illustro clock
from the developer of gPhotoshow : " ... it is possible the issue is related to OpenGL, try the DX version, maybe rainmeter works better with it."
I installed the DX version and this issue is resolved. However, their OpenGL version has additional features not in the DX version, some of which allow me to duplicate the Illustro clock. TBH i have no idea what OpenGL and DX mean. Kudos to the gPhotoshow developer for providing multiple versions.
I installed the DX version and this issue is resolved. However, their OpenGL version has additional features not in the DX version, some of which allow me to duplicate the Illustro clock. TBH i have no idea what OpenGL and DX mean. Kudos to the gPhotoshow developer for providing multiple versions.
-
- Rainmeter Sage
- Posts: 16517
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: illustro clock
I agree with Yincognito: never, but never saw any skin of any kind, seeable above a screensaver. When a screensaver is started, no Rainmeter skins can be seen above the screensaver, no matter how the skins are set. Me at least definitely didn't meet something like this and don't know about such a possibility. But don't know the gPhotoshow screensaver either, this is true.MourningStar wrote: ↑September 19th, 2023, 12:30 am gPhotoshow is a screensaver so, no way I know of 'refreshing/restarting' RM without terminating the ss. I will look into that app and determine if it has a topmost setting.
However there are methods to refresh a skin or whole Rainmeter when the screensaver is running. You just have to add the following option to the [Rainmeter] section of any of the activated skins (take care not to forget to remove this option, once you saw what's going on): OnRefreshaction=[!Delay "(5*60*1000)"][!RefreshApp]. With this option added, when you load or refresh the skin having this option, you get a refresh after 5 x 60 seconds, so after 5 minutes. You obviously have to adjust this value (the 5) to the right amount of time to get the !RefreshApp bang executed only after the screensaver starts. So add here a number of minutes larger with 1, than the delay set for your screensaver.
-
- Posts: 287
- Joined: June 12th, 2016, 2:40 am
-
- Rainmeter Sage
- Posts: 8071
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: illustro clock
OpenGL and DirectX are API (application programming interface) collections generally used to display animations and in many cases three dimensional (3D) graphics on your screen. D3D (which I mentioned earlier) is part of DirectX, so my suspicion proved somewhat correct. It's curious though that it's the DirectX version that works as desired in this case and not the OpenGL one, I would have expected to be the other way around. Can you try and see if you have Hardware Acceleration enabled in Rainmeter and whether toggling it makes any difference with the screensaver versions?MourningStar wrote: ↑September 19th, 2023, 1:42 am TBH i have no idea what OpenGL and DX mean. Kudos to the gPhotoshow developer for providing multiple versions.
-
- Posts: 287
- Joined: June 12th, 2016, 2:40 am
Re: illustro clock
I will try that and report back. thank you.Yincognito wrote: ↑September 19th, 2023, 4:01 pm... Can you try and see if you have Hardware Acceleration enabled in Rainmeter and whether toggling it makes any difference with the screensaver versions?