Code: Select all
#PB_Window_SystemMenu: Enables the system menu on the window title bar (default).Can we safely remove it, at least from our (basic) Forum examples?
I'm mostly asking to Linux ppl
Code: Select all
#PB_Window_SystemMenu: Enables the system menu on the window title bar (default).Code: Select all
OpenWindow(0, 0, 0, 230, 170, "")
Filename$ = #PB_Compiler_Home + "Install.Txt"
CocoaMessage(0, WindowID(0), "setTitleWithRepresentedFilename:$", @Filename$)
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow