User contributions for Thisdp
Jump to navigation
Jump to search
22 March 2022
- 15:2515:25, 22 March 2022 diff hist +8 DgsAlphaTo →Syntax
- 15:2515:25, 22 March 2022 diff hist +8 DgsSizeTo →Syntax
- 15:2515:25, 22 March 2022 diff hist +8 DgsMoveTo →Syntax
- 15:2515:25, 22 March 2022 diff hist +114 DgsAnimTo No edit summary current
- 15:2415:24, 22 March 2022 diff hist +74 DgsMoveTo →Returns
- 15:2415:24, 22 March 2022 diff hist +74 DgsSizeTo →Returns
- 15:2415:24, 22 March 2022 diff hist +74 DgsAlphaTo →Returns
- 15:2415:24, 22 March 2022 diff hist −1 DgsSizeTo →Required Arguments
- 15:2415:24, 22 March 2022 diff hist +26 DgsMoveTo →Required Arguments
- 15:2415:24, 22 March 2022 diff hist +27 DgsSizeTo →Required Arguments
- 15:2415:24, 22 March 2022 diff hist +26 DgsAlphaTo →Required Arguments
21 March 2022
- 06:5406:54, 21 March 2022 diff hist +434 Dgs-dxline No edit summary current
- 06:5206:52, 21 March 2022 diff hist +468 Dgs-dx3dline No edit summary current
- 06:4606:46, 21 March 2022 diff hist +4 Dgs-dxline →lineWidth
- 06:4506:45, 21 March 2022 diff hist +799 N Dgs-dxline Created page with "DGS Properties is always used to change the gui style and make it more fantastic. This page shows the properties of dgs-dxline that you could use. ==Main Functions== *dgsSetProperty *dgsGetProperty ==Properties== ===color=== The color which can be translated by tocolor of the default color of the line. If the color of item is not specified, this color will be used. <syntaxhighlight lang="lua">dgsSetProperty(line,"color",color)</syntaxhighlight> *''..."
- 06:4206:42, 21 March 2022 diff hist +2,326 N Dgs-dx3dline Created page with "DGS Properties is always used to change the gui style and make it more fantastic. This page shows the properties of dgs-dx3dline that you could use. ==Main Functions== *dgsSetProperty *dgsGetProperty ==Properties== ===color=== The color which can be translated by tocolor of the default color of the 3d line. If the color of item is not specified, this color will be used. <syntaxhighlight lang="lua">dgsSetProperty(line3D,"color",color)</syntaxhighlig..."
17 March 2022
- 10:1710:17, 17 March 2022 diff hist −89 Dgs-dxmemo →caretOffset
16 March 2022
- 16:2816:28, 16 March 2022 diff hist +1 DgsLabelGetTextSize →Syntax current
- 16:0316:03, 16 March 2022 diff hist +2 Dgs-dxcombobox →itemTextPadding
- 15:5915:59, 16 March 2022 diff hist −22 DgsLabelGetTextSize →Example
- 15:5915:59, 16 March 2022 diff hist +1,035 N DgsLabelGetTextSize Created page with "{{Client function}} __NOTOC__ This function retrieves the theoretical width and height (in pixels) of a certain piece of text of dgs label. ==Syntax== <syntaxhighlight lang="lua"> float float dgsLabelGetTextSize( element theLabel ) </syntaxhighlight> ===Required Arguments=== *'''theLabel:''' The label of whose text you wish to retrieve the width and height. ===Returns=== Returns two floats representing the width and height of the text in pixels. ==Example== This e..."
- 15:4315:43, 16 March 2022 diff hist +25 Template:DGS Label Functions No edit summary current
- 11:1111:11, 16 March 2022 diff hist +22 Dgs-dxscrollbar No edit summary
- 11:1111:11, 16 March 2022 diff hist +24 Dgs-dxscrollbar No edit summary
14 March 2022
- 16:3616:36, 14 March 2022 diff hist −16 DgsComboBoxSetItemData →Syntax current
- 16:3616:36, 14 March 2022 diff hist 0 DgsComboBoxSetItemData →Syntax
- 16:3516:35, 14 March 2022 diff hist 0 DgsComboBoxSetItemData →Syntax
- 16:3516:35, 14 March 2022 diff hist +2,443 N DgsComboBoxSetItemData Created page with "{{Client function}} This function sets an Item Data associated to a combo box item. ==Syntax== <syntaxhighlight lang="lua"> bool dgsComboBoxSetItemData ( element combobox, int itemIndex, mixed data ) </syntaxhighlight> ===Required Arguments=== *'''combobox:''' the combobox containing the item you're interested in. *'''itemIndex:''' the item index of the item. *'''data:''' the data you want to set. ===Returns=== Returns '''true''' if set successfully, ''false'' if..."
11 March 2022
- 02:5102:51, 11 March 2022 diff hist −2 Dgs-dxtab →shadow
- 02:5102:51, 11 March 2022 diff hist +417 Dgs-dxtab No edit summary
- 02:5002:50, 11 March 2022 diff hist +387 Dgs-dxtabpanel No edit summary
- 02:4802:48, 11 March 2022 diff hist +67 Resource:DGS No edit summary
10 March 2022
- 07:5707:57, 10 March 2022 diff hist +1,987 DGS Updates Log →DGS Update Log 2020~2024
- 07:5607:56, 10 March 2022 diff hist 0 Resource:DGS No edit summary
- 07:3107:31, 10 March 2022 diff hist +51 DgsMemoGetTextBoundingBox No edit summary current
9 March 2022
- 04:4404:44, 9 March 2022 diff hist −392 Dgs-dxwindow No edit summary
- 03:5603:56, 9 March 2022 diff hist +2 DGS Custom Plugin →Export Functions current
4 March 2022
- 06:5006:50, 4 March 2022 diff hist +1 Dgs-dxedit →caretWidth
26 February 2022
- 17:2017:20, 26 February 2022 diff hist 0 DgsSVGGetRawDocument →Required Arguments
- 17:2017:20, 26 February 2022 diff hist +1,167 N DgsSVGGetRawDocument Created page with "{{Client function}} __NOTOC__ Gets the raw xml data from an svg or an svg node. ==Syntax== <syntaxhighlight lang="lua"> string dgsSVGGetRawDocument( mixed svgNode ) </syntaxhighlight> ===Required Arguments=== *'''svgNode:''' The svg element or the xml node you want to get the raw data from. ===Returns=== * Returns a ''string'' if successful, ''false'' otherwise. ==Example== <section name="Client" class="client" show="true"> <syntaxhighlight lang="lua"> loadstrin..."
- 17:1617:16, 26 February 2022 diff hist −7 DgsSVGCreateNode →Required Arguments
- 17:1517:15, 26 February 2022 diff hist +286 DgsSVGCreateNode No edit summary
- 17:1117:11, 26 February 2022 diff hist +575 DgsSVGCreateNode No edit summary
- 17:1017:10, 26 February 2022 diff hist +943 DgsSVGCreateNode No edit summary
- 17:0517:05, 26 February 2022 diff hist +1,216 DgsSVGCreateNode No edit summary
- 17:0017:00, 26 February 2022 diff hist −1 DgsSVGCreateNode No edit summary
- 17:0017:00, 26 February 2022 diff hist +82 DgsSVGCreateNode →Required Arguments
- 16:5916:59, 26 February 2022 diff hist +3 DgsSVGCreateNode →Required Arguments
- 16:5916:59, 26 February 2022 diff hist +95 DgsSVGCreateNode →Required Arguments
- 16:5716:57, 26 February 2022 diff hist −146 DgsSVGCreateNode →Syntax