GUI Designer - Foundation

3

SP4CEBAR 2022-07-09 23:52 (Edited)

The GUI is loaded from my Tree Data Structure which allows me to have many files stored in one data block

To edit the GUI, open the program source code, look for DATA and edit the MAP and the parameters (there are comments with labels)

This is the folder structure:
'- ROOT
'  - GLOBAL VARIABLES
'  - MENUS
'    - MENU 0
'      - F MENU DATA
'      - F MAP
'      - F BINARY VARIABLES (32 BYTES (FLEXIBLE: STARTS AT ELEMENT 0, GROWS WHEN E ADDED)
'      - ELEMENT DATA
'        - ELEMENT 0
'          - F ELEMENT DATA
'          - F VARIABLES
'          - F CALLS
'      - DISPLAYS
'        - DISPLAY 0
'          - F DISPLAY DATA
'          - F VARIABLES
'          - F LINKS

I spent way too many hours on this, I need a break
I greatly underestimated how much time it would take


sucessors:

  1. simple reliable fixed file system
  2. why do we need a tool, can't it just be smarter
  3. 13 lines of code was all it took (newest)

GUI Loader.nx | Open in app
2022-07-12 12:05
GUI Loader.nx | Open in app
2022-07-09 23:52

SP4CEBAR 2022-07-12 12:11

I added some new commands, and I changed some commands to make them easier:

Commands to be added:


SP4CEBAR 2022-07-12 12:12

I kind of lost motivation to work on this project, more information here


Log in to reply.