Code: Select all
String=[Measure_VirtualDesktop:Wallpaper()]
Code: Select all
String=[Measure_VirtualDesktop:Wallpaper(1)]
Code: Select all
String=[Measure_VirtualDesktop:Wallpaper()]
Code: Select all
String=[Measure_VirtualDesktop:Wallpaper(1)]
The ampersand is the nested version of calling a measure for embedding other measures and/or variables.
That would require a major change to the demo skin. The OP may consider thatFranzishans123 wrote: ↑March 28th, 2023, 10:44 pm Hello, can you tell me exactly I can change the shape of the rectangulars? I want them to be circles. Is that possible?
eclectic-tech wrote: ↑March 29th, 2023, 2:58 am That would require a major change to the demo skin. The OP may consider that
It would be simpler to write a new skin, which is what I did... it has all the functionality of the demo, but offers multiple shapes, icons, fonts, and supports different layouts for each desktop. It may work for what you are looking for...
Forum Link: Virtual Desktop 11
The original design let you select different colors for each desktop indicator and then highlighted the active one with a white border.Franzishans123 wrote: ↑March 29th, 2023, 9:48 am Ah tank very much! Just one question where can i add a code to display an InActiveColor? I switched every color to white, deleted the bordercolor, but I am having trouble to add a setting to set the Inactive circles to a different color. I want them to be grayish.
Code: Select all
; ========= Measures ==========
[MeasureVirtualDesktop]
Measure=Plugin
Plugin=VirtualDesktop
UpdateDivider=-1
OnUpdateAction=[!SetOptionGroup Button MyStrokeColor "Stroke Color #*InActiveBorderColor*#,#*AlphaLow*#"][!SetOptionGroup Button MyFill "Fill Color 127,127,127,#*AlphaHigh*#"][!SetOption "Desktop[MeasureVirtualDesktop:]" "MyStrokeColor" "Stroke Color #*ActiveBorderColor*#,#*AlphaHigh*#"][!SetOption "Desktop[MeasureVirtualDesktop:]" "MyFill" "Fill Color #*ActiveColor1*#,#*AlphaHigh*#"][!UpdateMeter *][!Redraw]
DynamicVariables=1
That does not happen for me... the skins set the Z-Position to "TopMost" on refresh but do not move from the last position.Franzishans123 wrote:Ah yeah and why do the circles keep switching positions on my desktop, even when i fix the position they always appear after reloading the skin in the left half of the screen?