Multi Commander > Beta Releases
Multi Commander v8.0
AlanJB:
--- Quote ---<1/2> TabActivePanelSide(); // 1 left / top , 2, right / bottom
TabActivePanelSide(<int/string> side );
<int> TabActiveTab( <int/string> side); // return tab in panel that is active
TabActiveTab( <int/string> side, int tabIdx ); // set tab in panel side as active
<int> TabCount( <int/string> side ); // return the number of tab a panel side have
<string> TabGetPath( <int/string> side, int tabIdx); // return the path of a tab IF that tab has a explorer panel, else empty string is returned
TabLoadTabSession( <string> nameOrID ); // load tab session
--- End quote ---
Hi Mathias: some issues...
I am unclear as to what "TabActivePanelSide()" returns/does.
"TabActiveTab" is listed twice (once with 1 argument and once with 2).
Jungle:
Please update 7-zip lib to current version (18.01 at the moment)
Mathias (Author):
--- Quote from: Jungle on March 24, 2018, 16:59:57 ---Please update 7-zip lib to current version (18.01 at the moment)
--- End quote ---
It is actually on the list. However it is a bit of PITA since some API was changed..
AlanJB:
I cannot get
--- Quote --- TabActiveTab( <int/string> side, int tabIdx );
--- End quote ---
to do anything at all :-\
Could you give an example, please?
Mathias (Author):
--- Quote from: AlanJB on March 24, 2018, 19:09:55 ---I cannot get
--- Quote --- TabActiveTab( <int/string> side, int tabIdx );
--- End quote ---
to do anything at all :-\
Could you give an example, please?
--- End quote ---
side parameter can be 1 = Left, 2 = Right , "right", "left", "top", "bottom", "target", "source" , "active" "inactive"
idx is the index position of a tab. starting at 0, 0 ,1,2,3 and so n
--- Code: ---TabActiveTab( "left" , 1);
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version