diff --git a/Documentation/dictionary/datagrid.lcdoc b/Documentation/dictionary/datagrid.lcdoc index 2f6464807c..3d81fcf7cd 100644 --- a/Documentation/dictionary/datagrid.lcdoc +++ b/Documentation/dictionary/datagrid.lcdoc @@ -1781,18 +1781,51 @@ Syntax: put the dgIndexOfLine[pLine] of group "DataGrid" Summary: Returns the index associated with the given line. - Description: Returns the index associated with the given line. -Name: dgLineOfIndex +Name: dgRectOfIndex + +Type: property + +Associations: datagrid + +Syntax: get the dgRectOfIndex[pIndex] of group "DataGrid" + +Summary: Get/set the rect of the control associated with the given index + +Description: + +Returns the rect of the control connected with pIndex. Rect +is relative to this group but takes into account the current vScroll. +This may not prove very useful if you don't have control caching on. + + +Name: dgRectOfLine Type: property Associations: datagrid +Syntax: get the dgRectOfLine[pLine] of group "DataGrid" + +Summary: Get/set the rect of the control associated with the given line + +Description: + +Returns the rect of the control connected with pLine. Rect +is relative to this group but takes into account the current vScroll. +This may not prove very useful if you don't have control caching on. + + + +Name: dgLineOfIndex + +Type: property + +Associations: datagrid Syntax: put the dgLineOfIndex[pIndex] of group "DataGrid" Summary: Returns the line associated with the given index. diff --git a/Toolset/palettes/standalone settings/revstandalonesettings.8.rev b/Toolset/palettes/standalone settings/revstandalonesettings.8.rev index 08ede65d1c..3221f81dc9 100644 Binary files a/Toolset/palettes/standalone settings/revstandalonesettings.8.rev and b/Toolset/palettes/standalone settings/revstandalonesettings.8.rev differ diff --git a/notes/bugfix-22979.md b/notes/bugfix-22979.md new file mode 100644 index 0000000000..92fac0d377 --- /dev/null +++ b/notes/bugfix-22979.md @@ -0,0 +1 @@ +# Added dgRectOfIndex and dgRectOfLine to DataGrid documentation diff --git a/notes/bugfix-23257.md b/notes/bugfix-23257.md new file mode 100644 index 0000000000..d7a2d6a067 --- /dev/null +++ b/notes/bugfix-23257.md @@ -0,0 +1 @@ +# Fix build error on Android when 'Allow Http Connections' button is checked