Position #32
Replies: 11 comments 2 replies
-
|
what do you mean by "lock position"? clock should keep its position... clock can move slightly depending on what skin used. if skin has numbers with different sizes (like for example most of the fonts and "font-like" skins), clock will move slightly, this is especially noticeable if you are using "alignment = right" or "alignment = center". but there is an "origin" point which is kept the same (like (0, 0) position), this is not always top-left corner as you may expect, this is some other point that depends on the skin. this is intentionally done to keep the "baseline" (basically Y coordinate of that "origin" point) the same. if clock changes position completely, this may be a bug. please provide more details how it changes the position and under what conditions. this is totally unclear now what is happening. |
Beta Was this translation helpful? Give feedback.
-
|
I have positioned the clock (with the date) at the bottom right of my screen. I am encountering two issues that bother me.
My suggestion was therefore (as is done with some applications/widgets) to lock the position of the app/widget with a "lock" option in the menu so that an accidental click or resizing cannot move the clock. Was I clear enough? Thank you very much. |
Beta Was this translation helpful? Give feedback.
-
|
thank you, this is much more clear. the 1st case (about restore after sleep) sounds for me as a bug, this is something to look at. as workaround, try to disable "prevent out of screen position" option, maybe during restore from the sleep state screen resolution changes for a moment, and this triggers move. at least it worth checking. for the 2nd case, you can make clock "unclickable" by enabling "transparent for mouse events" option. in such case clock just "doesn't exist" and all clicks will reach to the window behind it. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you Nick :-) I enabled "transparent for mouse events" and this is perfect, i am now unable to drag the clock, yesss ! Thank you very much for the fast help, problem solved :-) |
Beta Was this translation helpful? Give feedback.
-
|
Hello Nick, I come back to you because, after multiple try, even if "prevent out of screen position" is disabled, unfortunately, when wake up windows, the clock's position moved from bottom right to center. Sincerely, i don't know if it is a windwos graphic driver from my side (it is possible but i don't have any graphical bug). Thank you very much :-) P.S: for information, i have "simple sticky note" with some notes always displayed on my desktop and when i put the computer on sleep mode and wake it up later, the notes doesn't move. |
Beta Was this translation helpful? Give feedback.
-
|
ok, understood. will try to figure out what happens during state restore after sleep, maybe there is some event I can handle (or just somehow detect that state restore has happened) and then adjust position. this is not strictly can be a bug in drivers, maybe this is the way how things work (I don't know anything at all about this sleep mode and how it works). but I assume that on state restore graphics card is not yet initialized (or maybe drivers not loaded at all) and it starts with low resolution what makes Windows to move windows in the visible area (only windows outside this area are affected), so clock is moved. then drivers load or configure the graphics card and everything becomes fully functional as it should be, but windows remain at the same positions as they were moved previously, as there is no reason to move them again (all of them are visible). this is just a my theory, nothing more. also similar things may happen if some scaling is used (again, just a my theory, nothing more). in any case, it worth checking what actually happens and how to recognize this situation and then adjust the position. for now I have no answer. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much for your delailled answer. |
Beta Was this translation helpful? Give feedback.
-
unlikely, if the root cause as I assumed, it will be almost everywhere, at least with the similar hardware (where similar drivers are used). so, it worth some investigation at least. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you Nick. For information, i use Windows 11 24H2 with I9-13900H but note that the GPU is integrated in the CPU, it is Iris Xe. |
Beta Was this translation helpful? Give feedback.
-
|
Hello Nick, i have just installed Clock 5. And another question: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Could you please add a "Lock position" for it as it moves sometimes and have to put it back often at the right position.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions