Code: Select all
text$ = "Window_1 = OpenWindow(#PB_Any, 0, 0, 200, 200, "+Chr('"')+"window_1"+Chr('"')+ ")" + #LF$ +
"Repeat : Until WaitWindowEvent()=#PB_Event_CloseWindow"
RunProgram(#PB_Compiler_Home+"/Compilers/pbcompiler", "/EXE"+ text$, "", #PB_Program_Open|#PB_Program_Wait )
;RunProgram(#PB_Compiler_Home+"/Compilers/pbcompiler", text$ + " /EXE", "", #PB_Program_Open|#PB_Program_Wait )
For example, in pureform, in icedesign there is a preview function, I thought it was implemented this way.AZJIO wrote: Mon Mar 03, 2025 5:13 am 1. This topic is to correct documentation errors, and not to resolve other issues.
2. This is not autoit3, so it is impossible to do this. Firstly, you need to save the file, and secondly, you cannot add the compiler to your program, since the license does not allow.