FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Help/scripts/fixForLearnLayoutBug.c at master · HelpGiveThanks/Help · GitHub
HelpGiveThanks
/
Help
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Help
/
scripts
/
fixForLearnLayoutBug.c
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 576 Bytes
Breadcrumbs
Help
/
scripts
/
fixForLearnLayoutBug.c
Copy path
File metadata and controls
18 lines (18 loc) · 576 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
July
21
,
2018
21
:
37
:
33
Help
.
fmp12
-
fixForLearnLayoutBug
-
1
-
fixForLearnLayoutBug
#
#
If
[
$$menu
=
1
]
Exit
Script
[ ]
End
If
#
#
#The
learn layout seems to long, and due to
#this
a bug prevents FileMaker from showing
#the
layout unless the window size is
#adjusted
first.
Set
Variable
[
$width
;
Value
:
Get
(
WindowWidth
) ]
Set
Variable
[
$height
;
Value
:
Get
(
WindowHeight
) ]
Move
/
Resize
Window
[
Current
Window
;
Height
:
$height
-
1
;
Width
:
$width
-
1
]
Pause
/
Resume
Script
[
Duration
(
seconds
):
.1
]
Move
/
Resize
Window
[
Current
Window
;
Height
:
$height
+
1
;
Width
:
$width
+
1
]
Back
|
FazBrowse Home
|
New Git URL