06-04-2025, 09:12 AM
(This post was last modified: 06-04-2025, 09:41 AM by TempodiBasic.
Edit Reason: adding explicative images
)
InForm-PE
|
06-04-2025, 04:45 PM
(This post was last modified: 06-04-2025, 04:46 PM by a740g.
Edit Reason: Fix typo
)
@TempodiBasic, there isn't a tutorial mode. The message boxes you see were added to the code shared by @Kernelpanic in here: https://qb64phoenix.com/forum/showthread...3#pid23253
These messages are useful for understanding when events are triggered. If you prefer not to see the popups, you can remove or comment out the MessageBox lines in the code. @Kernelpanic, I highly recommend using the latest versions of InForm-PE (from the first post) and QB64-PE 4.1.0+ for the best experience.
06-05-2025, 12:03 PM
06-10-2025, 11:01 AM
@kernelpanic
The Inform-pe has chained .BI files so when you compile (or compile and run a project ) you need all the .BI files pack. They are the same needed when I want shared a my app and the user want compile it on his machine without installing Inform-pe on it. I dunno how huge or useful is the use of a generic path to add to the absolute path used into .BI files for example in the project file there is for default these $include: Code: (Select All)
while in Inform.Bi there is Code: (Select All)
that is in the same folder of Inform.BI so IDE can find it easilyand in this last there are Code: (Select All)
the first is in the same folder of InformCommon.bi and the second in the relative path "extensions/" starting from the folder of InformCommon.bia way to mantain this hierarchy and to make flexible the path of Inform is to add at the start of each relative path an absolute path taken from a file dialog box SetInformLibraryPath ...and SHARED it as a Global shared variable in the main module for example in Inform.BI Code: (Select All)
and in InformCommon.BI Code: (Select All)
06-10-2025, 07:03 PM
@TempodiBasic - Yes, it's a bit complicated, but I want to keep it separate from the QB64 program. The screenshot shows how the folder should be structured. The InForm folder must be copied into the folder where one store your projects.
As I said, it's a bit complicated, but it works. All the necessary files are found. ![]() Code: (Select All)
Yesterday, 12:03 AM
yeah maybe it is simpler a copy of Inform into folder of work than an absolute path to add to that relative path into includes files...
Yesterday, 01:41 PM
(This post was last modified: Yesterday, 01:41 PM by a740g.
Edit Reason: fix typo
)
I agree with @TempodiBasic - it's a cleaner approach and makes zipping and sharing much easier.
While I can't promise an ETA, I'm actively working on a solution where the UIEditor can optionally copy all required InForm runtime files to the form's location whenever the form is edited.
7 hours ago
Hi
a new program in Informpe Speed Bible it shows how to 1. emulate a text editor in a Picturebox 2. run external programs (Qb64pe compiler, .EXE compiled) 3. link to a webpage 4. make responsive to specific event a control that natively is not responsive to that specific event. |
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)