Bar.Show

Description

Syntax

Parameters

*keyword
(string) slide direction and/or mouse position

Possible Values

Slide animations
"*vertical"
Powerpro determines the slide direction depending on which half of the screen the mouse is positioned in, top or bottom.
"*horizontal"
Powerpro determines the slide direction depending on which half of the screen the mouse is positioned in, left or right.
"*fromtop"
Bar slides in from top.
"*frombottom"
Bar slides in from bottom.
"*fromleft"
Bar slides in from left.
"*fromright"
Bar slides in from right.
"*none"
Removes any preset slide animation.
Mouse-related
"*move"
The mouse cursor is positioned over the bar.
"*move" can be combined with a slide direction keyword in the same Bar.Show() call, in either order.
barname
(string) name of the bar to show

Examples

Notes