Code: Select all
Debug RunProgram(#PB_Compiler_Home + "compilers/pbcompiler", " -lf -o " + #PB_Compiler_FilePath + "functions.txt", #PB_Compiler_Home)BR
Erlend
Code: Select all
Debug RunProgram(#PB_Compiler_Home + "compilers/pbcompiler", " -lf -o " + #PB_Compiler_FilePath + "functions.txt", #PB_Compiler_Home)Yes, it is in the reference guide ( the one with the treegadget ) Both HID and Screengadget doc is available there. (though the rightclick bug remained yet with beta 5 for screengadgets, but was able to hide the mouse with the docjuror wrote: Mon Dec 08, 2025 7:04 pm Looks great. Many thanks for the continuing support. Is screengadget doc included? I'm unable to locate anything except examples.
cheers
It is not linked to everywhere in the doc (I think that will be with the final)Joubarbe wrote: Tue Dec 09, 2025 4:11 pm I don't see the ScreenGadget doc in the gadget section of the manual (F1)?
Is it normal that compiling a program now opens a console window?

I have a similar observation. Every time I run source code from the IDE (F5) the console window opens. When I compile the exe, it does not appear during compiling. PureBasic_Compilation0.exe appears in the titlebar. Some other programs, however, do not pop the console up. Same compile settings. I first saw this in beta 4. What is behind it and how to stop it opening?Joubarbe wrote: Tue Dec 09, 2025 4:11 pm Is it normal that compiling a program now opens a console window?