Hi! I use "Columns View Selector" quite often. Not sure if anyone knows how to set "Show filter" and "Regular Expression" options ON by default. I searched in this community but only got 1 answer covered the button box.
And the scripting guide has no much info related to control the "panel box". Much appreciate it in advance if anyone helps me out :)
Names Default To Here( 1 );
dt = Current Data Table();
Main Menu("columns viewer");
w = Window("Data Table Columns Viewer");
w[ButtonBox(1)] << Click; // Not working properly (Windows 64bit, JMP Pro 14.3/16.2)
// w[PanelBox(1)] << Mouse Click; // Not working properly (Windows 64bit, JMP Pro 14.3/16.2)