Data Browser: optional echoing of Custom Commands

When executing commands from the DataBrowser, either via the "Execute Cmd" button dialog or via user-defined buttons added with
ModifyBrowser
, Igor echoes the generated intermediate command to the command history. This can be annoying if one tries to use the DataBrowser as an input device (see this forum contribution). A possible solution is to add a choice to put this echo On/Off via the "Preferences" button in the DataBrowser.
Hello Wolfgang,

When you set up your interface execute the command:

ModifyBrowser echoCommands=0

This should eliminate the printing in the history when you use "Execute Cmd...".

A.G.
WaveMetrics, Inc.
Thanks for the hint, this makes the original wish -- fulfilled.
I fed your answer back to the original forum topic.
Wolfgang Harneit