So - first I call MessageBox with some information. That's in the middle. The subsequent display of the input box at the top left is simply inappropriate.
I am attaching the old InputBox library here. It has a better look than the integrated one, BUT it doesn't work under PE. Works under QB64 2.0. I've spent several hours now trying to get it running in QB64PE as well. Without success. I was only able to get the inputbox window to appear with the buttons, but after clicking in the field and pressing anything on the keyboard, the program always crashed. The error is somewhere in the input_box2.bm file, SUB ipb_userinput, around line 378. I am attaching the original, unmodified version that works in QB64 2.0. I tried removing multiple functions in a row from some commands, splitting it up, it almost looked like it would work, but it didn't.
If someone can move it, I'll be glad. Everyone will benefit if it succeeds.
I am attaching the old InputBox library here. It has a better look than the integrated one, BUT it doesn't work under PE. Works under QB64 2.0. I've spent several hours now trying to get it running in QB64PE as well. Without success. I was only able to get the inputbox window to appear with the buttons, but after clicking in the field and pressing anything on the keyboard, the program always crashed. The error is somewhere in the input_box2.bm file, SUB ipb_userinput, around line 378. I am attaching the original, unmodified version that works in QB64 2.0. I tried removing multiple functions in a row from some commands, splitting it up, it almost looked like it would work, but it didn't.
If someone can move it, I'll be glad. Everyone will benefit if it succeeds.