User contributions for Thisdp
Jump to navigation
Jump to search
1 March 2023
- 07:5607:56, 1 March 2023 diff hist +17 DgsCreateRoundRect →Syntax
- 07:5607:56, 1 March 2023 diff hist +17 DgsCreateRoundRect →Syntax
11 February 2023
- 11:5611:56, 11 February 2023 diff hist +101 OnDgsElementLeave No edit summary
- 11:5411:54, 11 February 2023 diff hist +68 OnDgsElementLeave No edit summary
- 11:5411:54, 11 February 2023 diff hist +14 OnDgsElementEnter No edit summary
- 11:5311:53, 11 February 2023 diff hist +54 OnDgsElementEnter No edit summary
- 11:5211:52, 11 February 2023 diff hist +55 OnDgsElementEnter No edit summary
- 11:5211:52, 11 February 2023 diff hist +55 OnDgsElementLeave No edit summary
- 11:5111:51, 11 February 2023 diff hist −17 OnDgsElementEnter No edit summary
- 11:5111:51, 11 February 2023 diff hist +1,197 N OnDgsElementLeave Created page with "{{Client event}} __NOTOC__ This event is fired when the user moves the mouse away from a DGS element even this DGS element is blocked by other DGS elements. '''But you have to set property enableFullEnterLeaveCheck of the DGS element to ''true'''''. ==Parameters== <syntaxhighlight lang="lua"> int absoluteX, int absoluteY </syntaxhighlight> * '''absoluteX''': the X position of the mouse cursor, in pixels, measured from the left side of the screen. * '''absoluteY'..."
- 11:5111:51, 11 February 2023 diff hist +5 OnDgsMouseLeave No edit summary current
- 11:5011:50, 11 February 2023 diff hist +1 OnDgsElementEnter No edit summary
- 11:4911:49, 11 February 2023 diff hist +1,307 N OnDgsElementEnter Created page with "{{Client event}} __NOTOC__ This event is fired when the user moves the mouse over a DGS element even this DGS element is blocked by other DGS elements. '''But you have to set property enableFullEnterLeaveCheck of the DGS element to ''true'''''. ==Parameters== <syntaxhighlight lang="lua"> int absoluteX, int absoluteY, element leftGUI </syntaxhighlight> * '''absoluteX''': the X position of the mouse cursor, in pixels, measured from the left side of the screen. * '..."
- 11:2011:20, 11 February 2023 diff hist +46 Template:DGS Events/General No edit summary
- 11:1511:15, 11 February 2023 diff hist +93 DGS General Basic Properties →enableFullEnterLeaveCheck
- 10:5110:51, 11 February 2023 diff hist −7 DGS General Basic Properties No edit summary
- 10:2410:24, 11 February 2023 diff hist −3 Dgs3DInterfaceSetFaceTo →Optional Arguments current
- 10:2410:24, 11 February 2023 diff hist −15 Dgs3DInterfaceSetFaceTo →Optional Arguments
- 10:2310:23, 11 February 2023 diff hist +246 Dgs3DInterfaceSetFaceTo →Optional Arguments
- 10:0410:04, 11 February 2023 diff hist −3 Dgs3DInterfaceSetAttachedOffsets No edit summary current
- 10:0410:04, 11 February 2023 diff hist +57 Dgs3DInterfaceSetAttachedOffsets No edit summary
5 February 2023
- 16:0316:03, 5 February 2023 diff hist +228 Dgs-dxcheckbox No edit summary current
- 16:0316:03, 5 February 2023 diff hist +240 Dgs-dxradiobutton No edit summary current
- 16:0016:00, 5 February 2023 diff hist −2 DgsRadioButtonGetButtonSide →Example current
- 16:0016:00, 5 February 2023 diff hist −3 DgsRadioButtonSetButtonAlign →Example current
- 15:5915:59, 5 February 2023 diff hist 0 DgsRadioButtonGetButtonAlign →Example current
- 15:5915:59, 5 February 2023 diff hist +899 N DgsRadioButtonGetButtonAlign Created page with "{{Client function}} __NOTOC__ This function gets the alignment of the button of a dgs radio button. ==Syntax== <syntaxhighlight lang="lua"> string dgsRadioButtonGetButtonAlign ( dgsRadioButton ) </syntaxhighlight> ===Required Arguments=== *'''radioButton:''' The dgs radio button. ===Returns=== Returns a ''string'' indicates the alignment of the button of a dgs radio button if successful, ''false'' otherwise. Valid type strings are: **"left": The dgs radio button wi..."
- 15:5815:58, 5 February 2023 diff hist −2 DgsCheckBoxSetButtonSide No edit summary current
- 15:5815:58, 5 February 2023 diff hist −2 DgsCheckBoxGetButtonSide No edit summary current
- 15:5815:58, 5 February 2023 diff hist +869 DgsCheckBoxGetButtonAlign No edit summary current
- 15:5615:56, 5 February 2023 diff hist −3 DgsCheckBoxSetButtonAlign No edit summary current
- 15:5615:56, 5 February 2023 diff hist −2 DgsRadioButtonSetButtonSide →Example current
- 15:5515:55, 5 February 2023 diff hist −5 DgsRadioButtonSetButtonSide →Required Arguments
- 15:5515:55, 5 February 2023 diff hist +30 DgsRadioButtonSetButtonSide No edit summary
- 15:5415:54, 5 February 2023 diff hist −22 DgsRadioButtonSetButtonSide No edit summary
- 15:5415:54, 5 February 2023 diff hist +851 N DgsRadioButtonGetButtonSide Created page with "{{Client function}} __NOTOC__ This function gets the side of the button of a dgs radio button. ==Syntax== <syntaxhighlight lang="lua"> string dgsRadioButtonGetButtonSide ( dgsRadioButton [, string side = "left" ] ) </syntaxhighlight> ===Required Arguments=== *'''radioButton:''' The dgs radio button. ===Returns=== Returns a ''string'' indicates side of the button if successful, ''false'' otherwise. Valid type strings are: *"left": The dgs radio button will be placed i..."
- 15:5015:50, 5 February 2023 diff hist −2 DgsCheckBoxGetButtonSide →Returns
- 15:4915:49, 5 February 2023 diff hist +826 N DgsCheckBoxGetButtonSide Created page with "{{Client function}} __NOTOC__ This function gets the side of the button of a dgs check box. ==Syntax== <syntaxhighlight lang="lua"> string dgsCheckBoxGetButtonSide ( dgsCheckBox [, string side = "left" ] ) </syntaxhighlight> ===Required Arguments=== *'''checkBox:''' The dgs check box. ===Returns=== Returns a ''string'' indicates side of the button if successful, ''false'' otherwise. Valid type strings are: **"left": The dgs check box will be placed in the left side o..."
- 15:4715:47, 5 February 2023 diff hist +839 N DgsRadioButtonSetButtonSide Created page with "{{Client function}} __NOTOC__ This function sets the side of the button of a dgs radio button. ==Syntax== <syntaxhighlight lang="lua"> bool dgsRadioButtonSetButtonSide ( dgsRadioButton [, string side = "left" ] ) </syntaxhighlight> ===Required Arguments=== *'''checkBox:''' The dgs radio button. *'''side:''' The side of the button of the dgs radio button is placed. Valid type strings are: **"left": The dgs radio button will be placed in the left side of the text. **"ri..."
- 15:4415:44, 5 February 2023 diff hist −5 DgsCheckBoxSetButtonSide No edit summary
- 15:4215:42, 5 February 2023 diff hist +1 DgsRadioButtonSetButtonAlign No edit summary
- 15:4215:42, 5 February 2023 diff hist +1 DgsRadioButtonGetSelected No edit summary current
- 15:4215:42, 5 February 2023 diff hist +1 DgsCheckBoxSetButtonAlign No edit summary
- 15:4115:41, 5 February 2023 diff hist +817 N DgsCheckBoxSetButtonSide Created page with "{{Client function}} __NOTOC__ This function sets the side of the button of a dgs check box. ==Syntax== <syntaxhighlight lang="lua"> bool dgsCheckBoxSetButtonSide ( dgsCheckBox [, string side = "left" ] ) </syntaxhighlight> ===Required Arguments=== *'''checkBox:''' The dgs check box. *'''side:''' The side of the button of the dgs check box is aligned to. Valid type strings are: **"left": The dgs check box will be placed at the left side of the text. **"right": The dgs..."
- 15:4015:40, 5 February 2023 diff hist +8 DgsCheckBoxSetButtonAlign No edit summary
- 15:3915:39, 5 February 2023 diff hist +8 DgsRadioButtonSetButtonAlign →Syntax
- 15:3915:39, 5 February 2023 diff hist +2 DgsRadioButtonSetButtonAlign No edit summary
- 15:3915:39, 5 February 2023 diff hist +2 DgsCheckBoxSetButtonAlign No edit summary
- 15:3715:37, 5 February 2023 diff hist −16 DgsRadioButtonSetButtonAlign No edit summary
- 15:3715:37, 5 February 2023 diff hist −15 DgsCheckBoxSetButtonAlign No edit summary