Adjusting System Clock Position in the Taskbar

I'm looking for any information anyone has on how to adjust the position of the System Clock and Tray using Style Builder/MSStyles. Can anyone help? I have thusfar been unable to find any information on this.

Thanks in advance for any help you can offer.

#220553

I'm not trying to pass myself off as an expert or anything, but I don't believe there's a way to do that with MSStyles.

Edit: Now that I think about it, KoL's Tiger MSStyle does that (I think). Try looking at that.

#220557

Open the msstyles file by resbuild, and edit the value of

[TrayNotifyHoriz::TrayNotify.Background] ContentMargins.

The default value may be 0,0,0,0

If you want to move system clock leftword to 45 pixels, set it to 0,45,0,0

Please try:)

(As English isn't my native language, sorry for my poor English)

#220569

Thanks for the suggestion. I tried that and it didn't work for me. The clock stayed in the same place.

#220625

Please see 'Bgtype' of [TrayNotifyHoriz::TrayNotifyBackground].

if the value is set to 'None', change it to 'Imagefile'.

Can you change the position?

#220635

You are brilliant! That worked perfectly. Maybe someday I'll be able to share my results with the world, provided I get it done before the StyleBuilder trial expires.

#220739