Recent posts

#21
Runtime/AutoLISP / Re: OnKeyUp event
Last post by owenwengerd - July 30, 2024, 09:16:00 AM
Try this:
(defun c:project/Form4/ListView1#OnKeyUp (Character RepeatCount Flags /)
  (if (= Character " ") (alert "SPACEBAR was released"))
)
#22
Runtime/AutoLISP / OnKeyUp event
Last post by pawlix - July 30, 2024, 09:04:53 AM
Hello guys!
I'm kinda new in this world, could someone help me with OnKeyUp event?
I would love to use it in my ListView by pressing SpaceBar but I have no clue how to do that becouse of those Characters and Flags :/
Currently my code seems like this:
Quote(defun c:project/Form4/ListView1#OnKeyUp (Character RepeatCount Flags /)
  (setq Character "SpaceBar")
  (setq RepeatCount 0)
  (setq Flags 0)
  (alert "OK")
)

Can someone help me?
#23
Runtime/AutoLISP / Re: Set ButtonToolTips for Opt...
Last post by ScottBolton - July 25, 2024, 02:10:27 AM
This still appears to not work. Hardcoding the list in Studio works; assigning in lisp doesn't.

(dcl-Control-GetButtonToolTipList executed later in the lisp returns the desired list)
#24
Runtime/AutoLISP / Re: OpenDCL for BricsCAD beta
Last post by owenwengerd - July 15, 2024, 04:21:24 PM
I don't want to bother with a public release for a beta build, because it will become invalid in the next beta coming in a few weeks. However, I have built a V25 beta 1 runtime module locally, and I can share a download link via email, PM, or at a Bricsys support ticket.
#25
Runtime/AutoLISP / OpenDCL for BricsCAD beta
Last post by Emiliano - July 15, 2024, 07:22:51 AM
Hi,
the latest version of OpenDCL runtime is compatible with the latest available beta of BricsCAD.
I can't find the OpenDCL system requirements page, has it been removed?

Thanks in advance!
#26
Runtime/AutoLISP / Re: Help keep OpenDCL moving f...
Last post by owenwengerd - July 03, 2024, 08:32:44 PM
For those with a US bank, an old-fashioned mailed bank check works fine for me (contact info is on the ManuSoft web site, and make sure you note somewhere that it is an OpenDCL donation) if you want to go that route. For that matter, Zelle would work as well.
#27
Runtime/AutoLISP / Re: Help keep OpenDCL moving f...
Last post by DW - July 03, 2024, 06:52:12 PM
Quote from: kenkrupa on July 01, 2024, 09:08:59 AMI tried following the above and got nowhere. I get no check box for I know their bank details. So I enter support@manusoft.com and Owen Wengerd, which is all I know (there is no Language entry). When I click Confirm, it insists I enter all the other info. Jeez - I would really like to donate! (from USA)

Try the second set of instructions in my earlier post and use a desktop browser.
My last transfer was a bit frustrating with the mobile app not behaving as the online help said it should.

I've found getting in touch with WISE support on the phone is straightforward. It shouldn't be so difficult  to transfer funds - good luck!   
#28
Runtime/AutoLISP / Re: Help keep OpenDCL moving f...
Last post by owenwengerd - July 01, 2024, 12:05:19 PM
I wish it wasn't so complicated to make simple donations. I can say that I had no problem accepting the previous donations sent through WISE, but I'm afraid I have no information about the steps for sending. Regardless, I appreciate all the efforts. Thank you!
#29
Runtime/AutoLISP / Re: Help keep OpenDCL moving f...
Last post by kenkrupa - July 01, 2024, 09:08:59 AM
Quote from: DW on May 01, 2024, 02:40:06 AM
  • Click the green Continue button.
  • Click Enter bank details button on the next page.
  • Click the Someone else button
  • Deselect the I know their bank details check box
  • and enter Email address, Name and Language
  • Click Confirm button...

I tried following the above and got nowhere. I get no check box for I know their bank details. So I enter support@manusoft.com and Owen Wengerd, which is all I know (there is no Language entry). When I click Confirm, it insists I enter all the other info. Jeez - I would really like to donate! (from USA)
#30
Runtime/AutoLISP / Re: Insert Block Problem
Last post by dsm_dude - June 18, 2024, 12:04:05 AM
Can someone help with a solution?