Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: hlhp on January 07, 2019, 07:20:36

Title: Syntax question(Changing tab)
Post by: hlhp on January 07, 2019, 07:20:36
Creating Multi-script for switch to the  First tab.

After reading the documnetaion(http://multicommander.com/docs/customcommands_list#mc.setactivetab), but still not working.
which part am I missing? :D

MC.SetActiveTab TAB=1
Title: Re: Syntax question(Changing tab)
Post by: AlanJB on January 07, 2019, 11:45:51
What exactly happens?  Have you tested in the debugger?

Try:
Code: [Select]
MC.SetActiveTab PANEL=ACTIVE TAB=1;
Title: Re: Syntax question(Changing tab)
Post by: hlhp on January 07, 2019, 15:16:00

Try:
Code: [Select]
MC.SetActiveTab PANEL=ACTIVE TAB=1;
Thank you, works smoothly. ;D