sean112 Posted July 11, 2016 Posted July 11, 2016 I finished everything that I needed to input and play around with in autolisp. I want to make the whole program better by design a GUI for it. However, from what I understand, autolisp is not able to accomplish it. Is it possible? If not, is there a way to design GUI in TCL or Java then import the data to autocad? I am pretty new to programming. Thanks in advance to any answers! Quote
Roy_043 Posted July 11, 2016 Posted July 11, 2016 Using DCL you can create a dialog box for your AutoLISP application. If the limited features of DCL are not enough, you should look at OpenDCL first. Quote
sean112 Posted July 11, 2016 Author Posted July 11, 2016 Using DCL you can create a dialog box for your AutoLISP application. If the limited features of DCL are not enough, you should look at OpenDCL first. Thanks! I have a follow up question, though. Is there a way for DCL to redirect you to a next interface? Not necessarily another file, but kind of like a slide that redirect you from menu to menu. Quote
BIGAL Posted July 12, 2016 Posted July 12, 2016 Dcl supports sub menus so you can pick a subject and have more dialouge choices. 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.