This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

Open

<Open leaveOpen=""> variable and/or path string </Open>

Occurs: Inside finalize

Multiple instances: No

Has attributes: Yes - leaveOpen

Self-closing: No

This tags opens package's TBX file for editing.

leaveOpen. A Boolean variable controlling whether the TBX is left open (i.e. on screen) after the edit. Set to true to leave the file open, false to close it after the edit.

NOTE: at some point support for the leaveOpen parameter was disabled. This parameter appears to be ignored. This means that although you can create a new TBX file on hard-disk from the Wizard's payload TBX you can't leave the file open for editing. It's probably best to include the parameter but set the value to false.

Example:

<Open leaveOpen="false">$TinderboxFile</Open> 


Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Syntax Library: Tutorials, Wizards and Timelines : Tinderbox Wizards : A 'wizard.twiz' file : Wizard XML Syntax : Open