02-14-2024, 09:37 PM
(This post was last modified: 02-14-2024, 09:41 PM by a740g.
Edit Reason: Add wiki link
)
(02-14-2024, 08:48 PM)Kernelpanic Wrote: @a740g - It really has to be exactly like the instructions; see photo.
Trying to integrate it into my normal folder structure failed and I couldn't find an ini file to adapt this. Ok, I then copied the QB64 folder and renamed it as it should be in the instructions. After that it worked. There were two "not found" messages.
Now for the performance. I tried to recreate a program from VB 5.0, but I'm having trouble setting the color of the heading. The setting is black but I don't see it.
Yes. You are right about the directory setup for compiling InForm itself. I was suggesting more from the point of integrating InForm dependencies in your own project and then bundling the whole thing. See this post: InForm-PE (qb64phoenix.com)
You can ignore the two not found messages. Those are from the Makefile trying to clean a previous build of UiEditor and UiEditorPreview which would be missing when you build InForm for the first time.
To set the foreground / background colors of any control, use the Color Mixer in the UiEditor window. Use the dropdown to switch between the background and foreground color.
![[Image: Screenshot-2024-02-15-030357.png]](https://i.ibb.co/D7dDTnt/Screenshot-2024-02-15-030357.png)
More info in the wiki: Color properties · a740g/InForm-PE Wiki (github.com)