Web Object

Here are the object's settings as they appear in the properties pane:

Object

Name

The name that is used to identify this object.

URL

The URL (or full path and filename) of the initial web page to display. This can be an HTML file, or any other type of file that can be viewed in Internet Explorer. Click the browse button to select a file.

ShowBorder

Show a border around the object.

ShowScrollbars

Show horizontal and vertical scrollbars.

Attributes

Enabled

Enable the object so it responds to user interaction. Choose from:

True

The object will respond to mouse overs and clicks and perform any actions assigned to its events.

False

The object will not respond to any mouse overs or clicks and will not perform any actions until it is enabled.

Note: You can use the Web.SetEnabled action to enable this object.

Visible

Set the object's initial visibility. Choose from:

True

The object will be visible when the page or dialog is displayed.

False

The object will be invisible when the page or dialog is displayed.

Note: You can use the Web.SetVisible action to make the object visible or invisible at run time.

Note: This option simply controls the initial visibility of the object. The object will continue to respond to actions even though it is hidden.

Position

Left

The distance in pixels from the left edge of the object to the left edge of the page or dialog.

Tip: You can also change the position of an object by dragging it.

Top

The distance in pixels from the top edge of the object to the top edge of the page or dialog.

Width

The width of the object in pixels.

Tip: You can also resize an object by dragging one of the resize handles on its bounding box.

Height

The height of the object in pixels.

Auto-Resize

ResizeLeft

Whether the left side of the object will move when resized. Choose from:

True

The left side of the object will move when the application is resized.

False

Don't move the left side of the object when the application is resized.

ResizeRight

Whether the right side of the object will move when resized. Choose from:

True

The right side of the object will move when the application is resized.

False

Don't move the right side of the object when the application is resized.

ResizeTop

Whether the top of the object will move when resized. Choose from:

True

The top of the object will move when the application is resized.

False

Don't move the top of the object when the application is resized.

ResizeBottom

Whether the bottom of the object will move when resized. Choose from:

True

The bottom of the object will move when the application is resized.

False

Don't move the bottom of the object when the application is resized.

Actions

On Navigate

The actions that will be performed whenever the URL changes (when it starts to navigate to a new page) in the web object . Click the edit button to open the script editor.

On Loaded

The actions that will be performed whenever the URL being navigated to has finished loading. Click the edit button to open the script editor.