Author Topic: Syntax question(Changing tab)  (Read 5611 times)

hlhp

  • Junior Member
  • **
  • Posts: 24
    • View Profile
Syntax question(Changing tab)
« 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

AlanJB

  • VIP Member
  • *****
  • Posts: 432
  • VERY old Programmer
    • View Profile
Re: Syntax question(Changing tab)
« Reply #1 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;

hlhp

  • Junior Member
  • **
  • Posts: 24
    • View Profile
Re: Syntax question(Changing tab)
« Reply #2 on: January 07, 2019, 15:16:00 »

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