01-27-2026, 02:35 AM
(12-20-2025, 04:04 PM)TempodiBasic Wrote: Hi @bobalooie
I've not understood from your image posted here the issue, but your description is almost clear.
So I have built an Informpe demo with the essential items to duplicate the issue or to solve it.
I made a form with 2 pictureboxes of height 70 and width 280 , a button for switching between drawing and clearing the surfaces of the 2 pictureboxes using Informpe. Saving and passing to QB64pe IDE 4.2.0 I have added 2 _newimages of the same dimensions of the 2 pictureboxes and 11 _newimages 64x64 pixels to draw on the pictureboxes via the 2 bigger _newimages.
After a normal compiling, on running I got a console output of errors that leads me to an unsolved output in the running application.
Maybe that this result is for the OS where I made the attempt: Kubuntu 24.04 and the same code has no error in Windows.
Now I cannot use a Windows pc to test this code.
Please try it on a Windows pc if you can.
_putimage_Picturebox.txt must be renamed changing the extension into .frm because the website has denied to load the .frm file.
Please gimme a feedback.
Sorry for the late response, I've been off playing in FreePascal/Lazarus world. The program doesn't work for me. I think you need to have something in the __UI_BeforeUpdateDisplay subroutine to make the program display something. I have found that nothing displays in a picture box unless that is invoked.
It's not the having, it's the doing.

