Controlling the Data Browser from procedure
JellyGem
I would like to write a procedure which opens a data folder, in the same way as when you click the "+" symbol in front of the name of the folder on the data browser.
April 23, 2012 at 05:45 pm - Permalink
The "setdatafolder" command will set the current datafolder but will not show the content of it on the data browser.
What's displayed on the browser is pretty much the same before and after.
What I want to do is to display the content of a specific folder, in the same way when you click the "+" symbol with your mouse.
I want to do this not by using a mouse but from a user function.
April 23, 2012 at 06:22 pm - Permalink
The expand keyword is what you are interested in.
I'm not sure how you will come up with the lineNum parameter. The GetBrowserLine function might help.
April 23, 2012 at 06:50 pm - Permalink
This will do the job, thanks!
April 24, 2012 at 04:07 am - Permalink