LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

A GUI Library?

Root / Talk About Programs / [.]

AveryCreated:
I'm thinking of making some commands for DEFY which would create a GUI like windows 98? It would need to keep memory about the GUI objects, but DEFS have isolated variables soooo... I'm thinking of keeping them on the graphics page?

or how about like this?
A$=FUNCTION(A$)

You can use global variables in functions too. Since there are a lot of element on a gui, you should store each structure as a collection of arrays. Then, you must bring the index(or a id) to the function to do something in the gui. I have a work in progress gui library that use def, update the gui only when a value is changed and handle the resource. I tried to recreate the behavior of the classes that are used on android but it still have some bugs. Here is the key: LXCXF3NJ Note: It's made in lowerdash to separate each element on different files.