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

How to get more than 16 items per menu in Quickwin

sumitm
Beginner
488 Views

Hi,

I have a CVF Quickwin App where I need to add additional menus as shown in the attached picture. If the list gets too long (16?) then it makes a second column and that looks bad and unprofessional in my mind.

These menus were created by the following method:

mname = 'Import DXF Preform Geometry...'C
IF (.NOT.APPENDMENUQQ(mnum,$menuenabled,mname,INP_PREF_DXF)) THEN
INITIALSETTINGS = .FALSE.
RETURN
END IF

Any help would be appreciated.

Thanks

0 Kudos
0 Replies
Reply