User contributions for Thisdp
Jump to navigation
Jump to search
11 December 2017
- 14:2614:26, 11 December 2017 diff hist +16 DgsComboBoxSetState No edit summary
2 December 2017
- 10:4910:49, 2 December 2017 diff hist −3 Template:DGSEVENTS No edit summary
- 10:1810:18, 2 December 2017 diff hist +720 N DgsGridListGetColumnCount Created page with "{{Client function}} __NOTOC__ This function returns the number of columns in a dgs grid list. ==Syntax== <syntaxhighlight lang="lua"> int dgsDxGridListGetColumnCount ( eleme..."
- 10:1410:14, 2 December 2017 diff hist −9 DgsGridListRemoveColumn →Example
- 10:1410:14, 2 December 2017 diff hist +2,124 N DgsGridListRemoveColumn Created page with "{{Client function}} __NOTOC__ This allows you to delete columns that exist in grid lists. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxGridListRemoveColumn ( element g..."
- 10:1010:10, 2 December 2017 diff hist +834 N DgsComboBoxGetScrollBar Created page with "{{Client function}} __NOTOC__ This function gets the scroll bar of dgs combo box. ==Syntax== <syntaxhighlight lang="lua"> element dgsDxComboBoxGetScrollBar( element comboBox..."
- 10:0110:01, 2 December 2017 diff hist 0 DgsEditSetCaretPosition →Example
- 10:0110:01, 2 December 2017 diff hist 0 DgsEditGetCaretPosition →Example
- 09:4809:48, 2 December 2017 diff hist +662 N DgsEditGetCaretPosition Created page with "__NOTOC__ {{Client function}} This function gets the current position of the caret (the text cursor) within the edit box. ==Syntax== <syntaxhighlight lang="lua"> int dgsDxE..."
- 09:4609:46, 2 December 2017 diff hist 0 DgsEditSetCaretPosition →Syntax
- 09:4609:46, 2 December 2017 diff hist +906 N DgsEditSetCaretPosition Created page with "__NOTOC__ {{Client function}} This function sets the current position of the caret (the text cursor) within the edit box. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDx..."
- 09:4209:42, 2 December 2017 diff hist −8 DgsMemoGetCaretPosition →Syntax
- 09:4109:41, 2 December 2017 diff hist 0 DgsMemoGetCaretPosition No edit summary
- 09:4109:41, 2 December 2017 diff hist +13 DgsMemoGetCaretPosition →Syntax
- 09:4109:41, 2 December 2017 diff hist +711 N DgsMemoGetCaretPosition Created page with "__NOTOC__ {{Client function}} This function sets the current position of the caret (the text cursor) within the memo. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxMemo..."
- 09:3709:37, 2 December 2017 diff hist −1 DgsMemoSetCaretPosition →Optional Arguments
- 09:3609:36, 2 December 2017 diff hist +1,095 N DgsMemoSetCaretPosition Created page with "__NOTOC__ {{Client function}} This function sets the current position of the caret (the text cursor) within the memo. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxMemo..."
- 09:2209:22, 2 December 2017 diff hist +11 DgsMemoMoveCaret No edit summary
- 09:2209:22, 2 December 2017 diff hist +11 DgsEditMoveCaret No edit summary
- 09:2109:21, 2 December 2017 diff hist −4 DgsEditMoveCaret No edit summary
- 09:2009:20, 2 December 2017 diff hist +172 DgsScrollBarGetScrollPosition →Example
- 09:1909:19, 2 December 2017 diff hist +772 N DgsScrollBarGetScrollPosition Created page with "{{client function}} This function gets the scroll amount of a dgs scrollbar as a percentage. ==Syntax== <syntaxhighlight lang="lua"> float dgsDxScrollBarGetScrollBarPosition..."
- 09:1809:18, 2 December 2017 diff hist +1,130 N DgsScrollBarSetScrollPosition Created page with "{{client function}} This function is used to set the scroll amount of a dgs scrollbar as a percentage. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxScrollBarSetScrollBar..."
- 09:0709:07, 2 December 2017 diff hist +920 N DgsEditMoveCaret Created page with "__NOTOC__ {{Client function}} This function sets the current position of the caret (the text cursor) within the edit box. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDx..."
- 09:0209:02, 2 December 2017 diff hist −123 DgsMemoMoveCaret No edit summary
- 09:0109:01, 2 December 2017 diff hist −2 DgsMemoMoveCaret →Example
- 09:0109:01, 2 December 2017 diff hist −60 DgsMemoMoveCaret →Example
- 09:0009:00, 2 December 2017 diff hist +1 DgsMemoMoveCaret →Example
- 09:0009:00, 2 December 2017 diff hist +31 DgsMemoMoveCaret →Example
- 08:5808:58, 2 December 2017 diff hist −340 DgsMemoMoveCaret →Example
- 08:5508:55, 2 December 2017 diff hist −1 DgsMemoMoveCaret →See Also
- 08:5508:55, 2 December 2017 diff hist +4 DgsMemoMoveCaret →Optional Arguments
- 08:5408:54, 2 December 2017 diff hist +4 DgsMemoMoveCaret →Required Arguments
- 08:5408:54, 2 December 2017 diff hist +11 DgsMemoMoveCaret →Required Arguments
- 08:5408:54, 2 December 2017 diff hist +10 DgsMemoMoveCaret →Optional Arguments
- 07:4607:46, 2 December 2017 diff hist +6 OnDgsGridListSelect →Parameters
- 07:4607:46, 2 December 2017 diff hist +1,050 N OnDgsGridListSelect Created page with "{{Client event}} __NOTOC__ This event is triggered each time the item selection of grid list has been changed. ==Parameters== ''CurrentItem:'' The value of current selected..."
- 07:3607:36, 2 December 2017 diff hist +943 N OnDgsScrollBarScrollPositionChange Created page with "{{Client event}} __NOTOC__ This event is fired when a DGS scrollbar is scrolled ( including scroll bars of scrollpane, gridlist and combobox ). ==Parameters== <syntaxhighli..."
- 07:3107:31, 2 December 2017 diff hist +694 N OnDgsPreRender Created page with "__NOTOC__ {{Client event}} This event is triggered every time before dgs renders. ==Parameters== ''None'' ==Source== The source of this event..."
- 07:3007:30, 2 December 2017 diff hist +40 OnDgsRender →Example
- 07:3007:30, 2 December 2017 diff hist +650 N OnDgsRender Created page with "__NOTOC__ {{Client event}} This event is triggered every time after dgs renders. ==Parameters== ''None'' ==Source== The source of this event i..."
1 December 2017
- 16:2616:26, 1 December 2017 diff hist +676 N DgsLabelGetHorizontalAlign Created page with "{{Client function}} __NOTOC__ This function gets the horizontal alignment of a dgs text label. Valid alignment types are: *"left" *"center" *"right" ==Syntax== <syntaxhighli..."
- 16:2416:24, 1 December 2017 diff hist −3 DgsLabelGetVerticalAlign No edit summary
- 16:2416:24, 1 December 2017 diff hist +671 N DgsLabelGetVerticalAlign Created page with "{{Client function}} __NOTOC__ This function gets the vertical alignment of a dgs text label. Valid alignment types are: **"top" **"center" **"bottom" ==Syntax== <syntaxhighl..."
- 16:2216:22, 1 December 2017 diff hist +4 DgsLabelSetVerticalAlign →Syntax
- 16:2216:22, 1 December 2017 diff hist +703 N DgsLabelSetVerticalAlign Created page with "{{Client function}} __NOTOC__ This function sets the vertical alignment of a dgs text label. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxLabelSetVerticalAlign ( elemen..."
- 16:2116:21, 1 December 2017 diff hist +812 N DgsLabelSetHorizontalAlign Created page with "{{Client function}} __NOTOC__ This function sets the horizontal alignment of a dgs text label. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxLabelSetHorizontalAlign ( el..."
- 16:1316:13, 1 December 2017 diff hist +1,603 N DgsMemoMoveCaret Created page with "__NOTOC__ {{Client function}} This function sets the current position of the caret (the text cursor) within the edit box. ==Syntax== <syntaxhighlight lang="lua"> bool guiEd..."
- 16:0816:08, 1 December 2017 diff hist +751 N DgsImageGetImage Created page with "{{Client function}} __NOTOC__ This function allows you to get the image from dgs image element. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxImageGetImage ( element the..."
- 16:0416:04, 1 December 2017 diff hist +834 N DgsEditGetMasked Created page with "{{Client_function}} __NOTOC__ This function get the state of edit box masking (covering up the text being typed). ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxEditGetM..."