Search results

Jump to navigation Jump to search
  • bool guiSetVisible ( element guiElement, bool state ) -- if it is, we hide it
    1 KB (163 words) - 21:06, 21 February 2021
  • {{OOP||[[GUI widgets|GuiElement]]:getVisible|visible|guiSetVisible}} guiSetVisible ( myWindow, false ) -- if it is, we hide it
    1 KB (126 words) - 17:19, 21 November 2018
  • ...is the first item). If -1 is specified, then the combo box text is set to it's ''caption''. ...20,"Checked ComboBox",false,guiWindow) -- note the parameter after header, it will create a ComboBox
    2 KB (292 words) - 20:40, 7 November 2018
  • This function will hide window automatically and set BindKey to show it. * '''Window''': Window you want to edit it.
    1 KB (169 words) - 15:09, 5 February 2015
  • Returns [[element]] of the checkbox if it was created succesfully, ''false'' otherwise. <!-- Add the code below, an emphasis should be on making it clear, not optimized. You could provide two versions if you wish, one clear
    4 KB (539 words) - 08:09, 30 October 2023
  • ...integer in between 0 and 1 of the gui element's current alpha, or false if it could not be retrieved. ...eIn = setTimer(guiFade, 50, 1, gui, state) -- We loop the function to make it lower the alpha each 50 ms
    2 KB (360 words) - 17:15, 21 November 2018
  • guiSetVisible(wdwLogin, false)
    16 KB (646 words) - 13:09, 7 February 2021
  • ...nk. This must be an youtube embed link. You can use the following codes in it: ...el=0''' Disable related videos from other channels after the reproduction. It will show only videos from the embed video's channel.
    5 KB (710 words) - 05:45, 3 March 2023
  • *When the focus is transfered from one GUI element to an other, it is guaranteed that ''onClientGUIBlur'' on the element that lost focus is tr ...triggered for the window itself even if one of its widgets had focus too. It's important in this case to use the 4th parameter of [[addEventHandler]] if
    2 KB (309 words) - 14:29, 20 May 2018
  • ...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. This example makes the button to close the GUI window. (Which it was made for)
    3 KB (303 words) - 05:42, 3 March 2023
  • It can also be used to interpolate 2D vectors or scalars by only setting some ...the beginning of the interpolation, 1 at the end). If it is higher than 1, it will start from the beginning.
    9 KB (1,196 words) - 00:34, 30 April 2021
  • Under /client/ directory, create a text file and name it "gui.lua". ...clude the new gui.lua file in the meta.xml of the main resource, and label it as a client script:
    12 KB (1,771 words) - 22:21, 5 November 2018
  • ...] line in the "joinHandler" function in your code, as we will be replacing it with a GUI alternative in this tutorial)''. We'll also take a look at clien All the GUI must be made client-side. It is also a good practice to keep all the client scripts in a separate folder
    16 KB (2,481 words) - 12:19, 17 September 2023
  • * '''label''': The label you want to add effects to it. guiSetVisible(nlabel, guiGetVisible(label))
    3 KB (320 words) - 18:25, 30 April 2018
  • guiSetVisible(keypadWindow,false) -- if its a digit or * or #, then append it to the end of the display
    16 KB (2,326 words) - 12:03, 26 November 2018
  • ...hand, however, your choice of type depends on the situation you are using it for. guiSetVisible(wdwLogin, false)
    16 KB (2,457 words) - 12:11, 16 January 2022
  • guiSetVisible(wdwLogin, false) ...mean that all the components are attached to the window and will move with it, but also that any changes done to the parent window will be applied down t
    15 KB (2,448 words) - 12:30, 30 June 2013
  • guiSetVisible(windowVehicleSelection,false) -- this will add all the vehicle options onto the gridlist, it is explained later in this tutorial
    20 KB (2,848 words) - 13:34, 25 November 2018
  • -- this turns on wordwrap so if your text goes over the edge of the label, it will wrap around and start a new line automatically guiSetVisible(teleportWindow,false)
    13 KB (1,992 words) - 08:28, 12 November 2018
  • guiSetVisible(wdwLogin, false) guiSetVisible(wdwLogin, false) --hides all the GUI we made so we can show them to the pla
    17 KB (2,537 words) - 13:25, 7 July 2022
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)