User contributions for Thisdp
Jump to navigation
Jump to search
- 17:31, 10 May 2022 diff hist +42 DgsCreateNineSlice →Optional Arguments current
- 11:12, 8 May 2022 diff hist −1 G2D →Server-Sided G2D script converter (G2DSC) current
- 11:12, 8 May 2022 diff hist −2 G2D →Server-Sided G2D script converter (G2DSC)
- 11:12, 8 May 2022 diff hist +6 G2D →Server-Sided G2D script converter (G2DSC)
- 11:11, 8 May 2022 diff hist +140 G2D →Server-Sided G2D script converter (G2DSC)
- 11:09, 8 May 2022 diff hist +282 G2D →Server-Sided G2D script converter (G2DSC)
- 11:06, 8 May 2022 diff hist +21 G2D
- 09:56, 7 May 2022 diff hist 0 Dgs-dxtabpanel →Properties current
- 09:55, 7 May 2022 diff hist +5 Dgs-dxtab →bgImage current
- 09:55, 7 May 2022 diff hist +5 Dgs-dxtab →bgColor
- 09:54, 7 May 2022 diff hist +173 Dgs-dxtab
- 07:28, 7 May 2022 diff hist +67 Dgs-dxtab →tabImage
- 07:26, 7 May 2022 diff hist +79 Dgs-dxtab →tabColor
- 07:25, 7 May 2022 diff hist +25 Dgs-dxtabpanel →tabColor
- 07:24, 7 May 2022 diff hist +9 Dgs-dxtabpanel →tabImage
- 07:24, 7 May 2022 diff hist +16 Dgs-dxtabpanel →tabImage
- 07:23, 7 May 2022 diff hist +1,125 Dgs-dxtabpanel
- 09:09, 24 April 2022 diff hist −9 Dgs-dxswitchbutton current
- 17:29, 23 April 2022 diff hist 0 Dgs-dxbutton
- 17:28, 23 April 2022 diff hist 0 Dgs-dxbutton →iconImage
- 17:28, 23 April 2022 diff hist +249 Dgs-dxbutton
- 14:46, 14 April 2022 diff hist 0 Dgs-dxgridlist current
- 06:25, 13 April 2022 diff hist +36 DgsAddEasingFunction current
- 16:52, 11 April 2022 diff hist +8 DGS Style System →Description current
- 16:52, 11 April 2022 diff hist 0 DGS Style System →Description
- 16:52, 11 April 2022 diff hist +422 N DGS Style System Created page with "==<span style="color:#000000;text-shadow:0.05em 0.05em 0.2em #00000099;">Description</span>== *DGS Style System is another way to change the colors or images of the DGS elements to be created except for the use of dgsSetproperty. *DGS Style System has a '''Default ''' style that will be loaded on start. The '''Default''' style is '''not''' recommended to modify, because '''/updatedgs''' will override your changes."
- 12:01, 11 April 2022 diff hist +477 Dgs-dxwindow →textColor current
- 14:57, 10 April 2022 diff hist +12 DgsCreateRadioButton →Optional Arguments current
- 13:26, 5 April 2022 diff hist +2,283 N DgsComboBoxGetItemData Created page with "{{Client function}} This function gets an Item Data associated to a combo box item. ==Syntax== <syntaxhighlight lang="lua"> mixed dgsComboBoxGetItemData ( element combobox, int itemIndex ) </syntaxhighlight> ===Required Arguments=== *'''combobox:''' the combobox containing the item you're interested in. *'''itemIndex:''' the item index of the item. ===Returns=== Returns the item data of the specified item, ''false'' otherwise. ==Example== This example displays a..." current
- 14:24, 4 April 2022 diff hist +6 DgsMoveTo →Example current Tag: Manual revert
- 14:24, 4 April 2022 diff hist −6 DgsMoveTo →Example
- 12:25, 4 April 2022 diff hist −119 Template:DGSEVENTS →Scroll Bar current Tag: Manual revert
- 13:48, 2 April 2022 diff hist +2,025 DGS Updates Log current
- 04:58, 2 April 2022 diff hist +2 DgsProgressBarSetStyle →Example current
- 12:24, 1 April 2022 diff hist +340 Dgs-dxscrollbar current
- 12:21, 1 April 2022 diff hist +291 Dgs-dxwindow
- 18:27, 29 March 2022 diff hist −1 DgsBindToColorPicker →Example current
- 18:25, 29 March 2022 diff hist +22 DgsBindToColorPicker →Required Arguments
- 18:25, 29 March 2022 diff hist −4 DgsBindToColorPicker →Required Arguments
- 18:24, 29 March 2022 diff hist +3 DgsBindToColorPicker
- 18:24, 29 March 2022 diff hist +982 DgsBindToColorPicker
- 16:20, 25 March 2022 diff hist +9 DgsCreateCustomRenderer →Optional Arguments current
- 16:20, 25 March 2022 diff hist +1 DgsCreateCustomRenderer
- 16:19, 25 March 2022 diff hist +165 DgsCreateCustomRenderer
- 04:43, 25 March 2022 diff hist +198 Resource:Dgs →Features current
- 17:29, 23 March 2022 diff hist +1,056 N DgsIsDragNDropData Created page with "__NOTOC__ {{Client function}} This function checks whether there is some data holding on cursor. ==Syntax== <syntaxhighlight lang="lua"> bool dgsIsDragNDropData ( ) </syntaxhighlight> ===Required Arguments=== None ===Returns=== Returns ''true'' if there is some data holding on cursor, ''false'' otherwise ==Example== <syntaxhighlight lang="lua"> loadstring(exports.dgs:dgsImportFunction())()-- load functions local sender = dgsCreateButton(200,200,200,200,"Sender"..." current
- 17:27, 23 March 2022 diff hist +20 DgsRetrieveDragNDropData current
- 17:26, 23 March 2022 diff hist +1 DgsRetrieveDragNDropData →Example
- 17:26, 23 March 2022 diff hist +2 DgsSendDragNDropData →Example current
- 17:26, 23 March 2022 diff hist +64 DgsSendDragNDropData →Example