Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
ahuemm
Posted - 11/18/2005 : 11:06:32 AM Dear forum,
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
1 L A T E S T R E P L I E S (Newest First)
easwar
Posted - 11/18/2005 : 11:21:17 AM Hi Armin,
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.