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

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

_____________________________________________________________________________________

 

 

You can use Notepad++ to write Supernova programs

 

1 - Download Notepad++

2 - Run Notepad++ Installer

        2.1 - Select a language (English for example)

        2.2 - Click Next to continue

        2.3 - Click "I Agree" button

        2.4 - Determine Destination Folder then Click Next

        ***Important Step***

        2.5 - Enable the option (Don't use %APPDATA%)

        ************************************************

        2.6 - Click Install

        2.7 - Click Finish

3 - Put the file userDefineLang.XML in the folder Program Files\Notepad++  

 

Have Fun!!

 

 

SHOT150.JPG

 

SHOT151.JPG

 

SHOT152.JPG

 

I want window contains listbox

:note: " this is a comment"

 

The window title is Test. and window width is 390. and window height is 500.

 

I want button and button left = 250. and button name = btn1.

The button caption is test.

 

 

procedure btn1 mouse click.

            [x]. = (1).

            dowhile [x] <= (10).

                listbox must add from [x].

                doif [x] == (3).

                    listbox must add item this is number three.

                endif

                [x]. = [x] + (1).

            endwhile

endprocedure