About This File
Thank you for supporting this "HP:BUTTONS.lsp" DCL library.
This routine allows you to create DCL with multiple buttons associated to DCL action_tile list on the fly.
It creates DCL box with single column x nRows of buttons, 'n' depends on the length of the 'action list'
usage:
(hp:buttons title lst width ht)
title = Name caption on top of DCL - string
lst = quoted list or progn list - list
width = Width of the dialod box - integer
ht = height of each button - integer
returns nil or any execution (progn ... ) related to action_tile
Save this file into your support folder, append to your startup autoload routine.
In order to optimize the user experience, it allows maxinum 15 rows however you can abjust depends on screen size.
HP:BUTTONS - v1.0
Free LISP by - hanhphuc
email: hanhphuc.diy@outlook.com
What's New in Version 1.0.1 See changelog
Released
v.1.0.1 : added extra msg parameter: (hp:buttons title msg lst width ht)