Page 1 of 1

How do Change skins in a macro

Posted: Tue Sep 01, 2015 10:12 am
by FoxBill
I want to be able to open a skin other than default skin with a macro.
I currently have a macro that calls and opens my program from an icon (link to a web address).
I am looking to open the same program on both a desktop and a tablet. I have separate skin layouts for the desktop and the
tablet. I am looking for a way to add logic to my current Macro to change from default skin to my tablet skin.
I am able to open in tablet skin by using Genie?Skin= command and I can use Genie?Macro command to call the macro, however i am looking to combine these into one command.

Thanks for any help you can give me.

Bill

Re: How do Change skins in a macro

Posted: Tue Sep 01, 2015 10:25 am
by Scott Klement
This is easy to do...

Code: Select all

/profoundui/genie?skin=THESKIN&macro=THEMACRO

Re: How do Change skins in a macro

Posted: Tue Sep 01, 2015 11:07 am
by FoxBill
Thanks Scott that worked just as I wanted it.