Is this possible?
Sroll bar from Left to Right
Posted by Slick2175 on Wed 19 Nov 2014 05:29 AM — 3 posts, 14,989 views.
Miniwindows don't have native scroll bars. People that implement them (I think Fiendish did) make their own by defining a scroll area, and a thumb, which they move around.
You set up hotspots to represent the thumb, the area over the thumb, and the area under the thumb, to know where they clicked.
You set up hotspots to represent the thumb, the area over the thumb, and the area under the thumb, to know where they clicked.
I knew that, but i couldn't think off the top of my head how to do a scroll side to side
Fiendish was up and down, and used a table to rewrite the screen, and doing that side to side, wouldhave to capture every character, and I didnt want to do that.
But I thought of a simpler way. Just enlarge the screen and move the screen to the left considering its going to be in the top left with a hotspot.
Fiendish was up and down, and used a table to rewrite the screen, and doing that side to side, wouldhave to capture every character, and I didnt want to do that.
But I thought of a simpler way. Just enlarge the screen and move the screen to the left considering its going to be in the top left with a hotspot.