Hello everyone. Welcome to Sigma Viusal builder programming tutorial.
This is the first application. It will give you basic idea of how to program with Sigma Visual Ajax GUI builder. This tutorial is focused on how to program, so I guess you have known how to design GUI components with Sigma Visual. If you don't, please check
http://www.sigmawidgets.com/products/sigma_visual/manual/ first.
[Req Spec]An input box and a button needed.
When end user clicks button, input box show "hello, the world".
[Do It Yourself]1. Drag an [Input] to design area, set [alias] to "input1"(Click input to select it, type "input1" in [Component Config Window]->[alias],and strike [Enter] on keyboard).
2. Drag a [Button] to design area.
3. Add event handler for button being clicking.(Click button to select it,click on right side of [Component Config Window]->[events]->[onClick],a small button will appear. Click this button, a dialog box will pop up.)
4. You will see the following lines in the dialog
5. Add one line of code. It looks like this.
6. Click [OK] to close dialog.
7. Press [Run] to see the result.