It is currently April 27th, 2024, 10:11 pm

two of the Dexpot commands don't work

Report bugs with the Rainmeter application and suggest features.
User avatar
bobgrosh
Posts: 134
Joined: May 1st, 2011, 10:33 pm

two of the Dexpot commands don't work

Post by bobgrosh »

Writing my own VDM skin for Dexpot.
preview.jpg
I can't get two of the dexpot commands to work. The other commands ( -next, -prev, -V, etc.) are working fine.
The commands I can't get to do anything are (-addDesktop and -removeDesktop).

Here is the code I am using:

Code: Select all

[Next]
Meter=button
MeasureName=SwitchDesktop
ButtonImage=#CURRENTPATH#images\next.png
x=24r
y=2
buttoncommand=!Execute [!CommandMeasure "DexpotCommand" "-next"]
ToolTipTitle=Next
ToolTipText=Switch to the next virtual desktop.
ToolTipIcon=INFO
Group=ctrl

[add]
Meter=button
MeasureName=SwitchDesktop
ButtonImage=#CURRENTPATH#images\add.png
x=24r
y=2
buttoncommand=!Execute [!CommandMeasure "DexpotCommand" "-addDesktop"]
ToolTipTitle=Add
ToolTipText=Add a new virtual desktop.
ToolTipIcon=INFO
Group=ctrl

[remove]
Meter=button
MeasureName=SwitchDesktop
ButtonImage=#CURRENTPATH#images\remove.png
x=24r
y=2
buttoncommand=!Execute [!CommandMeasure "DexpotCommand" "-removeDesktop"]
ToolTipTitle=Remove
ToolTipText=Remove a virtual desktop.
ToolTipIcon=INFO
Group=ctrl
Any sugestions?
You do not have the required permissions to view the files attached to this post.
User avatar
Dexpot
Posts: 1
Joined: June 20th, 2010, 3:09 am

Re: two of the Dexpot commands don't work

Post by Dexpot »

bobgrosh wrote:Writing my own VDM skin for Dexpot.
Cool. :D
I can't get two of the dexpot commands to work. The other commands ( -next, -prev, -V, etc.) are working fine.
The commands I can't get to do anything are (-addDesktop and -removeDesktop).
Sorry, documentation bug. It's actually "-AddDesktop" and "-RemoveDesktop", starting with a capital letter.