Page 1 of 1

NoClose not working with CreateDisplay(), RapaGUI, Windows

Posted: Sun Jul 17, 2016 4:18 am
by PEB
This bug only shows up in Windows. (Amiga works correctly.)

When '@REQUIRE "RapaGUI"' is used at the beginning of the script, Hollywood is unable to create displays without the close gadget.

This code demonstrates the problem:

Code: Select all

@REQUIRE "RapaGUI"
CreateDisplay(2, {Title="Display 2",  NoClose=True})
OpenDisplay(2)
Again, this only happens on Windows, not on Amigas.

Re: NoClose not working with CreateDisplay(), RapaGUI, Windo

Posted: Mon Jul 18, 2016 11:09 am
by airsoftsoftwair
Right, this is a bug in RapaGUI. See here for an explanation why it only occurs on Windows/Mac/Linux.

Re: NoClose not working with CreateDisplay(), RapaGUI, Windo

Posted: Sat Nov 05, 2016 1:52 pm
by airsoftsoftwair

Code: Select all

- Fix [Windows/MacOS/Linux]: "NoClose" and "NoHide" display flags didn't work with RapaGUI