Jump to content

box dcl for lsp routines...


leonucadomi

Recommended Posts

Posted

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.

image.thumb.png.d01932752527411611da91cd504ac83e.png

Any example you can provide me?

 

thanks

Posted

@BIGAL Has a really nice multi-radio button routine that looks like it would work.

  • Thanks 1
Posted (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.

 

Multiradio2col34.png.e8f8746b7256073461193bead0dea7a0.png

Multi radio 3.jpg

Edited by BIGAL
  • Thanks 1

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...