Customizing Quick Links

Previous  Next

 

The Quick Links Panel can be customized using HTML4 code.  Additionally, it will accept special links into the application that you can use to control MaxREAL.  Use the Options Dialog to configure the Quick Links panel to use your custom HTML4 file.  If the specified file can't be found or loaded, the default Quick Links Panel will be used.

 

The application link is used together with the HTML hyperlink command <a href="">. The format of the application link is:

app::link( par )

 

Example:

<a href=app:Workspace( 0 )>Camera Control</a>

 

List of  MaxREAL HTML Application Links

 

Command

Parameter

Description

About()

 

Displays the MaxREAL About Box

Emailinfo()

 

Emails application support information to our support team to help assist in solving technical issues.

Help( par )

Topic Index

Displays help about the specified topic.  The topic is specified as the Topic Index.  Here's a list of some of the main Topics:

Getting Started

200

Command Line Options

301

Toolbar

303

Menus

304

Keyboard Shortcuts

305

Camera Control

401

Calibration

402

3D Tracking

403

Output Setup

404

Dynamic 3D View

501

To display help about Calibration you would use

<a href=app::Help( 402 )>Display Help on Calibration</a>

Link( par )

URL

Opens the specified link in your default browser

Options()

 

Displays the Options Dialog

Profile( par )

Action

or

ProfileName

 

Loads or Saves a User Profile.  The Action parameter specifies the action and can be one of the following:

0 - Load Profile

1 - Save Profile

If the parameter is omitted, load is assumed.

If the parameter is a profile name, then Load is assumed and it will try to load the named profile.  Please note that any spaces in the profile name must be substituted with the HTML space %20.  The name can be enclosed with quotes '"', for example

<a href=app::Profile( "My%20Profile" )>Load My profile</a>

Stream3D()

 

Starts Streaming 3D/6DOF data

Support()

 

Request technical application support from our support team

Workspace( par )

Section

Go to the Workspace section specified as parameter.  Valid values:

0 - Camera Control

1 - Calibration

2 - 3D Tracking

3 - Output Setup

If the parameter is omitted, the default workspace will be opened

 

The source for the default MaxREAL Quick Links HTML file can be found at the following link

https://www.innovision-systems.com/Downloads/Products/MaxREAL/quicklinks.htm