Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
TouchBar.SetDefaultItemIdentifiers
Sets the default identifiers.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| TouchBar | 6.5 | Yes | No | No | No | No |
Parameters
| Parameter | Description | Example |
|---|---|---|
| TouchBarRef | The reference number for the touch bar. | $TouchBar |
| List | The list of items. |
Result
Returns OK or error.
Description
Sets the default identifiers.An array of identifiers specifying the items in this touch bar.
Item identifiers should be globally unique, excepting NSTouchBarItemIdentifierFixedSpaceSmall, NSTouchBarItemIdentifierFixedSpaceLarge, NSTouchBarItemIdentifierFlexibleSpace, and NSTouchBarItemIdentifierOtherItemsProxy.
This array also corresponds to the item ordering for the receiver in the “default set” in the customization palette.
Examples
Sets an item some space and a proxy for others:
MBS( "TouchBar.SetDefaultItemIdentifiers"; $TouchBar; "Print¶NSTouchBarItemIdentifierFixedSpaceSmall¶NSTouchBarItemIdentifierOtherItemsProxy" )
See also
- TouchBar.AssignToApp
- TouchBar.AssignToWindow
- TouchBar.GetDefaultItemIdentifiers
- TouchBar.GetItemIdentifiers
- TouchBar.SetPrincipalItemIdentifier
Example Databases
Created 1st November 2016, last changed 1st November 2016
TouchBar.SetCustomizationRequiredItemIdentifiers - TouchBar.SetPrincipalItemIdentifier
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins