Layer associated with skin_btn_fs is no longer displayed.

  • I have a message that I would like to display when the full screen button is displayed at startup.
    In previous versions, it was displayed after loading, but in the current version it is not displayed.

    It seems that visible=true is required, but is this the correct move?
    All tests have not been completed, but I would appreciate it if you could let me know.



    Sorry for my bad English

  • Code
    visible=""

    is an invalid setting!

    Valid values for Boolean variables are only true or false.

    In older version that empty string was wrongly parsed as true.
    In the current version this is now correctly parsed as false.

    Here a quote from the release notes:

    Quote

    Fix: The Boolean conversion is more 'correct' now. An empty String is false now and all non-0 Numbers and Objects with a non-null/non-undefined value will be true now.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!