|
Title: Tutorial 1 - Make Hello World Appliction With Sigma Visual Post by: steven on January 21, 2009, 06:16:32 PM 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. Title: Re: Tutorial 1 - Make Hello World Appliction With Sigma Visual Post by: Lando on February 18, 2009, 04:09:37 PM Translation to portugues brazilian:
Translation (http://sigma.xq.com.br/forum/thema.php?board=0&thema=1) Title: Re: Tutorial 1 - Make Hello World Appliction With Sigma Visual Post by: steven on February 18, 2009, 05:33:10 PM Thank you, Lando.
It's nice of you :) Title: Re: Tutorial 1 - Make Hello World Appliction With Sigma Visual Post by: steven on February 18, 2009, 06:26:00 PM Hello Lando,
Thank you for your any contribution on translation. I will set all your links to top when you finished them. If you are translating something, you may utilize this online tool(www.google.com/translate) to save some efforts. Title: Re: Tutorial 1 - Make Hello World Appliction With Sigma Visual Post by: goremo on March 23, 2010, 06:32:18 AM Please correct the text on your opening remarks: ...This tutorial is focused on how to program
Title: Re: Tutorial 1 - Make Hello World Appliction With Sigma Visual Post by: yuskamal on August 24, 2010, 06:19:32 AM Always show "click me" button ... ???
|