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

    .NET

    Reply
    *Tony Tanzillo

    acedUsrBrkWithMessagePump

    105 Views, 1 Replies
    07-02-2005 11:49 AM
    Not long ago, I asked if anyone knew how to call
    CWinApp::smileytongue:umpMessage() from managed code.

    The reason I needed this, is made fairly obvious
    by the name of the undocumented export in the
    subject line.

    My question is, does use of this undocumented
    API in lieu of calling acedUserBrk(), eliminate the
    need to call PumpMessage() to prevent AutoCAD
    from being unresponsive while my app is busy?


    --
    http://www.caddzone.com

    AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
    http://www.acadxtabs.com
    Please use plain text.
    *Albert Szilvasy

    Re: acedUsrBrkWithMessagePump

    07-04-2005 09:21 PM in reply to: *Tony Tanzillo
    Yes.
    See my other post about implementing "user break" in general.

    Albert
    "Tony Tanzillo" wrote in message
    news:4891821@discussion.autodesk.com...
    Not long ago, I asked if anyone knew how to call
    CWinApp::smileytongue:umpMessage() from managed code.

    The reason I needed this, is made fairly obvious
    by the name of the undocumented export in the
    subject line.

    My question is, does use of this undocumented
    API in lieu of calling acedUserBrk(), eliminate the
    need to call PumpMessage() to prevent AutoCAD
    from being unresponsive while my app is busy?


    --
    http://www.caddzone.com

    AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
    http://www.acadxtabs.com
    Please use plain text.