Tutorial Viewer

Getting started with Limnor Studio
Tutorial Maker
Samples

Visual Programming should be learnt visually. Limnor Tutorials are presented in slides made from actual screenshots. You learn the concepts by examples.
Tutorial Viewer is a program to show the slides.
Tutorial Viewer itself is made using Limnor Studio. You can find its project files under Samples folder of the Limnor Studio installation folder. The compiled Tutorial Viewer, TutorialViewer.exe, is installed with the Limnor Studio. A shortcut is provided by the setup:

To view a tutorial, click :

It asks for Folder, Slide Name and Slide number to start with. The first slide is slide 1.

Each slide consists of an image file and a slide file.
The image file is named by {Slide Name}_{Slide #}.Jpg. For example, the image file for the first slide of above slide is
D:\Tutorials\Create Windows Application_1.Jpg
The slide file is named by {Slide Name}_{Slide #}.Xml. For example, the slide file for the first slide of above slide is
D:\Tutorials\Create Windows Application_1.Xml
The slide file puts marks and descriptions on the slide image.
To navigate the slide show, click and :

The tutorial viewer program takes 3 command line arguments.
The first argument represents a Slide Name; the second argument represents the Folder; the third argument represents the slide number.
The second and the third arguments are optional. If the second argument is not provided then it uses {viewer program folder}\Tutorial as the Folder.
If the third argument is missing then the slide number is 1.
For example, the following command launches the tutorial viewer to show the first slide of a project named Create Windows Application:
TutorialViewer.exe “Create Windows Application” d:\tutorials

Getting started with Limnor Studio

Please send your feedback and sample requests to feedback@limnor.com. Thanks!