IDL Programming > Interfaces (Widgets) > Widget Application Techniques > Tips on Creating Widget Applications

Tips on Creating Widget Applications

The following are some ideas to keep in mind when writing widget applications in IDL.

Portability Issues

Although IDL widgets are essentially the same on all supported platforms, there are some differences that can complicate writing applications that work well everywhere. The following hints should help you write such applications:

It is reasonably easy to write applications that will work in all environments without having to resort to much special-case programming. It is very helpful to have a machine running each environment available so that the design can be tested on each iteratively until a suitable layout is obtained.