SlideShare a Scribd company logo
PWCT 1.9 Art Documentation ( http://doublesvsoop.sourceforge.net )
2006-2013, Mahmoud Fayed ( msfclipper@users.sourceforge.net )
_____________________________________________________________________________________
Table of contents
1 - Introduction
2 - Implementation steps
3 - Final Steps Tree
4 - Application during the runtime
1 - Introduction
In this lesson we are going to create simple GUI application
We will learn through simple steps how to
1 - Create Main Window
2 - Add controls to the window
3 - Link control events to Procedures/Functions
2 - Implementation Steps
Fig. (1) Goal Desginer - Steps Tree
Select the step (The First Step)
We will start now new interaction process to generate new steps to our steps tree.
The slow way (Using Mouse):
1 - Click Interact to open the components browser
2 - Select the domain (Windows)
3 - Select the component (Define New Window)
The fast way (Using Keyboard shortcuts):
1 - Get the component using its name by typing (Define New Window)
Note : Stop typing when you see the required component is selected
Fig. (2) Component Browser โ€“ Select the component (Define New Window)
After selecting the component click Ok or press ENTER
Fig. (3) Interaction page - Set the properties and enter the required data as in the image above
Fig. (4) Form Designer
Fig. (5) Goal Desginer - Steps Tree
Select the step (Window Controls)
We will start now new interaction process to generate new steps to our steps tree.
The slow way (Using Mouse):
1 - Click Interact to open the components browser
2 - Select the domain (Controls)
3 - Select the component (Label)
The fast way (Using Keyboard shortcuts):
1 - Get the component using its name by typing (Label)
Note : Stop typing when you see the required component is selected
Fig. (6) Component Browser โ€“ Select the component (Label)
After selecting the component click Ok or press ENTER
Fig. (7) Interaction page - Set the properties and enter the required data as in the image above
Fig. (8) Form Designer
Fig. (9) Goal Desginer - Steps Tree
Select the step (Window Controls)
We will start now new interaction process to generate new steps to our steps tree.
The slow way (Using Mouse):
1 - Click Interact to open the components browser
2 - Select the domain (Controls)
3 - Select the component (Button)
The fast way (Using Keyboard shortcuts):
1 - Get the component using its name by typing (Button)
Note : Stop typing when you see the required component is selected
Fig. (10) Component Browser โ€“ Select the component (Button)
After selecting the component click Ok or press ENTER
Fig. (11) Interaction page - Set the properties and enter the required data as in the image above
Fig. (12) Form Designer
Fig. (13) Goal Desginer - Steps Tree
Select the step (Button Events)
We will start now new interaction process to generate new steps to our steps tree.
The slow way (Using Mouse):
1 - Click Interact to open the components browser
2 - Select the domain (Events)
3 - Select the component (Button Events)
The fast way (Using Keyboard shortcuts):
1 - Get the component using its name by typing (Button Events)
Note : Stop typing when you see the required component is selected
Fig. (14) Component Browser โ€“ Select the component (Button Events)
After selecting the component click Ok or press ENTER
Fig. (15) Interaction page - Set the properties and enter the required data as in the image above
Fig. (16) Goal Desginer - Steps Tree
Select the step (The First Step)
We will start now new interaction process to generate new steps to our steps tree.
The slow way (Using Mouse):
1 - Click Interact to open the components browser
2 - Select the domain (Structure Programming)
3 - Select the component (Define Procedure)
The fast way (Using Keyboard shortcuts):
1 - Get the component using its name by typing (Define Procedure)
Note : Stop typing when you see the required component is selected
Fig. (17) Component Browser โ€“ Select the component (Define Procedure)
After selecting the component click Ok or press ENTER
Fig. (18) Interaction page - Set the properties and enter the required data as in the image above
Fig. (19) Goal Desginer - Steps Tree
Select the step (Start Here)
We will start now new interaction process to generate new steps to our steps tree.
The slow way (Using Mouse):
1 - Click Interact to open the components browser
2 - Select the domain (Windows)
3 - Select the component (Window Class)
The fast way (Using Keyboard shortcuts):
1 - Get the component using its name by typing (Window Class)
Note : Stop typing when you see the required component is selected
Fig. (20) Component Browser โ€“ Select the component (Window Class)
After selecting the component click Ok or press ENTER
Fig. (21) Interaction page - Set the properties and enter the required data as in the image above
Fig. (22) Interaction page - Set the properties and enter the required data as in the image above
Fig. (23) Interaction page - Set the properties and enter the required data as in the image above
Fig. (24) Goal Desginer - Final Steps Tree
3 - Final Steps Tree
The First Step
Define New Window ( win1 ) , Title : "welcome"
Window Events
Window Properties
Window Controls
Define Label ( lbl1 ) , Caption : "Hello SIr"
Label Events
Label Properties
Define New Button ( btn1 ) , Caption : "Close"
Button Events
Event: ON CLICK : Action MyClose()
Button Properties
End Of Window
Activate window
Define Procedure MyClose
Start Here
win1.Release ( )
End of Procedure
4 - Application during the runtime
Fig. (25) Application during the runtime

More Related Content

What's hot (20)

PDF
Programming Without Coding Technology (PWCT) - Hello Lily Sample
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Button Control
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Encrypt/Decrypt Files using Po...
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Adding controls to windows.
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Variables
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Functions and Procedures
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Center Window
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Get Input From User
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Add toolbar to the window
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - PolarCryptoLight ActiveX
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Crystal Reports 10
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Expressions
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Checkbutton control
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Using the For Loop component.
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Animatebox control
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - ActiveSkin ActiveX Control
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - How to deal with Memo Variables.
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - While Loop component
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Compress Files using PolarZipL...
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - IF Statement Component
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Hello Lily Sample
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Button Control
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Encrypt/Decrypt Files using Po...
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Adding controls to windows.
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Variables
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Functions and Procedures
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Center Window
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Get Input From User
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Add toolbar to the window
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - PolarCryptoLight ActiveX
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Crystal Reports 10
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Expressions
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Checkbutton control
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Using the For Loop component.
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Animatebox control
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - ActiveSkin ActiveX Control
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - How to deal with Memo Variables.
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - While Loop component
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Compress Files using PolarZipL...
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - IF Statement Component
Mahmoud Samir Fayed
ย 

Viewers also liked (10)

PDF
PaxOceanย Zhoushanย Presentationย 150727s
Qian faping
ย 
PPT
Live Your Passion
Jimmy Clem, SCPS, CC
ย 
PPT
Esta รกrvore chama-se VOCรŠ
Ivone Boechat
ย 
PDF
Le 10 grandi promesse dell IT
mat2000
ย 
PDF
SAP HANA Native Application Development
ZaranTech LLC
ย 
PPT
An Italian, a Russian, 3 Germans and a Founder of the NY School
glennhirsch
ย 
PPTX
LeadingAST.com - Leading a Sales Transformation Dreamforce 2015
Michael Weening
ย 
PDF
B2B Sales Transformation Checklist
DSG Consulting
ย 
PPTX
Types of fermenter
Vharsha Haran
ย 
PPTX
12 Interesting Facts about Big Data
Datamatics Global Services Limited
ย 
PaxOceanย Zhoushanย Presentationย 150727s
Qian faping
ย 
Live Your Passion
Jimmy Clem, SCPS, CC
ย 
Esta รกrvore chama-se VOCรŠ
Ivone Boechat
ย 
Le 10 grandi promesse dell IT
mat2000
ย 
SAP HANA Native Application Development
ZaranTech LLC
ย 
An Italian, a Russian, 3 Germans and a Founder of the NY School
glennhirsch
ย 
LeadingAST.com - Leading a Sales Transformation Dreamforce 2015
Michael Weening
ย 
B2B Sales Transformation Checklist
DSG Consulting
ย 
Types of fermenter
Vharsha Haran
ย 
12 Interesting Facts about Big Data
Datamatics Global Services Limited
ย 
Ad

Similar to Programming Without Coding Technology (PWCT) - Simple GUI Application (13)

PDF
Programming Without Coding Technology (PWCT) - Treeview control
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Telephone Database
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - HarbourPWCT - Rectangles - Con...
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - How to deal with Arrays
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - HarbourPWCT - Colors - Console...
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Convert the data type of varai...
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Logical Operations
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Create Menus in our console ap...
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - How to deal with Strings
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Arithmetic operations
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Create Database Files (*.DBF)
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - RMChart ActiveX
Mahmoud Samir Fayed
ย 
PDF
Programming Without Coding Technology (PWCT) - Label Control
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Treeview control
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Telephone Database
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - HarbourPWCT - Rectangles - Con...
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - How to deal with Arrays
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - HarbourPWCT - Colors - Console...
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Convert the data type of varai...
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Logical Operations
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Create Menus in our console ap...
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - How to deal with Strings
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Arithmetic operations
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Create Database Files (*.DBF)
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - RMChart ActiveX
Mahmoud Samir Fayed
ย 
Programming Without Coding Technology (PWCT) - Label Control
Mahmoud Samir Fayed
ย 
Ad

More from Mahmoud Samir Fayed (20)

PDF
The Ring programming language version 1.10 book - Part 212 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 211 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 210 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 208 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 207 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 205 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 206 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 204 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 203 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 202 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 201 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 200 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 199 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 198 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 197 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 196 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 195 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 194 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 193 of 212
Mahmoud Samir Fayed
ย 
PDF
The Ring programming language version 1.10 book - Part 192 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 212 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 211 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 210 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 208 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 207 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 205 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 206 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 204 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 203 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 202 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 201 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 200 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 199 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 198 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 197 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 196 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 195 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 194 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 193 of 212
Mahmoud Samir Fayed
ย 
The Ring programming language version 1.10 book - Part 192 of 212
Mahmoud Samir Fayed
ย 

Recently uploaded (20)

PDF
Dealing with JSON in the relational world
Andres Almiray
ย 
PPTX
Automatic_Iperf_Log_Result_Excel_visual_v2.pptx
Chen-Chih Lee
ย 
PDF
How DeepSeek Beats ChatGPT: Cost Comparison and Key Differences
sumitpurohit810
ย 
PDF
What Is an Internal Quality Audit and Why It Matters for Your QMS
BizPortals365
ย 
PDF
Power BI vs Tableau vs Looker - Which BI Tool is Right for You?
MagnusMinds IT Solution LLP
ย 
PDF
Telemedicine App Development_ Key Factors to Consider for Your Healthcare Ven...
Mobilityinfotech
ย 
PPTX
IDM Crack with Internet Download Manager 6.42 [Latest 2025]
HyperPc soft
ย 
PDF
Cloud computing Lec 02 - virtualization.pdf
asokawennawatte
ย 
PPTX
IObit Driver Booster Pro Crack Download Latest Version
chaudhryakashoo065
ย 
PPTX
Perfecting XM Cloud for Multisite Setup.pptx
Ahmed Okour
ย 
PPTX
Introduction to web development | MERN Stack
JosephLiyon
ย 
PPTX
IObit Uninstaller Pro 14.3.1.8 Crack Free Download 2025
sdfger qwerty
ย 
PPTX
CONCEPT OF PROGRAMMING in language .pptx
tamim41
ย 
PDF
capitulando la keynote de GrafanaCON 2025 - Madrid
Imma Valls Bernaus
ย 
PPTX
Seamless-Image-Conversion-From-Raster-to-wrt-rtx-rtx.pptx
Quick Conversion Services
ย 
PDF
>Nitro Pro Crack 14.36.1.0 + Keygen Free Download [Latest]
utfefguu
ย 
PDF
IObit Uninstaller Pro 14.3.1.8 Crack for Windows Latest
utfefguu
ย 
PPTX
Wondershare Filmora Crack 14.5.18 + Key Full Download [Latest 2025]
HyperPc soft
ย 
PDF
TEASMA: A Practical Methodology for Test Adequacy Assessment of Deep Neural N...
Lionel Briand
ย 
PDF
Designing Accessible Content Blocks (1).pdf
jaclynmennie1
ย 
Dealing with JSON in the relational world
Andres Almiray
ย 
Automatic_Iperf_Log_Result_Excel_visual_v2.pptx
Chen-Chih Lee
ย 
How DeepSeek Beats ChatGPT: Cost Comparison and Key Differences
sumitpurohit810
ย 
What Is an Internal Quality Audit and Why It Matters for Your QMS
BizPortals365
ย 
Power BI vs Tableau vs Looker - Which BI Tool is Right for You?
MagnusMinds IT Solution LLP
ย 
Telemedicine App Development_ Key Factors to Consider for Your Healthcare Ven...
Mobilityinfotech
ย 
IDM Crack with Internet Download Manager 6.42 [Latest 2025]
HyperPc soft
ย 
Cloud computing Lec 02 - virtualization.pdf
asokawennawatte
ย 
IObit Driver Booster Pro Crack Download Latest Version
chaudhryakashoo065
ย 
Perfecting XM Cloud for Multisite Setup.pptx
Ahmed Okour
ย 
Introduction to web development | MERN Stack
JosephLiyon
ย 
IObit Uninstaller Pro 14.3.1.8 Crack Free Download 2025
sdfger qwerty
ย 
CONCEPT OF PROGRAMMING in language .pptx
tamim41
ย 
capitulando la keynote de GrafanaCON 2025 - Madrid
Imma Valls Bernaus
ย 
Seamless-Image-Conversion-From-Raster-to-wrt-rtx-rtx.pptx
Quick Conversion Services
ย 
>Nitro Pro Crack 14.36.1.0 + Keygen Free Download [Latest]
utfefguu
ย 
IObit Uninstaller Pro 14.3.1.8 Crack for Windows Latest
utfefguu
ย 
Wondershare Filmora Crack 14.5.18 + Key Full Download [Latest 2025]
HyperPc soft
ย 
TEASMA: A Practical Methodology for Test Adequacy Assessment of Deep Neural N...
Lionel Briand
ย 
Designing Accessible Content Blocks (1).pdf
jaclynmennie1
ย 

Programming Without Coding Technology (PWCT) - Simple GUI Application

  • 1. PWCT 1.9 Art Documentation ( http://doublesvsoop.sourceforge.net ) 2006-2013, Mahmoud Fayed ( [email protected] ) _____________________________________________________________________________________ Table of contents 1 - Introduction 2 - Implementation steps 3 - Final Steps Tree 4 - Application during the runtime 1 - Introduction In this lesson we are going to create simple GUI application We will learn through simple steps how to 1 - Create Main Window 2 - Add controls to the window 3 - Link control events to Procedures/Functions 2 - Implementation Steps Fig. (1) Goal Desginer - Steps Tree Select the step (The First Step) We will start now new interaction process to generate new steps to our steps tree. The slow way (Using Mouse): 1 - Click Interact to open the components browser 2 - Select the domain (Windows) 3 - Select the component (Define New Window) The fast way (Using Keyboard shortcuts): 1 - Get the component using its name by typing (Define New Window) Note : Stop typing when you see the required component is selected
  • 2. Fig. (2) Component Browser โ€“ Select the component (Define New Window) After selecting the component click Ok or press ENTER Fig. (3) Interaction page - Set the properties and enter the required data as in the image above
  • 3. Fig. (4) Form Designer Fig. (5) Goal Desginer - Steps Tree Select the step (Window Controls) We will start now new interaction process to generate new steps to our steps tree. The slow way (Using Mouse): 1 - Click Interact to open the components browser 2 - Select the domain (Controls) 3 - Select the component (Label) The fast way (Using Keyboard shortcuts): 1 - Get the component using its name by typing (Label) Note : Stop typing when you see the required component is selected
  • 4. Fig. (6) Component Browser โ€“ Select the component (Label) After selecting the component click Ok or press ENTER Fig. (7) Interaction page - Set the properties and enter the required data as in the image above
  • 5. Fig. (8) Form Designer Fig. (9) Goal Desginer - Steps Tree Select the step (Window Controls) We will start now new interaction process to generate new steps to our steps tree. The slow way (Using Mouse): 1 - Click Interact to open the components browser 2 - Select the domain (Controls) 3 - Select the component (Button) The fast way (Using Keyboard shortcuts): 1 - Get the component using its name by typing (Button) Note : Stop typing when you see the required component is selected
  • 6. Fig. (10) Component Browser โ€“ Select the component (Button) After selecting the component click Ok or press ENTER Fig. (11) Interaction page - Set the properties and enter the required data as in the image above
  • 7. Fig. (12) Form Designer Fig. (13) Goal Desginer - Steps Tree Select the step (Button Events) We will start now new interaction process to generate new steps to our steps tree. The slow way (Using Mouse): 1 - Click Interact to open the components browser 2 - Select the domain (Events) 3 - Select the component (Button Events) The fast way (Using Keyboard shortcuts): 1 - Get the component using its name by typing (Button Events) Note : Stop typing when you see the required component is selected
  • 8. Fig. (14) Component Browser โ€“ Select the component (Button Events) After selecting the component click Ok or press ENTER Fig. (15) Interaction page - Set the properties and enter the required data as in the image above
  • 9. Fig. (16) Goal Desginer - Steps Tree Select the step (The First Step) We will start now new interaction process to generate new steps to our steps tree. The slow way (Using Mouse): 1 - Click Interact to open the components browser 2 - Select the domain (Structure Programming) 3 - Select the component (Define Procedure) The fast way (Using Keyboard shortcuts): 1 - Get the component using its name by typing (Define Procedure) Note : Stop typing when you see the required component is selected Fig. (17) Component Browser โ€“ Select the component (Define Procedure) After selecting the component click Ok or press ENTER
  • 10. Fig. (18) Interaction page - Set the properties and enter the required data as in the image above Fig. (19) Goal Desginer - Steps Tree Select the step (Start Here) We will start now new interaction process to generate new steps to our steps tree. The slow way (Using Mouse): 1 - Click Interact to open the components browser 2 - Select the domain (Windows) 3 - Select the component (Window Class) The fast way (Using Keyboard shortcuts): 1 - Get the component using its name by typing (Window Class) Note : Stop typing when you see the required component is selected
  • 11. Fig. (20) Component Browser โ€“ Select the component (Window Class) After selecting the component click Ok or press ENTER Fig. (21) Interaction page - Set the properties and enter the required data as in the image above
  • 12. Fig. (22) Interaction page - Set the properties and enter the required data as in the image above Fig. (23) Interaction page - Set the properties and enter the required data as in the image above
  • 13. Fig. (24) Goal Desginer - Final Steps Tree 3 - Final Steps Tree The First Step Define New Window ( win1 ) , Title : "welcome" Window Events Window Properties Window Controls Define Label ( lbl1 ) , Caption : "Hello SIr" Label Events Label Properties Define New Button ( btn1 ) , Caption : "Close" Button Events Event: ON CLICK : Action MyClose() Button Properties End Of Window Activate window Define Procedure MyClose Start Here win1.Release ( ) End of Procedure 4 - Application during the runtime
  • 14. Fig. (25) Application during the runtime