[API] "Execute" method in "FMCmdBarCtrl" Members.
No aplicable
12-04-2018
08:16 PM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
We are developing FeatureCAM API using multiple .bas files.
Depending on the situation, we registe .bas files in macro toolbar and execute .bas file that registed by sequentially.
(Using "Execute" method in "FMCmdBarCtrl" Members.)
But we can not using this program because "Execute" method is asynchronous that execute .bas file even another file progressing.
(We had a many experiment for this case.)
Is there a way to run them one by one? Or Do you have a plan to make a "Execute" method by synchronously?