Of course you can have your most used subroutines in one gui, say CommonRoutines.gc
and from other gui's address them as G
Gosub CommonRoutines.gc MymostusedRoutine
You can do better still.
Gui4Cli Libraries & reuse of code with Gui4CliGui4Cli talk:
a "Gui" is in this part of the world either
- a Gui4CLi program with a GUI and its own executing code,
- a Gui4Cli program with a GUI mainly using a lot of Cli commands
16 april 2012
-bug on quitting removed
-treewalk function used for Action & LVAction commands (recursive actionson subdirectories) now rewritten correctly using ObtainDirContext & ExamineDir. Action is executed on the full tree.
17 march 2012
13/01/2012
I updated my homepage. http://users.online.be/AD/ I hope finding the essential archives and how to install Gui4Cli is clear now.
There is now an html version of the user documentation on line too.
( A datestamp would be nice)
This is an article in the making.
I am dumping here my questions and hopefull progressing understanding of gui creation on the Amiga from its first appearance on the Amiga till now.
What is Gui4Cli
Gui4Cli is a simple but powerfull language created by D. Keletsekis around the beginning of this century.
It is an interpreted language with very good debugging possibilities.