Problem: tabsets stopped working
Posted: 31 May 2024 16:34
I use tabsets to open collections of tabs in a pane. Suddenly a couple of my tabsets commands have stopped working. Example: If I type the script command:
tabset('load',pjts);
on the command line or try to execute it in a script nothing happens. The tabset named pjts exists. If I go the menus and click on Tabsets | Open | pjts then the pjts tabset opens correctly. This was working up until a day ago. Furthermore most tabsets continue to work properly. Example: if I type
tabset('load',misc);
on the command line or in a script then the misc tabset opens correctly. It also opens from the menus. All of my tabsets work from the menus but some have stopped working from a script command. The only clue I have -- and It may be coincidence -- is that this started when I upgraded from version 25.90 to version 26. Why would some tabsets stop working and how can I make them work again?
tabset('load',pjts);
on the command line or try to execute it in a script nothing happens. The tabset named pjts exists. If I go the menus and click on Tabsets | Open | pjts then the pjts tabset opens correctly. This was working up until a day ago. Furthermore most tabsets continue to work properly. Example: if I type
tabset('load',misc);
on the command line or in a script then the misc tabset opens correctly. It also opens from the menus. All of my tabsets work from the menus but some have stopped working from a script command. The only clue I have -- and It may be coincidence -- is that this started when I upgraded from version 25.90 to version 26. Why would some tabsets stop working and how can I make them work again?