| T O P I C R E V I E W |
| Septor |
Posted - 07/24/2003 : 01:42:04 AM i have a problem to program a new menu command to initiate my custom program.
[Origin.ini]
Title1=Full Menus File1=Macros FullMenu ConfigFile .....
[ConfigFile]
menu -w; menu 9 &Macros;
menu (Excel-File importieren) { run.section(ExcelImport.ogs,main) }; // the labtalk code runs, but the C programms dont
menu(einzelnes Diagramm) { if (run.LoadOC("DrawOneGraph")!=0) type -b "konnte nicht geladen werden"; else DrawOneGraph; };
menu(Diagramme übereinander){ if (run.LoadOC("DrawGraphUeb")!=0) type -b "konnte nicht geladen werden"; else DrawGraphUeb; };
the file- and funktion-names are the same; can this be the problem |
| 1 L A T E S T R E P L I E S (Newest First) |
| Septor |
Posted - 07/24/2003 : 03:51:13 AM Ok, now its running!! i don't know why, but it works =) |
|
|