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

Drop_down list control

smarcher2
Beginner
655 Views
I am trying to put up a dialog with a drop-down list combo box. I use code to put 16 items on the list in a do loop just as others on these boards suggest. Theresource only shows 1 item on the list when the drop-down arrow is clicked. But all of the values seem to be there when I type the 1st few characters in the box itself. I created a combo box and selected drop list. The visible & sort boxes are checked in the style section. What am I doing wrong? I have successfully done other kinds of dialog resources and this is my 1st attempt at the drop-down list.
steve
0 Kudos
2 Replies
davidgraham
Beginner
655 Views

You have to set the size of the drop down list.

When designing it, place the cursor over the arrow and then drag the bottom of the list down.

David

0 Kudos
smarcher2
Beginner
655 Views

I finally figured that out. When I made the expanded box large enough, the entire list was displayed.

steve

0 Kudos
Reply