Hi everyone, Strange. When I try to start a program from the IDE using F5, I sometimes get this error. After about three retry attempts, it works. The error says: The debugged executable did not respond to communication for 10 seconds. Disconnecting . And an [OK] button. Does anyone have any ideas ...
Hi everyone! Back when animals still spoke, there was something called IIF. Unfortunately, it wasn't built into PureBASIC, or I'd have to cross my eyes.
GLOBAL result.s, userInput.a result.s = IIF(userInput MOD 2 = 0, "Even", "Odd") DEBUG "The number is " + result
Hello everyone, The Bookmarks in QB64 were incredibly simple, fun, and enjoyable to use. Add/Remove a bookmark: ALT + Left key . Next Bookmark: ALT + Down key . Previous Bookmark: ALT + Up key . Here too, you saw a bookmark icon on the left. Very fast and fun to use this way. So it would be great if ...
I was just going to raise a problem about EnableGraphicalConsole(1) , but I ended up here after searching this forum.
When I create an OpenConsole() program, I can use 256 ANSI colors. I can also use ANSI control characters like background, underline, etc. But when I enable EnableGraphicalConsole(1 ...
Yes, search these forums. Here's an alignment solution (diskay's post) -> https://www.purebasic.fr/english/viewtopic.php?p=549974#p549974
Oh, it works for me. Thxalot BarryG. Now it would be nice if I could get a full row in a different color (foreground/backcolor). So not individual cells. I ...
About the ListIconGadget: it would be nice if you could indicate in the AddGadgetColumn that you want to right-align or center it. Or in AddGadgetItem after the chr(10) example give a chr(9) so that the text aligns to the right. At SetGadgetColor you can specify the color for the entire List. Not ...