Button menu

Started by fred_tomke · 2009-06-02 10:51 UTC · 2 replies · SMF topic #782

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
Attachments
author=Fred Tomke link=topic=782.msg3859#msg3859 date=1243939877 wrote:
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 Width [as Long])

on event:

(defun c:_OnDropDown (/)
)

Kevin
Thanks I will try so.

Fred