Filemaker TH325Z/A Datový list Strana 120

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 238
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 119
120 FileMaker Functions Reference
The example below combines Get(WindowContentHeight) with
Get(WindowHeight) to determine the size of the title bar and horizontal scroll bar:
Get(WindowHeight) - Get(WindowContentHeight) returns 37 in the Mac OS
when the window height is 437.
Get(WindowContentWidth)
Format
Get(WindowContentWidth)
Parameter
None
Data type returned
number
Description
Returns a number representing the width, in pixels, of the FileMaker Pro content area. The
content area depends on the current size of the active window but doesn’t include the title
bar, scroll bars, zoom controls, or page margins. It does include the status area if it is
currently showing. The content area is the space inside these controls.
Note See FileMaker Pro help for information about running scripts in client/server and
peer-to-peer environments.
Examples
Returns 400 in the Mac OS when the current window width is 415 and the status area isn’t
showing.
The example below combines Get(WindowContentWidth) with Get(WindowWidth)
to determine the size of the status bar and vertical scroll bar:
Get(WindowWidth) - Get(WindowContentWidth) returns 15 in the Mac OS when
the window width is 415 and the status area isn’t showing.
Get(WindowDesktopHeight)
Format
Get(WindowDesktopHeight)
Parameter
None
Data type returned
number
Zobrazit stránku 119
1 2 ... 115 116 117 118 119 120 121 122 123 124 125 ... 237 238

Komentáře k této Příručce

Žádné komentáře