setting "LockTree"?

Discuss and share scripts and script files...
Post Reply
JustinF
Posts: 358
Joined: 28 Jun 2005 23:47
Location: Omaha, Nebraska, USA

setting "LockTree"?

Post by JustinF »

I'm finally starting to use the Mini Tree feature. I found out that I can save Mini Trees in the Catalog via the Insert as New Item(s) Here | Current Mini Tree. Awesome! I'd also like to be able to lock the tree after selecting one of my Mini Trees. I figured "easy!!" via calling the setting "LockTree", 1; script command...but that doesn't seem to work for me. :( Quick Scripting is turned on. Putting ::setting "LockTree", 1; in a Catalog item, Address Bar, etc. doesn't work. What am I doing wrong?
Justin
Windows 7 Professional

jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

Re: setting "LockTree"?

Post by jacky »

Just use settingp (think "permanent") if you want it to "stick," otherwise that setting is only valid during the execution of the script (it then returns to whatever was set before).
Proud XYplorer Fanatic

JustinF
Posts: 358
Joined: 28 Jun 2005 23:47
Location: Omaha, Nebraska, USA

Re: setting "LockTree"?

Post by JustinF »

jacky wrote:Just use settingp (think "permanent") if you want it to "stick," otherwise that setting is only valid during the execution of the script (it then returns to whatever was set before).
Thank you, thank you! I saw settingp, but I didn't occur to me that setting it permanently was actually what I wanted.
Justin
Windows 7 Professional

Post Reply