Hi all, I'm trying to disable/enable the browse mode from within my script. To accomplish this, I use the ActiveSettings object and set the browse mode to False. However, browse mode is not being disabled. I tried this also using FocusedWindow.Settings, but that gives the same result. If I read the scripting manual correctly, the ActiveSettings should be readable and writable as well.
Another approach is to send the disable/enable browse mode hotkey, but this has the disadvantage that I have to check explicitly the browse mode state before sending the key. Are there special things I should consider when changing values in the ActiveSettings object or should I take another approach to disable/enable browse mode from within my script? Bram
