Skip to content

Commit 972eabb

Browse files
committed
Merge pull request livecode#3534 from peter-b/bugfix-14840
[Bug 14840] The liveResizing property has no effect and is deprecated.
2 parents 1ee6450 + 0c520ef commit 972eabb

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/dictionary/property/liveResizing.lcdoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Associations: stack
1010

1111
Introduced: 2.1
1212

13-
OS: mac
13+
OS:
1414

1515
Platforms: desktop,server,web
1616

@@ -23,6 +23,8 @@ set the liveResizing of me to true
2323
Value (bool): The <liveResizing> <property> of a <stack> is true or false. By <default>, the <liveResizing> of a newly created <stack> is set to false.
2424

2525
Description:
26+
**Note:** The <liveResizing> property is deprecated, since it has no effect on any operating system currently supported by LiveCode. Its value is always treated as true.
27+
2628
Use the <liveResizing> property to create a smooth visual appearance while resizing.
2729

2830
When the <liveResizing> <property> is true, the window contents (including the borders) are redrawn continuously as the user resizes, so at any time, the window is displayed as it will look if the user releases the mouse button at that moment.
@@ -31,8 +33,9 @@ If the <liveResizing> is false, the window does not change until the user releas
3133

3234
If the <liveResizing> is true, <resizeStack> <message|messages> are sent continually while the window is being resized, allowing your stack to update its appearance during resizing. (If the user pauses during resizing, with the mouse down in the resize box but the pointer not moving, no <resizeStack> <message> is sent until the mouse moves again.)
3335

34-
On Mac OS, Unix, and Windows systems, the <liveResizing> <property> has no effect.
35-
3636
References: rectangle (property), resizable (property), default (keyword), resizeStack (message), stack (object), property (glossary), message (glossary), stack window (glossary)
3737

3838
Tags: windowing
39+
40+
Changes:
41+
Deprecated from version 8.0.0.

docs/notes/bugfix-14840.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Update documentation for liveResizing to note that it doesn't do anything

0 commit comments

Comments
 (0)