Search results

Jump to navigation Jump to search
  • string guiGetProperty ( element guiElement, string property ) ...succeeds, it returns a string with the value of the property. If it fails, it returns ''false''.
    1 KB (169 words) - 17:17, 21 November 2018
  • {{OOP||[[GUI widgets|GuiElement]]:setProperty||guiGetProperty}} If the function succeeds it returns ''true'', if it fails it returns ''false''.
    2 KB (224 words) - 23:13, 11 January 2023
  • ...n. Returns false if the button is not visible or the mouse is not over it. It also returns false if the ''guiElement'' is not a gui-window. ...if (guiGetProperty (guiElement, "CloseButtonEnabled") == "True") and (guiGetProperty (guiElement, "TitlebarEnabled") == "False") then
    3 KB (303 words) - 05:42, 3 March 2023
  • if t == "left" and guiGetProperty(source,'ID') ~= '0' then '''Example 1:''' This example creates a staticImage "mtalogo.png" and sets it to be movable or not using command move and state true or false :
    2 KB (292 words) - 23:47, 16 June 2020