Page 1 of 1
how to get current tabset via script ?
Posted: 18 Jan 2024 01:30
by bossi
It seems <tabset> works for the title Bar only .
current workaround ...
Re: how to get current tabset via script ?
Posted: 21 Jan 2024 20:05
by admin
tabset("save") returns the full path, <tabset> in the title bar just the file title (= tabset title). What do you want?

Re: how to get current tabset via script ?
Posted: 22 Jan 2024 01:04
by bossi
yes , i wanted to return the current tabset-path within a script .
because i use tabset("save") and actually don't want to save the current state of the tabset , i added a "store" & "restore" function.
so the desired state is never really overwritten )
Re: how to get current tabset via script ?
Posted: 22 Jan 2024 10:41
by admin
The <xypane> variable gives you just that.
Re: how to get current tabset via script ?
Posted: 22 Jan 2024 20:15
by bossi
ahh yes , overlooked it
