12-04-2022, 01:49 AM
Ho boy! Tracking down why 2 controls are highlighted has led me to a number of changes with the GUI library code.
I got rid of having coder track if boxes are supposed to be the activeControl that gets keypresses when calling for a redraw. Also the code no longer ends outside the MainRouter loop. _Exit will get you out of MainRouter routine and you will have to manually End or System the code. This is so you have the opportunity to save work before the app is closed and potential work lost. Plus I am highlighting the active control with a clear double lined box in yellow, can't miss it! BM and BI are now dated to help track versions.
I got rid of having coder track if boxes are supposed to be the activeControl that gets keypresses when calling for a redraw. Also the code no longer ends outside the MainRouter loop. _Exit will get you out of MainRouter routine and you will have to manually End or System the code. This is so you have the opportunity to save work before the app is closed and potential work lost. Plus I am highlighting the active control with a clear double lined box in yellow, can't miss it! BM and BI are now dated to help track versions.
b = b + ...