Jump to content

Recommended Posts

Posted

Is there a relatively easy way to bring up some sort of graphical output box (like the prompt command I guess) that remains open & update-able during a programs execution?

 

Thanks,

 

Andrew

Posted

Well... I'm not married to any way to do it. If there was some way I could bring up a box of any kind that I could display information in, that would be golden.

Posted
Well, I sometimes use the command window (activated by (textscr)) See here:

 

http://www.cadtutor.net/forum/showthread.php?t=39457

 

Thanks Lee, I didn't actually find the reference in that link.. but I've figured the command out.

 

Is there a way I can bring that window up, but not make it current.. say always on top and then go back to using autocad within a program?

Posted

I suppose I will have to learn how to work with dialogue boxes.

Posted

you would have to use VBA or opendcl. all lisp dialog boxes are modal which means they assume focus and have to close when autocad is accessed. i use opendcl for my dialog boxes and they have a modeless boxes that will stay open during autocad operations.

look at opendcl.com

Posted
I suppose I will have to learn how to work with dialogue boxes.

 

Hi,

 

There're two type of dialog boxes : modal or modeless.

 

Modal dialog boxes have to be closed before continuing to other tasks. It just can be hidden during a selection for example (i.e. the Htch dialog box).

Modeless dialog boxes continue displaying during other tasks (i.e. Palettes)

 

The DCL language provided with AutoCAD allows only to create modal dialog boxes.

If I don't misunderstand what you want to do, you need a modeless one. To create this kind of dialog box, you need to use OpenDCL or a lower level language (C#, VB.net, C++...).

Posted

Thanks,

 

I indeed want a modeless box.. I'm downloading OpenDCL right now. More things to figure out and keep me out of trouble ;)

Posted

Ok this OpenDCL is amazing.. it took me a while to figure out how to get the odcl project to reload after I had made some changes to the master demo.

 

But this stuff is cool :)

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...