Data Browser: optional echoing of Custom Commands

harneit
Posts: 93
Joined: 2008-01-21
Location: Germany

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.

Wolfgang Harneit


Igor's picture
Posts: 194
Joined: 2007-06-29
Location: United States

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.


harneit
Posts: 93
Joined: 2008-01-21
Location: Germany

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


Back to top