10-05-2023, 10:31 PM
Another bit of work being done... A bit repetitive and yet not:
A while ago, I made the scrolling list windows which you see in the top center and right, and the combo box on the right side of the screen. Unfortunately, these cannot be added into a 'Window' of their own. So it is currently impossible to put a combo box in the "Start Menu", the "Widgets" window in the top-left, or the "Other Widgets" window in the bottom-left.
So... do notice what am working on highlighted by the rainbow-colored box around the bottom-left!
The code is going to be quite different, but I am working on a new Scrolling listbox. For this, I have need to insert a proprietary scrollbar system and a few other touches. Obviously, I want the math used for the existing scrollbar to be much the same. I already know I can vertically scroll the list. But tying the two together will be ... fun? I think the worst part will be the creation of the scrollbar 'tab'.
Oh, yeah... on the far right, there IS a proto-drive-list drop-box. Functional, but ugly IMHO.
A while ago, I made the scrolling list windows which you see in the top center and right, and the combo box on the right side of the screen. Unfortunately, these cannot be added into a 'Window' of their own. So it is currently impossible to put a combo box in the "Start Menu", the "Widgets" window in the top-left, or the "Other Widgets" window in the bottom-left.
So... do notice what am working on highlighted by the rainbow-colored box around the bottom-left!
The code is going to be quite different, but I am working on a new Scrolling listbox. For this, I have need to insert a proprietary scrollbar system and a few other touches. Obviously, I want the math used for the existing scrollbar to be much the same. I already know I can vertically scroll the list. But tying the two together will be ... fun? I think the worst part will be the creation of the scrollbar 'tab'.
Oh, yeah... on the far right, there IS a proto-drive-list drop-box. Functional, but ugly IMHO.