ToolsScriptEditor-Slider
                       7/11/03

Case

No.

Inputs

Expected Outputs

Remarks

Result

1

Tools -> Scripteditor

   Selected Slider.

   Slide Left

   ScriptInput: none

A Scripteditor dialog.

A tabbed window corresponding

to the event chosen from the Slider.

 

A component that has no script

behavior associated with Click Left.

None

No Scripteditor dialog appeared for the Slider.

2

Tools -> Scripteditor

   Selected Slider.

   Slide Left

   ScriptInput: File.New();

Click Left creates a new canvas window.

One

No Scripteditor dialog appeared for the Slider.

3

Tools -> Scripteditor

   Selected Slider  

   Slide Left

   ScriptInput: File.New();

                       File.Open(“test”);

                       Components.Button();

                        Drawing.Rectangle();

Click Left creates a new canvas window, opens a file called test,

Creates a button and a rectangle on the current canvas window.

Some

No Scripteditor dialog appeared for the Slider.

4

Tools -> Scripteditor

   Selected Slider     

   Slide Right

   ScriptInput: File.New();

 

 

 

No Scripteditor dialog appeared for the Slider.