• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Valued Contributor
    Ertqwa
    Posts: 73
    Registered: ‎10-03-2011

    NETLOAD and ^P

    220 Views, 3 Replies
    10-22-2011 12:42 PM

    Hello forum,

     

    I'm guessing an easy question, but can't find an answer.

    If I use NETLOAD in a macro between ^P's, I still see "NETLOAD Assembly file name: ..." in the text window, and then a 'nil' on the next line:

     

    Macro:

    ^C^C^P(command "NETLOAD" "MyLibrary.dll")^P;MyCommand

     

    Is there a way to supress the text and the nil in AutoCAD's text window, using NETLOAD?

     

    Thank you.

     

     

     

    Please use plain text.
    Active Contributor
    Posts: 44
    Registered: ‎06-04-2004

    Re: NETLOAD and ^P

    10-23-2011 08:19 PM in reply to: Ertqwa

    Simple, don't use NETLOAD :smileyhappy:

     

    Use this utility to demand load your net app, should solve your problem.

     

    HomeBoy Out

    Please use plain text.
    *Expert Elite*
    chiefbraincloud
    Posts: 736
    Registered: ‎02-13-2008

    Re: NETLOAD and ^P

    10-24-2011 01:32 PM in reply to: Ertqwa

    Turn CMDECHO off (0), that got rid of exerything but the "nil"

     

    If you use VL-CMDF instead of COMMAND it will return T instead of nil

     

    For whatever reason, when I call NETLOAD from a MNL (menu lisp) file, none of it shows up (with CMDECHO = 0).  I don't even toggle the MENUECHO setting.

     

    Just to make sure you realize, ^P is a TOGGLE, which means that if the user already has it set to suppress the echo, the your button will override that and make it echo.

    Dave O.                                                                                Sig-Logos32.png
    Please use plain text.
    Valued Contributor
    Ertqwa
    Posts: 73
    Registered: ‎10-03-2011

    Re: NETLOAD and ^P

    10-26-2011 01:22 PM in reply to: chiefbraincloud

    Great, thanks I will try it!

    Please use plain text.