This page groups the "Did you know " articles that are regularly posted on the professional NewsGroup of PC SOFT. You should find interesting information!
09/08/2008
WinDev and WebDev offer automatic DDW.

DDW (Dim Disabled Windows) for a page or a window is handled automatically.
The inactive page or window is dimmed.

This way, active pages are more visible to the user.
09/02/2008
WinDev, WebDev and WinDev Mobile offer, with the use of the SCM, interaction with the “Project Monitoring Center” and the “Quality and Version Monitoring Center”.

When you check in an element into the SCM, the SCM will by default associate the text and the identifier of the current task, and/or a bug correction to the changes. The development record is automatically filled in, without the risk of forgetting, and without the need to perform any particular action.

You will find more details on this feature in the online help under “Check in, An element (SCM)”.
08/29/2008
WinDev and WebDev offer the translation of item names.

If the end user wants to create his own reports and queries, he has to use the file and item names used in the analysis.
These names are generally in English! That’s not very practical for Chinese or Romanian users.
You can indicate in the data file description a translation for the file name and the item names, just as you can do it for the controls in the user interface.
08/28/2008
WebDev offers the ..URL properties and ..Value properties on iFrame.

These properties let you dynamically change the content of an iFrame.
This way, you can dynamically display content from other sites: ads, product descriptions.

You will find more details on these properties in WebDev’s online help.
08/25/2008
WinDev, WebDev and WinDev Mobile offer component class derivation.

A component may contain classes in its interface. You can derivate these classes from the host project, and overload the virtual methids, and implement polymorphism.
Inheritance can be implemented at several levels of components.

You will find more details on this feature in the online help in the "Derivation (OOP)" section.
Did you Know ?
5 Publications