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.
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.
Over the following months I'll be posting some source code examples using my base:library which is available (as an older version which will be shortly updated) on OS4Depot.
The base:library contains many useful functions for creating:
A lot of software makes use of menu's. Menu's are a means for the user to perform certain actions with the application. Often even the simplest applications have a menu built in, beit small, beit extensive and all variations in between.
In readiness for the next AmigaOS4 SDK, we are going to take a look at the new popup menu feature of the BOOPSI window.class, and how it can be used, and expanded upon, by the programmer.