Beginner GUI/pathing question
daggaz
Does anybody have any links to extra programming tutorials with working examples, similar to the "Introduction to IGOR Pro Programming" tutorial? Specially with regards to building GUIs. (I have III-14 and IV-6 printed out on my desk, among other chapters.)
Thank you Obi-Wan, you're my only hope. ;-)
April 18, 2012 at 06:06 am - Permalink
http://www.igorexchange.com/project/multiopenfiles
http://www.igorexchange.com/project/MultifileLoader
April 18, 2012 at 06:32 am - Permalink
I was looking to build (or hijack) a browsing function within the GUI to output the data_file paths to the rest of my program. Hopefully something which would be on the same screen (like two browse for file buttons) and where the second button would possibly start you in the same folder as the first file's location. I would like to avoid putting the user thru IGOR's native menus, A) for quicker automation of data treatment and B) so I can learn how to build that kind of GUI myself.
Basically I have a lot of repetitive tasks (dont we all) and I would like to quickly start up a program to load files in, push a button, and get my graphs out. Once I have the paths to the files, everything else is about easy as pie. I thought about hardcoding some kind of setup, but thats just ugly, isnt it..
I'll look into the links provided, thanks again.
EDIT: that multifileloader looks like just the thing for me to pick apart, thanks very much!
April 18, 2012 at 07:17 am - Permalink
To select multiple files at a time:
To create a control panel with buttons:
April 18, 2012 at 08:46 am - Permalink
April 19, 2012 at 12:33 am - Permalink