Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

This course was designed so you can approach it in two differen different ways:

  •  either you follow all the detailed exercises in each lesson (recommended method)
  • or, if you are in a hurry and already experienced, you can read through it without doing the exercises, as all the exercises have screen shots. However, in order to quickly assimilate the main concepts, we recommend that you follow the course step by step. 

I'll give the tutorial a go, although by nature I'm a bit impatient with these kinds of things.

Tutorial: Discovering WinDev

Some very basic stuff here. Definition of an application, a project (what in C7 and later Clarion devs call a solution). Which raises the question of how you organize really large apps in WinDev. 

...

Skins are also mentioned as a key concept - the skin controls the appearance of the application. And style sheets. I'm familiar with CSS and I can see how this would be key to web apps, but this is a WinDev tutorial so it will be interesting to see how style sheets come into play. 

My_First_Windows

My_First_Windows is the first tutorial sample project. The tutorial tells me I'm going to create a few windows and some basic controls. 

...

Using the properties I changed the control name and set the initial value as specified.  

Image Added

 Image Added

All of this resulted in two warnings and two errors (the errors were predicted by the tutorial). Note that at no time did I do an explicit compile - these errors were automatically discovered reported by the IDE, which I assume did a compile when I saved the window 

Image Added

The solution to the errors is easy, as explained in the tutorial. They are caused by my renaming the control. Simply right-click on either of the errors and choose Rename all the references. Easy peasy. 

...