User contributions for Thisdp
Jump to navigation
Jump to search
23 April 2022
- 17:2817:28, 23 April 2022 diff hist +249 Dgs-dxbutton No edit summary
14 April 2022
- 14:4614:46, 14 April 2022 diff hist 0 Dgs-dxgridlist No edit summary
13 April 2022
- 06:2506:25, 13 April 2022 diff hist +36 DgsAddEasingFunction No edit summary
11 April 2022
- 16:5216:52, 11 April 2022 diff hist +8 DGS Style System →Description current
- 16:5216:52, 11 April 2022 diff hist 0 DGS Style System →Description
- 16:5216: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:0112:01, 11 April 2022 diff hist +477 Dgs-dxwindow →textColor current
10 April 2022
- 14:5714:57, 10 April 2022 diff hist +12 DgsCreateRadioButton →Optional Arguments current
5 April 2022
- 13:2613: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
4 April 2022
- 14:2414:24, 4 April 2022 diff hist +6 DgsMoveTo →Example Tag: Manual revert
- 14:2414:24, 4 April 2022 diff hist −6 DgsMoveTo →Example
- 12:2512:25, 4 April 2022 diff hist −119 Template:DGSEVENTS →Scroll Bar Tag: Manual revert
2 April 2022
- 13:4813:48, 2 April 2022 diff hist +2,025 DGS Updates Log No edit summary
- 04:5804:58, 2 April 2022 diff hist +2 DgsProgressBarSetStyle →Example current
1 April 2022
- 12:2412:24, 1 April 2022 diff hist +340 Dgs-dxscrollbar No edit summary
- 12:2112:21, 1 April 2022 diff hist +291 Dgs-dxwindow No edit summary
29 March 2022
- 18:2718:27, 29 March 2022 diff hist −1 DgsBindToColorPicker →Example current
- 18:2518:25, 29 March 2022 diff hist +22 DgsBindToColorPicker →Required Arguments
- 18:2518:25, 29 March 2022 diff hist −4 DgsBindToColorPicker →Required Arguments
- 18:2418:24, 29 March 2022 diff hist +3 DgsBindToColorPicker No edit summary
- 18:2418:24, 29 March 2022 diff hist +982 DgsBindToColorPicker No edit summary
25 March 2022
- 16:2016:20, 25 March 2022 diff hist +9 DgsCreateCustomRenderer →Optional Arguments current
- 16:2016:20, 25 March 2022 diff hist +1 DgsCreateCustomRenderer No edit summary
- 16:1916:19, 25 March 2022 diff hist +165 DgsCreateCustomRenderer No edit summary
- 04:4304:43, 25 March 2022 diff hist +198 Resource:DGS →Features
23 March 2022
- 17:2917: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:2717:27, 23 March 2022 diff hist +20 DgsRetrieveDragNDropData No edit summary current
- 17:2617:26, 23 March 2022 diff hist +1 DgsRetrieveDragNDropData →Example
- 17:2617:26, 23 March 2022 diff hist +2 DgsSendDragNDropData →Example current
- 17:2617:26, 23 March 2022 diff hist +64 DgsSendDragNDropData →Example
- 17:2517:25, 23 March 2022 diff hist +20 DgsSendDragNDropData No edit summary
- 17:2517:25, 23 March 2022 diff hist +1,137 N DgsRetrieveDragNDropData Created page with "__NOTOC__ {{Client function}} This function retrieves the Drag&Drop data that is holding on cursor. ==Syntax== <syntaxhighlight lang="lua"> bool dgsRetrieveDragNDropData ( [ bool retainData = false ] ) </syntaxhighlight> ===Required Arguments=== None ===Optional Arguments=== *'''retainData''': A bool indicates whether the data will be retain holding or just cleared. ===Returns=== Returns ''true'' if successful, ''false'' otherwise ==Example== <syntaxhighlight l..."
- 17:1817:18, 23 March 2022 diff hist +18 DgsSendDragNDropData →Example
- 17:1817:18, 23 March 2022 diff hist 0 DgsSendDragNDropData →Example
- 17:1717:17, 23 March 2022 diff hist −11 DgsSendDragNDropData →Example
- 17:1717:17, 23 March 2022 diff hist +150 DgsSendDragNDropData →Optional Arguments
- 17:1617:16, 23 March 2022 diff hist +2,081 N DgsSendDragNDropData Created page with "__NOTOC__ {{Client function}} This function makes the possibility of transfering '''dynamic''' data between dgs elements by Drag&Drop, which is useful for inventory system. ==Syntax== <syntaxhighlight lang="lua"> bool dgsSendDragNDropData ( mixed dragData [, material preview = nil, int previewColor = tocolor(255,255,255,255), float previewOffsetX = 0, float previewOffsetY = 0, float previewWidth = 20, float previewHeight = 20, string previewHorizontalAlign = "center",..."
- 16:5016:50, 23 March 2022 diff hist +40 N DgsGetDxGUIFromResource Thisdp moved page DgsGetDxGUIFromResource to DgsGetElementsFromResource current Tag: New redirect
- 16:5016:50, 23 March 2022 diff hist 0 m DgsGetElementsFromResource Thisdp moved page DgsGetDxGUIFromResource to DgsGetElementsFromResource current
- 16:5016:50, 23 March 2022 diff hist +6 DgsGetElementsFromResource No edit summary
- 16:5016:50, 23 March 2022 diff hist +5 Template:DGS General Functions No edit summary
- 16:4916:49, 23 March 2022 diff hist +35 N DgsGetDxGUINoParent Thisdp moved page DgsGetDxGUINoParent to DgsGetElementsInLayer current Tag: New redirect
- 16:4916:49, 23 March 2022 diff hist 0 m DgsGetElementsInLayer Thisdp moved page DgsGetDxGUINoParent to DgsGetElementsInLayer current
- 16:4916:49, 23 March 2022 diff hist +276 DgsGetElementsInLayer No edit summary
- 11:4511:45, 23 March 2022 diff hist +61 Dgs-dxgridlist →bgImage
22 March 2022
- 15:3515:35, 22 March 2022 diff hist 0 Resource:DGS No edit summary
- 15:3415:34, 22 March 2022 diff hist 0 Resource:DGS No edit summary
- 15:3415:34, 22 March 2022 diff hist +63 Resource:DGS No edit summary
- 15:2715:27, 22 March 2022 diff hist +1 Resource:DGS No edit summary
- 15:2715:27, 22 March 2022 diff hist +53 Resource:DGS No edit summary