hexagon logo

Please help/guide/or just do it; Basic script to open other basic scripts

I am not providing a code sample, but at the end of this I hope one will exist. Ultimately I want a .BAS that opens a dialog that allows me to execute other .BAS files I have created. It'd be great if they can be assigned to buttons instead of a file selection dialog.

I want this functionality because the PC-DMIS toolbars don't work properly- they lose the icon leaving a blank toolbar- leaving me to guess what is what. With a .BAS like the one I have described I can assign just one user defined command and not care that it is a blank icon.

Is anyone versed enough in BASIC to help me with this?
Parents
  • You can of course combine all your basic snippets in one gigantic .BAS-file, and begin with a dialog that jumps to the selected function. I don't know how large a basic script may be...


    ^^ This! I have been thinking of a "toolbox" containing a dialog that allows you to select the script to run and it executes when pressing the button...
Reply
  • You can of course combine all your basic snippets in one gigantic .BAS-file, and begin with a dialog that jumps to the selected function. I don't know how large a basic script may be...


    ^^ This! I have been thinking of a "toolbox" containing a dialog that allows you to select the script to run and it executes when pressing the button...
Children
No Data