Recent posts

#81
Runtime/AutoLISP / Re: From where can one downloa...
Last post by willy1986101 - November 14, 2023, 06:49:43 PM
i don't think need to Runtime.zrx. just run Runtime.arx
load opnedcl.zrx when open ZWCAD
zrx default folder
C:\Program Files (x86)\Common Files\OpenDCL
#82
Runtime/AutoLISP / Re: ZwCAD slow ResultBuffer af...
Last post by Joseph - November 06, 2023, 01:44:04 AM
Indeed, you are right.
Just installed the new service pack for ZwCAD and the bug is gone. They solved it.
#83
Runtime/AutoLISP / Re: Option Button
Last post by Fred Tomke - November 01, 2023, 06:31:51 AM
Hi, I had a test with you lisp and project file. But both files do not belong together. I had some search & replace but it still not show without errors. So I stop testing.
With regards, Fred
#84
Runtime/AutoLISP / Re: Option Button
Last post by dsm_dude - November 01, 2023, 04:00:41 AM
I just double checked and it is set to 1.
#85
Runtime/AutoLISP / Re: Option Button
Last post by owenwengerd - October 31, 2023, 06:36:50 PM
You can try changing the form's EventInvoke property to 1. See the last paragraph on this page:
http://www.opendcl.com/HelpFiles/index.php?page=Concepts/Modality.htm
#86
Runtime/AutoLISP / Re: ZwCAD slow ResultBuffer af...
Last post by owenwengerd - October 31, 2023, 06:31:02 PM
I think this is something to take up with ZWCAD tech support.
#87
Runtime/AutoLISP / Option Button
Last post by dsm_dude - October 31, 2023, 01:23:00 PM
What am I doing wrong?

I want the option buttons to trigger a command.

(defun c:FindMS_T/Form1/OptionList1#OnSelChanged (ItemIndexOrCount Value /)
  (cond
    ((= uOpt 0)(command "_IsolateObjects" "P" ""))
    ((= uOpt 1)(command "_UnisolateObjects"))
    );cond
)




#88
Runtime/AutoLISP / Re: textbox not updating
Last post by Peter2 - October 30, 2023, 01:30:50 PM
Have you checked all other stuff?
- the dialogue is loaded and active?
- other controls are working fine?
- can you modify the textbox with another command after initializing?
- the textbox-control has all needed events activated?
- ....
#89
Runtime/AutoLISP / Re: Help keep OpenDCL moving f...
Last post by Peter2 - October 30, 2023, 11:12:04 AM
Well, the current activity in the forum is a little bit quite, but you get for free
- a tool which is maintained over the years to be up to date with current versions on different software
- the most intelligent and helpful help-file I have ever seen which functions I have never seen before
- the current state of the forum which contains many. many helpful posts.

For me, the reason to not contribute because you get no free help within one week is not really understandable.
#90
Runtime/AutoLISP / Re: Help keep OpenDCL moving f...
Last post by Domzinator - October 30, 2023, 10:33:24 AM
I Don't see the point, there isnt allot of help out there and this forum also isn't helping. posted a question over n week ago and still no reply from anyone. Maybe if there is better Help and support this can go a long way