Author Topic: Autofill a third party dialog  (Read 2072 times)

0 Members and 1 Guest are viewing this topic.

Coder

  • Swamp Rat
  • Posts: 827
Autofill a third party dialog
« on: February 05, 2018, 12:10:41 PM »
Hello everyone.

Recently our company has a third party attached or linked to my AutoCAD program, and one of the commands has a big dialog with many cells to fill out which is a very tedious work.

So is there a way to fill the dialog out from a text file or csv or even Excel automatically with AutoLISP ?

The command that has that big dialog can be invoked as any autoCAD command.

Hope someone can help me with this important task.

Thank you.

ChrisCarlson

  • Guest
Re: Autofill a third party dialog
« Reply #1 on: February 05, 2018, 12:12:03 PM »
You do not need to post it, but do you have the source code for the 3rd party addon?

Coder

  • Swamp Rat
  • Posts: 827
Re: Autofill a third party dialog
« Reply #2 on: February 05, 2018, 12:17:06 PM »
You do not need to post it, but do you have the source code for the 3rd party addon?

Thank you for your kind reply.

Unfortunately no I don't have and its not necessarily a lisp program but it could be a .NET programming languages but it still a guess to me and I am not sure.

Lee Mac

  • Seagull
  • Posts: 12928
  • London, England
Re: Autofill a third party dialog
« Reply #3 on: February 05, 2018, 12:31:18 PM »
You could try using an AutoHotkey script.

Coder

  • Swamp Rat
  • Posts: 827
Re: Autofill a third party dialog
« Reply #4 on: February 05, 2018, 12:36:28 PM »
You could try using an AutoHotkey script.
Thank you Lee for your kind reply.

Is it something that I can use with AutoLISP or a separate script file process?
Can you please clarify it more?

Lee Mac

  • Seagull
  • Posts: 12928
  • London, England
Re: Autofill a third party dialog
« Reply #5 on: February 05, 2018, 01:07:34 PM »
You could try using an AutoHotkey script.
Thank you Lee for your kind reply.

Is it something that I can use with AutoLISP or a separate script file process?
Can you please clarify it more?

No, this is nothing to do with AutoLISP or AutoCAD - Google is your friend.  :-)

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Autofill a third party dialog
« Reply #6 on: February 05, 2018, 01:08:04 PM »
Would a Windows "Form Filler" software work for that?
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Coder

  • Swamp Rat
  • Posts: 827
Re: Autofill a third party dialog
« Reply #7 on: February 06, 2018, 03:13:20 AM »
You could try using an AutoHotkey script.
Thank you Lee for your kind reply.

Is it something that I can use with AutoLISP or a separate script file process?
Can you please clarify it more?

No, this is nothing to do with AutoLISP or AutoCAD - Google is your friend.  :-)

Thank you Lee, will google it.

Thank you CAB, your suggestion is also very good, will google it as well.