GUI screen pack pure MMBasic


Author Message
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6523
Posted: 01:17am 24 Mar 2021      

A wet day in Tasmania today so I thought I would have a play.
I am interested in how portable code can be and this is a good example of 'very portable'

To run it on a CMM2, I had to include the MOUSE and CURSOR initialisation and change the TOUCH(X|Y) to a function that reads the mouse
Simple enough.

The only other gotcha I have seen is GUI BITMAP
Not available on the CMM2 so I simply put a tick character in the box.
(Image has it as a cross)

The other obvious thing is the alignment of the text boxes. I haven't chased that one down yet.



Jim