Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit ca46fcd

Browse files
committed
[Dictionary] Show/Hide Taskbar updates
Removed duplicate info in the show taskbar entry and included a reference to the hide taskbar entry. The information was dealing with how backdrops interacted with hiding the task bar. Information was indented which caused it to be rendered as code.
1 parent 82ab871 commit ca46fcd

File tree

2 files changed

+20
-46
lines changed

2 files changed

+20
-46
lines changed

docs/dictionary/command/hide-taskbar.lcdoc

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,33 @@ Use the <hide taskbar> <command> to use the full screen. For example, in
2424
a kiosk or multimedia application, the <task bar> is a distraction for
2525
users and in this case you may prefer to hide it.
2626

27-
The <hide taskbar> <command> can produce unexpected result when used
28-
in conjunction with <backdrop> operations. The following syntax is
29-
supported:
27+
The <hide taskbar> command can produce unexpected result when used
28+
in conjunction with <backdrop> operations. The following syntax is
29+
supported:
3030

3131

3232
hide taskbar
33-
34-
3533
set the backdrop to "red" -- or whatever you want
3634

3735

38-
This is the case where the <backdrop> is visible but the taskbar is hidden when the application is active.
39-
After these two commands, the taskbar is hidden for the LiveCode
40-
application, the backdrop fills the screen and the taskbar reappears
41-
when switching \ to other applications.
36+
This is the case where the <backdrop> is visible but the task bar is
37+
hidden when the application is active.
38+
After these two commands, the task bar is hidden for the LiveCode
39+
application, the backdrop fills the screen and the task bar reappears
40+
when switching to other applications.
4241

4342

44-
Functionality that is partially functional, due to the lack of
45-
operating system support and works sufficiently well for restricted
46-
applications is as follows:
43+
Functionality that is partially functional, due to the lack of
44+
operating system support and works sufficiently well for restricted
45+
applications is as follows:
4746

4847

49-
If the taskbar is visible before showing the backdrop, the backdrop
50-
occupies the 'working rect' of the screen, or almost the working
51-
rect of the screen if the taskbar is set to auto-hide. In the latter
52-
case, a small gap is left at the bottom of the backdrop to ensure
53-
the taskbar can still pop up when the mouse is moved to the edge of
54-
the screen.
48+
If the task bar is visible before showing the backdrop, the backdrop
49+
occupies the 'working rect' of the screen, or almost the working
50+
rect of the screen if the task bar is set to auto-hide. In the latter
51+
case, a small gap is left at the bottom of the backdrop to ensure
52+
the task bar can still pop up when the mouse is moved to the edge of
53+
the screen.
5554

5655

5756
The task bar can be hidden only on Windows systems. This command has no

docs/dictionary/command/show-taskbar.lcdoc

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,9 @@ Use the <show taskbar> <command> to display the <task bar> if it has
2424
been hidden. For example, if the <task bar> is hidden, you might want to
2525
show it only if the user holds down the Control key.
2626

27-
The <show taskbar> <command> can produce unexpected result when used
28-
in conjunction with <backdrop> operations. The following syntax is
29-
supported:
30-
31-
32-
hide taskbar
33-
34-
35-
set the backdrop to "red" -- or whatever you want
36-
37-
38-
This is the case where the <backdrop> is visible but the taskbar is hidden when the application is active.
39-
After these two commands, the taskbar is hidden for the LiveCode
40-
application, the backdrop fills the screen and the taskbar reappears
41-
when switching \ to other applications.
42-
43-
44-
Functionality that is partially functional, due to the lack of
45-
operating system support and works sufficiently well for restricted
46-
applications is as follows:
47-
48-
49-
If the taskbar is visible before showing the backdrop, the backdrop
50-
occupies the 'working rect' of the screen, or almost the working
51-
rect of the screen if the taskbar is set to auto-hide. In the latter
52-
case, a small gap is left at the bottom of the backdrop to ensure
53-
the taskbar can still pop up when the mouse is moved to the edge of
54-
the screen.
27+
The <hide taskbar> command can produce unexpected result when used
28+
in conjunction with <backdrop> operations. See the
29+
<hide taskbar|dictionary entry> for more information.
5530

5631

5732
The task bar can be hidden only on Windows systems. This command has no

0 commit comments

Comments
 (0)