Examples section

Ajax table example

Posted : 08/09/2008

This is a minimal Ajax table program. You may test it online and source code is available for download.

Read article

Using a Flash animation in WinDev

Posted : 22/08/2008

A WinDev window can display a Flash animation using an ActiveX control.

Flash animation

Flash movie.

In this case, it’s the “Shockwave Flash Object”. The program can interact with the animation in two ways :

1. Sending commands to the animation. Here for example, the background color can be be changed.

2. Getting values from the animation. Here the program can detect which item has been clicked. The name of the clcked item is shown in the window title bar.

Besides the Flash animation is customizable. The content is defined by an XML file. Each item is a PNG picture.

Download the source code

WinDev 12 Project download

 

...