Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Overview/Screencasts"

(Load data into a form)
(Screencasts)
Line 4: Line 4:
  
 
==Screencasts==
 
==Screencasts==
{{note|TODO|Add a short description for each video}}
 
  
 
===Create a new scout project and a form===
 
===Create a new scout project and a form===
Line 11: Line 10:
 
[http://www.youtube.com/watch?v=1iCKib1gTkk Eclipse Scout - How to create a form]
 
[http://www.youtube.com/watch?v=1iCKib1gTkk Eclipse Scout - How to create a form]
  
The video shows how a new Scout project and a form can be created using the Scout SDK.
+
The video shows how a new Scout project and [[Scout/Concepts/Form|a form]] can be created using the Scout SDK.
  
 
===Adding fields to a form===
 
===Adding fields to a form===
Line 18: Line 17:
 
[http://www.youtube.com/watch?v=aUKVmZIRdV4 Eclipse Scout - How to create fields]
 
[http://www.youtube.com/watch?v=aUKVmZIRdV4 Eclipse Scout - How to create fields]
  
The video shows how to create fields on a form using the Scout SDK.
+
The video shows how to create [[Scout/Concepts/Field|fields]] on [[Scout/Concepts/Form|a form]] using the Scout SDK.
  
 
===Load data into a form===
 
===Load data into a form===
Line 25: Line 24:
 
[http://www.youtube.com/watch?v=AnZYptB7uIk Eclipse Scout - How to load data]
 
[http://www.youtube.com/watch?v=AnZYptB7uIk Eclipse Scout - How to load data]
  
The video shows how to load data with a Scout Process Service.
+
The video shows how to load data with a [[Scout/HowTo/Create_a_Process_Service | Scout Process Service]].
  
 
==See also==
 
==See also==
 
* {{ScoutLink|Tutorial|name=Eclipse Scout Tutorials}}
 
* {{ScoutLink|Tutorial|name=Eclipse Scout Tutorials}}

Revision as of 12:47, 20 May 2011

The Scout documentation has been moved to https://eclipsescout.github.io/.

This page lists the screencasts explaining how to use Eclipse Scout.

Screencasts

Create a new scout project and a form

How to create a form

Eclipse Scout - How to create a form

The video shows how a new Scout project and a form can be created using the Scout SDK.

Adding fields to a form

How to create fields

Eclipse Scout - How to create fields

The video shows how to create fields on a form using the Scout SDK.

Load data into a form

How to load data

Eclipse Scout - How to load data

The video shows how to load data with a Scout Process Service.

See also

Back to the top