NoClose not working with CreateDisplay(), RapaGUI, Windows
Posted: Sun Jul 17, 2016 4:18 am
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:
Again, this only happens on Windows, not on Amigas.
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)