Posts: 4,697
Threads: 222
Joined: Apr 2022
Reputation:
322
06-18-2023, 02:20 PM
(This post was last modified: 06-18-2023, 02:22 PM by bplus.)
Hey! when you guys (and gal) use Add Image to post, this is what I get too often when I try and check it out:
I dislike the imgbb spam!
Please use the full Reply button at the very bottom "Click or drop some files here to upload..."
leave the cursor where you want to paste the image in your post, then click "insert" after image is loaded.
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
Posts: 688
Threads: 154
Joined: Apr 2022
Reputation:
67
Excellent. My cruddy old 1st attempt to use inform recompiled just fine.
Posts: 89
Threads: 13
Joined: Apr 2022
Reputation:
9
Is it possible to change the icon of the form? I see the "Icon File" box on the designer, but typing in the path and filename of the icon file doesn't seem to work. I don't see anything in the wiki that provides guidance.
It's not the having, it's the doing.
Posts: 4,697
Threads: 222
Joined: Apr 2022
Reputation:
322
06-23-2023, 02:11 PM
(This post was last modified: 06-23-2023, 02:13 PM by bplus.)
For some reason QB64 has a harder time finding icon files in same folder or relative path from exe than say an image or font file. Oft times a person gets the file loaded in their system but someone downloading and running the code gets decidedly different results in file finding.
Often times all that is needed is an additional ".\" to indicate to QB64 the file in question is right there in same folder as the exe.
I am assuming of course you are Running the Compile to save the exe in same folder as bas source because who in their right mind wants to clutter up their QB64 folder with all their projects and files needed for each project, that would be insane IMHO

specially when QB64pe is actively updated so many times a year and bravo for that!
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
Posts: 66
Threads: 1
Joined: Apr 2023
Reputation:
2
Wow, I didn't realize there was a new fork of InForm. I liked InForm. Really made some projects easy. It can be a real pain in the butt to try doing Win32 GUIs for a small program since the code for the GUI window is far larger than the code for the actual program. And with me now using Linux more, it might serve me better to use InForm again. I do prefer Win32 GUIs but even then, MCI/WINMM works differently in Wine. My video player only half works in Wine

I might try writing a program soon that interfaces with some REST/HTTP API but all those are the same ol' thing. I don't know. Maybe some Win32 nonsense. I need a bit of real inspiration.
Schuwatch!
Yes, it's me. Now shut up.
Posts: 4,697
Threads: 222
Joined: Apr 2022
Reputation:
322
@a740g what are the chances of returning the current status of a text box in the .text property (VB term for the .item in Type array or UDT) ? OK you might have to keep the old Text() thing for compatibles but yuck!
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever