Results 1 to 1 of 1

Thread: Provide better access to existing functions and dialogs

  1. #1
    AUGI Addict sinc's Avatar
    Join Date
    2004-02
    Location
    Colorado
    Posts
    1,986
    Login to Give a bone
    0

    Default Provide better access to existing functions and dialogs

    Autocad currently has a lot of dialog boxes that are not accessible from VLISP. This ends up forcing the writing of what should be unnecessary code.

    For example, I would like to be able to get the current surface. As it is, I had to write my own code to check for a current surface; if there wasn't one, check for existing surfaces in the drawing; if any surfaces exist, pop up a dialogue box to ask the user to select a current surface; and, finally, return the current surface. This is all something I see other Autocad commands do all the time. I'd like access to things like this, so I don't have to "reinvent the tire", since Autocad would only let me use the wheel...
    Last edited by sinc; 2004-09-18 at 04:33 PM.

Similar Threads

  1. Can you modify existing functions in C#.
    By mark.galba615743 in forum Dot Net API
    Replies: 3
    Last Post: 2014-04-04, 12:12 AM
  2. Replies: 0
    Last Post: 2012-11-24, 07:38 PM
  3. Non-Modal dialogs
    By revit.wishlist1942 in forum Revit Architecture - Wish List
    Replies: 1
    Last Post: 2012-08-06, 03:25 PM
  4. HelpASAHP (Dialogs)
    By Ogre in forum AutoCAD General
    Replies: 1
    Last Post: 2008-06-04, 11:20 AM
  5. File dialogs
    By raymeek in forum VBA/COM Interop
    Replies: 3
    Last Post: 2008-03-17, 05:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •