04-17-2025, 05:03 PM
(04-17-2025, 04:42 PM)madscijr Wrote:(04-17-2025, 01:32 PM)SMcNeill Wrote: 1) SYSTEM -- this command
That worked, thanks. (I could swear I tried SYSTEM and it still said press any key, but I tried it again, and this time it worked, so go figure.)
(04-17-2025, 01:32 PM)SMcNeill Wrote: 2) Set image size to _NewImage(_DesktopWidth, _DesktopHeight, 32)Not working. At line 314, I added code to print text to the corners of the screen, and the graphics are not drawing all the way there, the right & left sides of the screen are still blank (also, I'm not sure what @bplus meant by losing roundness, it looks the same to me...)
Sorry. I was on my ipad and didn't type that fully. What you need to do is make an image the size of your desktop and then _PUTIMAGE the screen to that one to display.
Draw on the 800x800 screen.
Have a _DesktopWidth, _DesktopHeight image.
Put the 800x800 image on the properly sized one.
_DISPLAY
Note: the scaled image is the SCREEN. The 800x800 is the _DEST. You want to _PUTIMAGE from the 800x800 to the SCREEN image.
If I get time later, I'll work it up for you, if you can't sort it out on your own before then.
