GUI screen pack pure MMBasic


Author Message
CaptainBoing

Guru

Joined: 07/09/2016
Location: United Kingdom
Posts: 2171
Posted: 05:55pm 05 Apr 2021      

Thanks for the feedback Steve.

I have un-remmed the GUI CURSOR MOUSE in the CMM2 switch inside GetTouch - thanks. Not having a CMM2, that bit was done for me and I was putting it in "blind"

You are right about the box on the checkboxes - that was corrected in V0.63

The slider object is re-drawn as it is moved in the "cursor/touch down" section of ProcessTouch() - Case 4 immediately before the Loop at the end of the case (line 181 in my code here) - there should be no reason to redraw in your own program. I am testing on an F4 and it animates nicely, so if there is some difference in action on the CMM2, see if you can catch it and fix in ProcessTouch()

I am really pleased to see you playing and extending the functionality - precisely what this is meant for.

Cheers
Edited 2021-04-06 03:57 by CaptainBoing