Hello,
does anybody already tried to create a button menu with opendcl. I do know that there was an example a long time ago, but I cannot find it anymore.
Fred
Quote from: Fred Tomke on June 02, 2009, 03:51:17 AM
Hello,
does anybody already tried to create a button menu with opendcl. I do know that there was an example a long time ago, but I cannot find it anymore.
Fred
Why not place a combo box control next to a text button control; shorten the combo box control till only the down arrow shows and use:
(dcl_ComboBox_SetDroppedWidth <Control> Width [as Long])
on event:
(defun c:<CONTROL-NAME>_OnDropDown (/)
)
Kevin
Thanks I will try so.
Fred