forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplus.lcdoc
More file actions
43 lines (27 loc) · 1 KB
/
Copy pathplus.lcdoc
File metadata and controls
43 lines (27 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Name: plus
Type: constant
Syntax: plus
Summary:
Equivalent to the number 13.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
set the cursor to plus
Description:
Use the <plus> <constant> to set the <cursor(property)> to a plus sign,
suitable for selecting spreadsheet cells.
The following two statements are equivalent:
set the cursor to plus
set the cursor to 12
However, the first is easier to read and understand in LiveCode.
>*Important:* If you use the <plus> <cursor(property)> or other
> standard <cursor(glossary)|cursors> in your application, you must
> include it when you create your <standalone application|standalone>.
> Make sure the "Cursors" option on the Inclusions section on the
> General screen of the <Standalone Application Settings> window is
> checked.
References: constant (command), cross (constant),
Standalone Application Settings (glossary),
standalone application (glossary), cursor (glossary), cursor (property)
Tags: ui