Posts: 404
Threads: 74
Joined: Apr 2022
Reputation:
20
I added a 17 digit limit to the Paste, if it's beyond that the number will revert to 0.
Posts: 199
Threads: 15
Joined: Apr 2022
Reputation:
4
interesting. thank you for sharing this code. it would be necessary to enlarge the display fonts and there is a latency time when clicking.
Posts: 276
Threads: 14
Joined: Apr 2022
Reputation:
27
I've been using your button beveling algorithm ever since you first posted the calculator. I just like that look.
DO: LOOP: DO: LOOP
sha_na_na_na_na_na_na_na_na_na:
Posts: 404
Threads: 74
Joined: Apr 2022
Reputation:
20
07-25-2022, 07:08 PM
(This post was last modified: 07-26-2022, 12:26 AM by SierraKen.)
Thanks for your input guys. I changed the font to Arial font size 18 and 14 for the Help Page. When I tried the _DELAY at .03 it often was doubling the number when I clicked a button, or tripling, or more. So I it seems to work fine with me at .2. I did what B+ said and changed the mouse commands and it seems to work a little bit better. B+, I've always gotten that mouse code from the Wiki pages. But I will try to use While/Wend instead, thanks. I also added some better code to keep the limit of digits from going off the screen.
Here is the update:
(Code deleted again, go to Page 2 for the update.)
Posts: 404
Threads: 74
Joined: Apr 2022
Reputation:
20
Thanks! Wow I never really got into C much myself, mostly always stuck with different variations of BASIC since the 80's. Although I did make many websites in html and a little bits of C, Visual Basic, etc.