Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29251 Discussions

Limit to dialog controls in a QuickWin Dialog Box

oscarh81
Beginner
680 Views
I am using CVF Standard 6.1.A on Windows 98 SE. I am creating a dialog box with edit box controls and combo controls. It got to a point where I cannot insert any more controls. Is there a limit to the number of controls that can be used in a dialog box?
0 Kudos
3 Replies
Jugoslav_Dujic
Valued Contributor II
680 Views
I'm not aware of any limits -- but even if there is one and you reached it, you should seriously consider redesigning your dialog. There's nothing more user unfriendly than a dialog with a zillion of controls. Try to divide it into several units, e.g. using tabbed dialogs.

Jugoslav
0 Kudos
Steven_L_Intel1
Employee
680 Views
There is a limit of about 250 child windows, and a control is a child window (or maybe two or three, depending on the control.) This is an architectural limit of Windows and not specific to QuickWin.

Steve
0 Kudos
oscarh81
Beginner
680 Views
That's it. I have about 250 controls among combo boxes, edit boxes and static text.
0 Kudos
Reply