It is currently April 28th, 2024, 6:36 pm

activate several skins with a button

Get help with creating, editing & fixing problems with skins
drumrem
Posts: 1
Joined: December 17th, 2011, 9:11 am

activate several skins with a button

Post by drumrem »

hello !
i want to activate several skins with a button but it doesn't work, can you please tell me where is the error ?

- For one skin :

Code: Select all

LeftMouseUpAction=!ActivateConfig "Drumsand\LauncherWeb" "LauncherWeb.ini"
...it works 8-)


-For several skins :

Code: Select all

LeftMouseUpAction=!Execute [!ActivateConfig "Drumsand\LauncherWeb" "LauncherWeb.ini"] [!ActivateConfig "Drumsand\LauncherDocs" "LauncherDocs.ini"] [!ActivateConfig "Drumsand\LauncherDrives" "LauncherDrives.ini"]

...nothing happens :-(

Edit: FOUND ! The code is good (But better with ToggleConfig) : it was a folder issue. Tomorrow i'm buying a new brain... :oops: