selectedLoc | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the location of the top left corner of the text selection. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: topLeft, pixels, hilitePattern Control Structure: function Keyword: selection, item Object: stack Glossary: integer, return value, return, stack window Command: select Function: selectedLine, selectedField, localLoc, clickLoc, mouseLoc, selectedText, selectedChunk, foundLoc | ||||||
Description | Use the selectedLoc function to determine the location in the stack window where the text selection appears. When text is selected, a box around it is filled with the hiliteColor or hilitePattern. The first item of the return value is the horizontal distance in pixels from the left edge of the stack to the left edge of this box. The second item of the return value is the vertical distance from the top edge of the stack to the top of the box. If the text selection is in a scrolling field and the selection is not in the visible portion of the field, the selectedLoc function is adjusted by the amount of scroll. | ||||||
Tags | ui |