PWCT 1.9 Art Documentation ( http://doublesvsoop.sourceforge.net )

2006-2011, Mahmoud Fayed ( msfclipper@users.sourceforge.net )

_____________________________________________________________________________________

 

 

GUI

=====

 

Windows
---------
 
* Application title is ....data as value....
 
* You close application
 
* Do windows events
 
* Set window auto show on
 
* Set window auto show off
 
* Set window resize on
 
* Set window resize off
 
* Set window modal on
 
* Set window modal off
 
* I want window
 
* Window title is ....data as value....
 
* Window direction is right to left
 
* Window back color is ....data as value....
 
* Window top is ....data as value....
 
* Window left is ....data as value....
 
* Window width is ....data as value....
 
* Window height is ....data as value....
 
* You maximize window
 
* You minimize window
 
* You centre window
 
* You show window
 
* You hide window
 
* You close window
 
* Window name is ....data as value....
 
* ....data as value.... window selected
 
* Window parent is ....data as value....
 
* Window title from ....data as expression....
 
* Window title to ....data as expression....
 
* Window Handle to ....data as expression....
 
* Window top to ....data as expression....
 
* Window left to ....data as expression....
 
* Window Width to ....data as expression....
 
* Window Height to ....data as expression....
 
* Window top from ....data as expression....
 
* Window left from ....data as expression....
 
* Window Width from ....data as expression....
 
* Window Height from ....data as expression....
 
Window Events
---------------
 
        move
        gotfocus
        lostfocus
        mouseclick
        mousemove
        resize
        maximize
        minimize
        release
 

 

Controls
----------
 
[1] Label
 
[2] Textbox
 
[3] Button
 
[4] Editbox
 
[5] Listbox
 
[6] Combobox
 
[7] Checkbox
 
[8] Progressbar
 
[9] Slider
 
[10] Image
 
[11] DatePicker
 
[12] HyperLink
 
[13] Spinner
 
[14] Statusbar
 
[15] Menubar

 

 

Label
-------
 
* I want label
 
* Label caption is ....data as value.... 
 
* Label top is ....data as value....
 
* Label left is ....data as value....
 
* Label width is ....data as value....
 
* Label height is ....data as value....
 
* Label name is ....data as value....
 
* Label font name is ....data as value....
 
* Label font size is ....data as value....
 
* Label fore color is ....data as value....
 
* Label back color is ....data as value....
 
* Label font bold is ....data as value....
 
* Label font italic is ....data as value....
 
* Label font underline is ....data as value....
 
* Label font strickout is ....data as value....
 
* Set label transparent on 
 
* Set label transparent off
 
* ....data as value.... label selected
 
* Label caption from ....data as expression....
 
* Label caption to ....data as expression....
 
* Label Top to ....data as expression....
 
* Label Left to ....data as expression....
 
* Label Width to ....data as expression....
 
* Label Height to ....data as expression....
 
* Label Top from ....data as expression....
 
* Label Left from ....data as expression....
 
* Label Width from ....data as expression....
 
* Label Height from ....data as expression....
 
Label Events
--------------
 
        mouseclick

 

Textbox
---------
 
* I want textbox
 
* Textbox value is ....data as value....
 
* Textbox top is ....data as value....
 
* Textbox left is ....data as value....
 
* Textbox width is ....data as value....
 
* Textbox height is ....data as value....
 
* Textbox name is ....data as value....
 
* Textbox font name is ....data as value....
 
* Textbox font size is ....data as value....
 
* Textbox fore color is ....data as value....
 
* Textbox back color is ....data as value....
 
* Textbox font bold is ....data as value.... 
 
* Textbox font italic is ....data as value....
 
* Textbox font underline is ....data as value....
 
* Textbox font strickout is ....data as value....
 
* ....data as value.... Textbox selected
 
* Textbox value from ....data as expression....
 
* Textbox value to ....data as expression....
 
Textbox Events
----------------
 
        gotfocus
        lostfocus
        change
        enter

 

Button
--------
 
* I want button
 
* Button caption is ....data as value....
 
* Button top is ....data as value....
 
* Button left is ....data as value....
 
* Button width is ....data as value....
 
* Button height is ....data as value....
 
* Button name is ....data as value....
 
* Button font name is ....data as value....
 
* Button font size is ....data as value....
 
* Button fore color is ....data as value....
 
* Button back color is ....data as value....
 
* Button font bold is ....data as value....
 
* Button font italic is ....data as value....
 
* Button font underline is ....data as value....
 
* Button font strickout is ....data as value....
 
* Button picture is ....data as value.... 
 
* ....data as value.... Button selected
 
* Button caption from ....data as expression....
 
* Button caption to ....data as expression....
 
* Button top to ....data as expression....
 
* Button left to ....data as expression....
 
* Button Width to ....data as expression....
 
* Button Height to ....data as expression....
 
* Button top from ....data as expression....
 
* Button left from ....data as expression....
 
* Button Width from ....data as expression....
 
* Button Height from ....data as expression....
 
Button Events
---------------
 
        mouseclick

 

Editbox
---------
 
* I want editbox
 
* Editbox value is ....data as value....
 
* Editbox top is ....data as value....
 
* Editbox left is ....data as value....
 
* Editbox width is ....data as value....
 
* Editbox height is ....data as value....
 
* Editbox name is ....data as value....
 
* Editbox font name is ....data as value....
 
* Editbox font size is ....data as value....
 
* Editbox fore color is ....data as value....
 
* Editbox back color is ....data as value....
 
* Editbox font bold is ....data as value.... 
 
* Editbox font italic is ....data as value....
 
* Editbox font underline is ....data as value....
 
* Editbox font strickout is ....data as value....
 
* ....data as value.... Editbox selected
 
* Editbox value from ....data as expression....
 
* Editbox value to ....data as expression....
 
* Editbox Top to ....data as expression....
 
* Editbox Left to ....data as expression....
 
* Editbox Width to ....data as expression....
 
* Editbox Height to ....data as expression....
 
* Editbox Top from ....data as expression....
 
* Editbox Left from ....data as expression....
 
* Editbox Width from ....data as expression....
 
* Editbox Height from ....data as expression....
 
 
Editbox Events
----------------
 
        gotfoucs
        lostfoucs
        change

 

Listbox
---------
 
* I want listbox
 
* Listbox value is ....data as value....
 
* Listbox top is ....data as value....
 
* Listbox left is ....data as value....
 
* Listbox width is ....data as value....
 
* Listbox height is ....data as value....
 
* Listbox name is ....data as value....
 
* Listbox font name is ....data as value....
 
* Listbox font size is ....data as value.... 
 
* Listbox fore color is ....data as value....
 
* Listbox back color is ....data as value....
 
* Listbox font bold is ....data as value....
 
* Listbox font italic is ....data as value....
 
* Listbox font underline is ....data as value....
 
* Listbox font strickout is ....data as value....
 
* ....data as value.... Listbox selected
 
* Listbox must add item  ....data as value....
 
* Listbox must add from ....data as expression....
 
* Listbox value from ....data as expression....
 
* Listbox value to ....data as expression....
 
Listbox Events
----------------
 
        gotfoucs
        lostfocus
        change
        doubleclick

 

Listbox
---------
 
* I want listbox
 
* Listbox value is ....data as value....
 
* Listbox top is ....data as value....
 
* Listbox left is ....data as value....
 
* Listbox width is ....data as value....
 
* Listbox height is ....data as value....
 
* Listbox name is ....data as value....
 
* Listbox font name is ....data as value....
 
* Listbox font size is ....data as value.... 
 
* Listbox fore color is ....data as value....
 
* Listbox back color is ....data as value....
 
* Listbox font bold is ....data as value....
 
* Listbox font italic is ....data as value....
 
* Listbox font underline is ....data as value....
 
* Listbox font strickout is ....data as value....
 
* ....data as value.... Listbox selected
 
* Listbox must add item  ....data as value....
 
* Listbox must add from ....data as expression....
 
* Listbox value from ....data as expression....
 
* Listbox value to ....data as expression....
 
Listbox Events
----------------
 
        gotfoucs
        lostfocus
        change
        doubleclick

 

Combobox
----------
 
* I want combobox
 
* Combobox value is ....data as value....
 
* Combobox top is  ....data as value....
 
* Combobox left is  ....data as value....
 
* Combobox width is  ....data as value....
 
* Combobox height is  ....data as value....
 
* Combobox name is  ....data as value....
 
* Combobox fontname is  ....data as value....
 
* Combobox fontsize is  ....data as value....
 
* Combobox forecolor is ....data as value....
 
* Combobox backcolor is ....data as value....
 
* Combobox fontbold is  ....data as value....
 
* Combobox fontitalic is  ....data as value....
 
* Combobox fontunderline is  ....data as value....
 
* Combobox fontstrickout is  ....data as value....
 
*  ....data as value.... Combobox selected
 
* Combobox must add item  ....data as value....
 
* Combobox must add from ....data as expression....
 
* Combobox value from ....data as expression....
 
* Combobox value to ....data as expression....
 
 
Combobox Events
-----------------
 
        gotfocus
        lostfocus
        change

 

Checkbox
----------
 
* I want checkbox
 
* Checkbox value is ....data as value....
 
* Checkbox top is ....data as value....
 
* Checkbox left is ....data as value....
 
* Checkbox width is ....data as value.... 
 
* Checkbox height is ....data as value....
 
* Checkbox name is ....data as value....
 
* Checkbox font name is ....data as value....
 
* Checkbox font size is ....data as value....
 
* Checkbox fore color is ....data as value.... 
 
* Checkbox back color is ....data as value....
 
* Checkbox font bold is ....data as value.... 
 
* Checkbox font italic is ....data as value.... 
 
* Checkbox font underline is ....data as value....
 
* Checkbox font strickout is ....data as value.... 
 
* ....data as value.... Checkbox selected
 
* Checkbox caption is ....data as value....
 
Checkbox Events
-----------------
 
        gotfocus
        lostfocus
        change

 

Progressbar

-------------

 

* I want progressbar

 

* Progressbar value is ....data as value....

 

* Progressbar top is ....data as value....

 

* Progressbar left is ....data as value....

 

* Progressbar width is ....data as value....

 

* Progressbar height is ....data as value....

 

* Progressbar name is ....data as value....

 

* ....data as value.... Progressbar selected

 

* Progressbar range minimum is ....data as value....

 

* Progressbar range maximum is ....data as value....

 

* Progressbar fore color is ....data as value....

 

* Progressbar back color is ....data as value

Slider
--------
 
* I want slider
 
* Slider value is ....data as value....
 
* Slider top is ....data as value....
 
* Slider left is ....data as value....
 
* Slider width is ....data as value....
 
* Slider height is ....data as value....
 
* Slider name is ....data as value.... 
 
* ....data as value.... slider selected
 
* Slider range minimum is ....data as value....
 
* Slider range maximum is ....data as value....
 
Slider Events
---------------
 
        change
        scroll

 

Picture
---------
 
* I want picture
 
* Picture file is ....data as value....
 
* Picture top is  ....data as value....
 
* Picture left is  ....data as value....
 
* Picture width is  ....data as value....
 
* Picture height is  ....data as value....
 
* Picture name is  ....data as value....
 
* ....data as value.... Picture selected
 
Picture Events
----------------
 
        mouseclick

 

DatePicker
------------
 
* I want datepicker  
 
* Datepicker value is ....data as value....
 
* Datepicker top is  ....data as value....
 
* Datepicker left is  ....data as value....
 
* Datepicker width is  ....data as value....
 
* Datepicker height is  ....data as value....
 
* Datepicker name is  ....data as value.... 
 
* ....data as value.... datepicker selected
 
* Datepicker fore color is  ....data as value....
 
* Datepicker back color is  ....data as value....
 
* Datepicker font name is  ....data as value....
 
* Datepicker font size is  ....data as value....
 
* Datepicker font bold is  ....data as value....
 
* Datepicker font italic is  ....data as value....
 
* Datepicker font underline is  ....data as value....
 
* Datepicker font strickout is  ....data as value....
 
Datepicker Events
-------------------
 
        gotfocus
        lostfocus
        change
        enter

 

HyperLink
-----------
 
* I want hyperlink
 
* Hyperlink caption is ....data as value....
 
* Hyperlink top is ....data as value....
 
* Hyperlink left is ....data as value....
 
* Hyperlink width is ....data as value....
 
* Hyperlink height is ....data as value.... 
 
* Hyperlink name is ....data as value....
 
* Hyperlink font name is ....data as value....
 
* Hyperlink font size is ....data as value.... 
 
* Hyperlink fore color is ....data as value....
 
* Hyperlink back color is ....data as value....
 
* Hyperlink font bold is ....data as value....
 
* Hyperlink font italic is ....data as value....
 
* Hyperlink font underline is ....data as value....
 
* Hyperlink font strickout is ....data as value....
 
* Set hyperlink transparent on 
 
* Set hyperlink transparent off
 
* ....data as value.... hyperlink selected
 
* Hyperlink address is ....data as value....

 

 

Spinner
---------
 
* I want spinner
 
* Spinner value is ....data as value....
 
* Spinner top is ....data as value....
 
* Spinner left is ....data as value....
 
* Spinner width is ....data as value....
 
* Spinner height is ....data as value....
 
* Spinner name is ....data as value....
 
* ....data as value.... Spinner selected 
 
* Spinner fore color is ....data as value....
 
* Spinner back color is ....data as value....
 
* Spinner font name is ....data as value....
 
* Spinner font size is ....data as value....
 
* Spinner font bold is ....data as value....
 
* Spinner font italic is ....data as value....
 
* Spinner font underline is ....data as value....
 
* Spinner font strickout is ....data as value....
 
* Spinner range minimum is ....data as value....
 
* Spinner range maximum is ....data as value....
 
Spinner Events
----------------
 
        gotfocus
        lostfocus
        change

 

 

Statusbar
-----------
 
* I want statusbar
 
* Statusbar font name is ....data as value....
 
* Statusbar font size is ....data as value....
 
* Statusbar font bold is ....data as value....
 
* Statusbar font italic is ....data as value.... 
 
* Statusbar font underline is ....data as value....
 
* Statusbar font strickout is ....data as value....
 
* I want status item
 
* I want status clock
 
* I want status date
 
* I want status keyboard
 
* Status item caption is ....data as value....
 
* Status item width is ....data as value....
 
* You show statusbar

 

 

Menubar
---------
 
* I want menubar
 
* I want menu popup
 
* Menu popup caption is ....data as value....
 
* I want menu item
 
* Menu item caption is ....data as value....
 
* Menu item name is ....data as value....
 
Menu Item Events
------------------
 
        mouseclick

 

 

WindowEvents.nova
-------------------
 
set window autoshow off
 
I want window and The Window Name is win1.
The window title is Just move me to see what will happen!.
Window top is 50. and window left is 50.
Window width is 350. and window height is 100.
The window back color is {55,155,205}. and you show window
 
I want window and The Window Name is win2.
The window title is Oh what will happen to me ?!.
The window back color is {255,205,175}.
Window top is 250. and window left is 250.
Window width is 350. and window height is 100. and You show window
 
win1 move. instructions are
        win1. window selected and The window title is "window is moved!!!."
        win2. window selected and The window backcolor is {0,0,0}.
        The window title is Oh no, i hate the BLACK color mmmmm.
end of instructions
 
win1 gotfocus. instructions are
        The window title is Wow i have the focus.
end of instructions
 
win1 lostfocus. instructions are
        The window title is Oh no i have lost the focus.
end of instructions
 
win1 mouseclick. instructions are
        The window title is WOw the window is Clicked!.
end of instructions
 
win1 mousemove. instructions are
        The window title is WOw the mouse is Moved!.
end of instructions
 
win1 resize. instructions are
        The window title is WOw the window is Resized!.
end of instructions
 
win2 maximize. instructions are
        The window title is Maximized!.
end of instructions
 
win2 minimize. instructions are
        The window title is Minimized!.
end of instructions

 

shot56.JPG

 

shot57.JPG

 

shot58.JPG

 

shot59.JPG

 

shot60.JPG

 

shot61.JPG

 

shot62.JPG

 

shot63.JPG

 

 

LabelButton.nova
------------------
 
I want window 
The window title is "Label and Button" and The window height is 100.
 
I want label and the label caption is "Label"
I want button and the button caption is "Button"
 
The label left is 50. and the button left is 250.
The label width is 200. and the button width is 200.
 
The label name is lbl1. and lbl1 mouseclick. instructions are
        The button caption is message form label click.
end of instructions
 
The button name is btn1. and btn1 mouseclick. instructions are
        The label caption is message form button click.
end of instructions

 

 

shot29.JPG

 

shot30.JPG

 

LabelTwoButtons.nova
----------------------
 
Set window auto show off
 
I want window and the window title is "Label and two Buttons"
The window width is 250. and the window height is 200. 
The window backcolor is {100,200,250}.
 
I want button and the button caption is One (1).
The button top is 100. and the button left is 10.
The button width is 100. and the button height is 50.
The button name is btn1.
The button forecolor is {0,0,255}.
The button font bold is true.
 
I want button and the button caption is Two (2).
The button top is 100. and the button left is 130.
The button width is 100. and the button height is 50.
The button name is btn2.
The button forecolor is {0,0,255}.
The button font bold is true.
 
I want label and the label height is 40. 
the label top is 30. the label left is 70.
The label font name is arial. and the label font size is 30.
The label forecolor is {255,0,0}. and the label backcolor is {255,255,255}.
The label font bold is true.
The label font italic is true.
The label font under line is true.
The label font strick out is true.
 
You show window
 
btn1 mouseclick. instructions are
        The label caption is One.
end of instructions
 
btn2 mouseclick. instructions are
        The label caption is Two.
end of instructions
 

 

 

shot31.JPG

 

shot32.JPG

 

shot33.JPG

 

LabelThreeButtons.nova
------------------------
 
Set window auto show off
 
I want window and the window title is "Label and Three Buttons"
The window width is 370. and the window height is 200.
The window back color is {170,180,190}. 
 
I want label and the label height is 40. 
The label name is lbl1.
the label top is 30. the label left is 130.
The label font name is arial. and the label font size is 30.
The label backcolor is {0,255,0}.
The label font bold is true.
The label font italic is true.
The label font under line is true.
The label font strick out is true.
 
I want button and the button caption is Red.
The button top is 100. and the button left is 10.
The button width is 100. and the button height is 50.
The button name is btn1.
The button forecolor is {0,0,255}.
The button font bold is true.
 
I want button and the button caption is Green.
The button top is 100. and the button left is 130.
The button width is 100. and the button height is 50.
The button name is btn2.
The button forecolor is {0,0,255}.
The button font bold is true.
 
I want button and the button caption is Blue.
The button top is 100. and the button left is 250.
The button width is 100. and the button height is 50.
The button name is btn3.
The button forecolor is {0,0,255}.
The button font bold is true.
 
You show window
 
btn1 mouseclick. instructions are
the label backcolor is {255,0,0}.
end of instructions
 
btn2 mouseclick. instructions are
the label backcolor is {0,255,0}.
end of instructions
 
btn3 mouseclick. instructions are
lbl1. label selected
the label backcolor is {0,0,255}.
end of instructions
 

 

shot34.JPG

 

shot35.JPG

 

shot36.JPG

 

CheckboxTwoButtons.nova
-------------------------
 
set window auto show off
 
I want window and the window title is "checkbox"
The window back color is {100,40,200}.
The window width is 260.
The window height is 200.
 
I want checkbox and the checkbox name is mycheck.
The checkbox top is 50. and the checkbox left is 10.
The checkbox width is 200. and the checkbox height is 30.
The checkbox font name is "arial"
The checkbox font size is 14.
The checkbox forecolor is {255,255,255}.
The checkbox backcolor is {50,200,155}.
The checkbox caption is "Checkbox"
 
I want button and the button caption is On (1).
The button top is 100. and the button left is 10.
The button width is 100. and the button height is 50.
The button name is btn1.
The button forecolor is {0,0,255}.
The button font bold is true.
 
I want button and the button caption is Off (0).
The button top is 100. and the button left is 130.
The button width is 100. and the button height is 50.
The button name is btn2.
The button forecolor is {0,0,255}.
The button font bold is true.
 
You show window
 
btn1 mouseclick. instructions are
        The checkbox value is true.
end of instructions
 
btn2 mouseclick. instructions are
        The checkbox value is false.
end of instructions
 

 

shot54.JPG

 

shot55.JPG

 

Determine color by it's name
------------------------------
 
Example:-
 
        The label fore color is white.
        The label back color is red.
 
               Color           Value
        -------------------------------------------
               aqua           {0,255,255}
               black          {0,0,0}
               blue           {0,0,255}
               darkgray       {128,128,128}
               fuchsia        {255,0,255}
               gray           {128,128,128}
               green          {0,128,0}
               lime           {0,255,0}
               lightgray      {192,192,192}
               maroon          {128,0,0}
               navy           {0,0,128}
               purple         {128,0,128}
               red            {255,0,0}
               silver         {192,192,192}
               teal           {128,128,0}
               white          {255,255,255}
               yellow         {255,255,0}

 

 

i want window and the window title is hello.
the window back color is blue.
the window width = 350. and the window height = 200.
 
i want label and the label caption is Welcome.
the label font size is 50.
the label width is 300. and the label height is 80.
the label fore color is white.
the label back color is blue.
 
i want button and the button caption is close.
the button top is 100. and the button left is 20.
the button width is 300. and the button name is btn1.
the button fore color is purple.
the button back color is white.
 
Btn1 MouseClick. instructions are
        You close window
end of instructions
 

 

shot130.JPG

 

WindowInstances.nova
----------------------
 
set window auto show off 
 
i want window and the window name is basewin.
The window title is The main window. 
You maximize window and You show window
 
I want window and the window name is mywin.
mywin init. instructions must done and you show window
 
mywin init. instructions are
mywin. window selected
the window top is 50. and the window left is 50.
the window width is 200. and the window height is 200.
the window title is wow. and the window back color is {255,0,0}.
end of instructions
 
mywin mouseclick. instructions are 
I want window and the window name is mywin.
mywin init. instructions must done and you show window
end of instructions
 
mywin maximize. instructions are 
the window title is Maximize!!.
end of instructions

 

 

shot37.JPG

 

TextboxInstances.nova
-----------------------
 
I want window 
The window title is "Textbox"
The window width is 230. and the window height is 130.
 
I want textbox and mytext init. instructions must done
 
I want textbox and mytext init. instructions must done
The textbox top is 50.
 
mytext init. instructions are
The textbox name is mytext.
The textbox font name is "arial" 
The textbox font size is 14.
The textbox fore color is {0,0,255}.
The textbox back color is {100,255,100}.
end of instructions
 
mytext lostfocus. instructions are
        The textbox fore color is {50,100,150}.
        The textbox back color is {255,255,255}.
end of instructions
 
mytext gotfocus. instructions are
        The textbox fore color is {255,255,255}.
        The textbox back color is {50,100,150}.
end of instructions
 

 

 

shot38.JPG

 

shot39.JPG

 

shot40.JPG

 

shot41.JPG

 

EditboxInstances.nova
-----------------------
 
set window auto show off
 
I want window and the window title is "Editbox"
The window height is 520. and the window width is 440.
 
I want editbox and myeditbox init. instructions must done
the editbox backcolor is {100,200,250}.
the editbox value is "Welcome"
 
I want editbox and myeditbox init. instructions must done
the editbox left is 220.
the editbox value is "How r u ?"
 
I want editbox and myeditbox init. instructions must done
the editbox top is 220.
the editbox value is "Thank u"
 
I want editbox and myeditbox init. instructions must done
the editbox top is 220. and the editbox left is 220.
the editbox backcolor is {250,200,100}.
the editbox value is "I am fine !!"
 
I want button and the button top is 440.
The button height is 30. and the button width is 410.
The button caption is "Close"
The button name is mybtn.
 
you show window
 
mybtn mouseclick. instructions are
        you close window
end of instructions
 
myeditbox init. instructions are
        The editbox name is myeditbox.
        The editbox font name is "arial"
        The editbox font size is 14.
end of instructions
 
myeditbox change. instructions are
        The editbox back color is {50,100,150}.
        The editbox fore color is {255,255,255}.
end of instructions

 

 

shot42.JPG

 

shot43.JPG

 

shot44.JPG

 

ListboxInstances.nova
-----------------------
 
Set window auto show off
 
I want window and the window title is "Listbox"
The window width is 500.
The window height is 330.
 
I want label and the label top is 210.
The label width is 300. 
The label font name is "Arial" 
The label font size is 14.
 
I want button and the button caption is Close.
The button name is mybtn. and the button top is 250.
 
I want listbox and mylist init. instructions must done
 
I want listbox and mylist init. instructions must done
The listbox left is 230.
 
I want listbox and mylist init. instructions must done
The listbox left is 460.
 
You maximize window and you show window
 
mylist init. instructions are
The listbox name is mylist.
The listbox font name is "arial"
The listbox font size is 14.
The listbox must add item One   (1).
The listbox must add item Two   (2).
The listbox must add item Three (3).
The listbox must add item Four  (4).
The listbox must add item Five  (5).
The listbox value is 3.
end of instructions
 
mylist change. instructions are
        The label caption is "listbox value changed."
end of instructions
 
mylist gotfocus. instructions are
        The listbox forecolor is {255,255,255}.
        The listbox backcolor is {255,0,0}.
end of instructions
 
mylist lostfocus. instructions are
        The listbox forecolor is {0,0,0}.
        The listbox backcolor is {255,255,255}.
end of instructions
 
mybtn mouseclick. instructions are
        You close window
end of instructions
 

 

 

shot45.JPG

 

shot46.JPG

 

shot47.JPG

 

shot48.JPG

 

ComboboxInstances.nova
------------------------
 
Set window auto show off
 
I want window and the window title is "combobox"
The window width is 500.
The window height is 330.
 
I want label and the label top is 210.
The label width is 300. 
The label font name is "Arial" 
The label font size is 14.
 
I want button and the button caption is Close.
The button name is mybtn. and the button top is 250.
 
I want combobox and mycombo init. instructions must done
 
I want combobox and mycombo init. instructions must done
The combobox left is 230.
 
I want combobox and mycombo init. instructions must done
The combobox left is 460.
 
You maximize window and you show window
 
mycombo init. instructions are
The combobox name is mycombo.
The combobox width is 200.
The combobox height is 200.
The combobox font name is "arial"
The combobox font size is 14.
The combobox must add item One   (1).
The combobox must add item Two   (2).
The combobox must add item Three (3).
The combobox must add item Four  (4).
The combobox must add item Five  (5).
The combobox value is 3.
end of instructions
 
mycombo change. instructions are
        The label caption is "combobox value changed."
end of instructions
 
mycombo gotfocus. instructions are
        The combobox forecolor is {255,255,255}.
        The combobox backcolor is {255,0,0}.
end of instructions
 
mycombo lostfocus. instructions are
        The combobox forecolor is {0,0,0}.
        The combobox backcolor is {255,255,255}.
end of instructions
 
mybtn mouseclick. instructions are
        You close window
end of instructions
 

 

 

shot49.JPG

 

CheckboxInstances.nova
------------------------
 
Set window auto show off
 
I want window and the window title is "checkbox"
The window width is 500.
The window height is 330.
 
I want label and the label top is 210.
The label width is 300. 
The label font name is "Arial" 
The label font size is 14.
 
I want button and the button caption is Close.
The button name is mybtn. and the button top is 250.
 
I want checkbox and mycheck init. instructions must done
 
I want checkbox and mycheck init. instructions must done
The checkbox left is 230.
 
I want checkbox and mycheck init. instructions must done
The checkbox left is 460.
 
You maximize window and you show window
 
mycheck init. instructions are
The checkbox name is mycheck.
The checkbox width is 200.
The checkbox height is 200.
The checkbox font name is "arial"
The checkbox font size is 14.
end of instructions
 
mycheck change. instructions are
        The label caption is "checkbox value changed."
end of instructions
 
mycheck gotfocus. instructions are
        The checkbox forecolor is {255,255,255}.
        The checkbox backcolor is {255,0,0}.
end of instructions
 
mycheck lostfocus. instructions are
        The checkbox forecolor is {0,0,0}.
        The checkbox backcolor is {255,255,255}.
end of instructions
 
mybtn mouseclick. instructions are
        You close window
end of instructions
 

 

shot50.JPG

 

shot51.JPG

 

shot52.JPG

 

shot53.JPG