Currently I'm looking for a clean way to give the users the possibility to start C-functions. At the moment I use a graph with a button that starts the data import. When all the data is imported, there are some worksheets but still the graph I "abused" to get the button.
How can this be done in a better way?
Cheers Armin
Origin Version (Select Help-->About Origin): 7.5G SR5 Operating System: w2k
You could instead create a custom toolbar with button(s) that then call the Origin C function. The button can have script code that even loads and compiles the function and then calls it, if necessary.
Please see the Programming Help file and the topic Programming Guide->User-Interface Development and then the topic "Toolbar Buttons" for example.