leonucadomi Posted June 4 Posted June 4 good day all: since I already have several routines regarding texts I find myself in need of creating a dialog box that allows me to choose the LSP routine of my preference. Any example you can provide me? thanks Quote
Abrasive Posted June 4 Posted June 4 @BIGAL Has a really nice multi-radio button routine that looks like it would work. 1 Quote
BIGAL Posted June 5 Posted June 5 (edited) Here is multi radio buttons single row or column and a 2column version. Instructions are in the top of the code. You just need to save the multi lsp's into a support path or use full path when doing the (load From the code (if (not AH:Butts)(load "Multi Radio buttons.lsp")) (if (= but nil)(setq but 1)) (setq ans (atoi(ah:butts but "V" '("Choose a number" "1" "2" "3" "4" "5" "6" "7" "8" "9" "10")))) ; ans holds the button picked as an integer value I wont go into it now but you can convert the dcl code made into lsp code. So don't need the multi radio.lsp. Ps Multi Toggles & Multi getvals also available. Edited June 5 by BIGAL 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.