Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Right-clicking on the window brings up the WinDev equivalent of a properties pad:

 Image Added

The tutorial makes note of the WIN_ prefix on the default window name. This is due to the use of a programming charter, which prepends standard prefixes to generated labels. You can use a standard charter, you can use your own charter, or you can avoid using charters entirely. Peter Holemans is one who found problems with charters in certain situations.

...

Interestingly, placing a control isn't a drag/drop affair from a toolbox as with most IDEs; instead you choose a control from the menu then click where you want it to go (C6 style).  

Image Added

Here's the control on the window:

 Image Added

You can bring up the control properties either by right-clicking and choosing Description or by double-clicking. 

...