<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AcApDocManager::sendStringToExecute and reactor documentCreated in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747660#M22887</link>
    <description>Hi Alexander,&lt;BR /&gt;
SetTimer fails sometimes when loading big dwgs.&lt;BR /&gt;
The other functions are not published, what is the lib?&lt;BR /&gt;
Thanks heaps, you help many when you help one!&lt;BR /&gt;
Nabil.</description>
    <pubDate>Mon, 28 Aug 2006 08:01:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-08-28T08:01:32Z</dc:date>
    <item>
      <title>AcApDocManager::sendStringToExecute and reactor documentCreated</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747658#M22885</link>
      <description>Hi Guys,&lt;BR /&gt;
It seems the function&lt;BR /&gt;
AcApDocManager::sendStringToExecute won't work properly within the &lt;BR /&gt;
AcApDocManagerReactor::documentCreated&lt;BR /&gt;
It always returns eNoDocument in that case. I tried documentActivated and &lt;BR /&gt;
documentBecameCurrent, same disappointment.&lt;BR /&gt;
I need to send an AutoLisp line as soon as the document gets created and I &lt;BR /&gt;
thought it is the best place to do so.&lt;BR /&gt;
Is there a way to achieve this (other than old "acad.lsp")?&lt;BR /&gt;
Your help is very much appreciated.&lt;BR /&gt;
Thanks heaps.&lt;BR /&gt;
Charlie.</description>
      <pubDate>Sun, 27 Aug 2006 14:18:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747658#M22885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-27T14:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: AcApDocManager::sendStringToExecute and reactor documentCreated</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747659#M22886</link>
      <description>Try instead ads_queueexpr() or acedPostCommand() or use ::SetTimer() function on AcApDocManagerReactor::documentCreated() and AcApDocManager::sendStringToExecute() in timer callback function

Message was edited by: Alexander Rivilis</description>
      <pubDate>Sun, 27 Aug 2006 17:40:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747659#M22886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-27T17:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: AcApDocManager::sendStringToExecute and reactor documentCreated</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747660#M22887</link>
      <description>Hi Alexander,&lt;BR /&gt;
SetTimer fails sometimes when loading big dwgs.&lt;BR /&gt;
The other functions are not published, what is the lib?&lt;BR /&gt;
Thanks heaps, you help many when you help one!&lt;BR /&gt;
Nabil.</description>
      <pubDate>Mon, 28 Aug 2006 08:01:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747660#M22887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-28T08:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: AcApDocManager::sendStringToExecute and reactor documentCreated</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747661#M22888</link>
      <description>&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; What about check result of AcApDocManager::sendStringToExecute() and if it is fails - restart timer? It is easy!&lt;BR /&gt;
About other functions:&lt;BR /&gt;
http://through-the-interface.typepad.com/through_the_interface/2006/08/techniques_for_.html&lt;BR /&gt;
http://through-the-interface.typepad.com/through_the_interface/2006/08/cancelling_an_a.html</description>
      <pubDate>Mon, 28 Aug 2006 08:06:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747661#M22888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-28T08:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: AcApDocManager::sendStringToExecute and reactor documentCreated</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747662#M22889</link>
      <description>Alexander,&lt;BR /&gt;
I tried both methods and they both crashed when dwg is of a good size (like &lt;BR /&gt;
 &amp;gt;1.5M)...&lt;BR /&gt;
Any ideas why?&lt;BR /&gt;
Thanks heaps,&lt;BR /&gt;
Charlie.&lt;BR /&gt;
&lt;BR /&gt;
&lt;ALEXANDER rivilis=""&gt; wrote in message news:5309187@discussion.autodesk.com...&lt;BR /&gt;
:) What about check result of AcApDocManager::sendStringToExecute() and if &lt;BR /&gt;
it is fails - restart timer? It is easy!&lt;BR /&gt;
About other functions:&lt;BR /&gt;
http://through-the-interface.typepad.com/through_the_interface/2006/08/techniques_for_.html&lt;BR /&gt;
http://through-the-interface.typepad.com/through_the_interface/2006/08/cancelling_an_a.html&lt;/ALEXANDER&gt;</description>
      <pubDate>Mon, 28 Aug 2006 08:47:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747662#M22889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-28T08:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: AcApDocManager::sendStringToExecute and reactor documentCreated</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747663#M22890</link>
      <description>Explain more your's problem. Maybe your's code crash AutoCAD? &lt;BR /&gt;
1) What error messge?  &lt;BR /&gt;
2) What version of AutoCAD? &lt;BR /&gt;
3) What doing command (code) started with sendStringToExecute? &lt;BR /&gt;
4) Are you locking document in your's code?&lt;BR /&gt;
5) Are you remembering to destroy timer beforer sendStringToExecute?

Message was edited by: Alexander Rivilis</description>
      <pubDate>Mon, 28 Aug 2006 08:53:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747663#M22890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-28T08:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: AcApDocManager::sendStringToExecute and reactor documentCreated</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747664#M22891</link>
      <description>Answers are below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;ALEXANDER rivilis=""&gt; wrote in message news:5309197@discussion.autodesk.com...&lt;BR /&gt;
Explain more your's problem. Maybe your's code crash AutoCAD?&lt;BR /&gt;
1) What error messge?&lt;BR /&gt;
No error message, AutoCAD just hangs there, eating memory.&lt;BR /&gt;
&lt;BR /&gt;
2) What version of AutoCAD?&lt;BR /&gt;
AutoCAD2007&lt;BR /&gt;
&lt;BR /&gt;
3) What doing command (code) started with sendStringToExecute?&lt;BR /&gt;
it is in documentCreated of a reactor.&lt;BR /&gt;
A&amp;gt; USING ads_queueexpr version:&lt;BR /&gt;
void MyDocReactor::documentCreated( AcApDocument *pDoc )&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
&lt;BR /&gt;
if (pDoc != NULL)&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
&lt;BR /&gt;
 CString cmd = L"(load \"my_lisp_file.fas\")))\n";&lt;BR /&gt;
&lt;BR /&gt;
 ads_queueexpr(cmd.GetBuffer());&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
B&amp;gt; USING sendStringToExecute version using a timer:&lt;BR /&gt;
void MyDocReactor::documentCreated( AcApDocument *pDoc )&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
&lt;BR /&gt;
if (pDoc != NULL)&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
&lt;BR /&gt;
CDocument *cDoc = pDoc-&amp;gt;cDoc();&lt;BR /&gt;
&lt;BR /&gt;
POSITION pos = cDoc-&amp;gt;GetFirstViewPosition();&lt;BR /&gt;
&lt;BR /&gt;
CWnd *view = cDoc-&amp;gt;GetNextView(pos);&lt;BR /&gt;
&lt;BR /&gt;
view-&amp;gt;SetTimer(ULTRA_TIMER,10000,TimerProc); // react after 10 seconds -&amp;gt; it &lt;BR /&gt;
still crashes on good size drawings&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
// the TimerProc function&lt;BR /&gt;
void CALLBACK EXPORT TimerProc(&lt;BR /&gt;
&lt;BR /&gt;
HWND hWnd, // handle of CWnd that called SetTimer&lt;BR /&gt;
&lt;BR /&gt;
UINT nMsg, // WM_TIMER&lt;BR /&gt;
&lt;BR /&gt;
UINT_PTR nIDEvent, // timer identification&lt;BR /&gt;
&lt;BR /&gt;
DWORD dwTime // system time&lt;BR /&gt;
&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
&lt;BR /&gt;
if (nIDEvent == ULTRA_TIMER)&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
&lt;BR /&gt;
CString cmd = L"(load\"my_lisp_file.fas\")))\n";&lt;BR /&gt;
&lt;BR /&gt;
if (SendString(cmd) != Acad::eNoDocument)&lt;BR /&gt;
&lt;BR /&gt;
    KillTimer(hWnd,nIDEvent);            // once it succeeds kill timer&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
// In the SendString function I am doing&lt;BR /&gt;
pDocManager-&amp;gt;activateDocument(pDoc, true); // a must&lt;BR /&gt;
&lt;BR /&gt;
pDocManager-&amp;gt;lockDocument(pDoc); // maybe a must but don't play with fate&lt;BR /&gt;
&lt;BR /&gt;
pDocManager-&amp;gt;sendStringToExecute(pDoc, sCommandLine, true, true, false);&lt;BR /&gt;
&lt;BR /&gt;
pDocManager-&amp;gt;unlockDocument(pDoc); // maybe a must but don't play with fate&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
4) Are you locking document in your's code?&lt;BR /&gt;
Yes.&lt;BR /&gt;
&lt;BR /&gt;
5) Are you remembering to destroy timer beforer sendStringToExecute?&lt;BR /&gt;
I do it just after, but note that using ads_queueexpr is causing the same &lt;BR /&gt;
problems.&lt;BR /&gt;
&lt;BR /&gt;
Thanks heaps.&lt;BR /&gt;
&lt;BR /&gt;
Charlie.&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Alexander Rivilis&lt;/ALEXANDER&gt;</description>
      <pubDate>Mon, 28 Aug 2006 11:24:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747664#M22891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-28T11:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: AcApDocManager::sendStringToExecute and reactor documentCreated</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747665#M22892</link>
      <description>Alexander,&lt;BR /&gt;
I think there is a function in my_lisp_file.fas that is causing the huge &lt;BR /&gt;
delay in big drawings.&lt;BR /&gt;
Thanks so much for your help, it is very much appreciated and it was very &lt;BR /&gt;
valuable.&lt;BR /&gt;
I would use ads_queueexpr, it is simpler than SetTimer.&lt;BR /&gt;
&lt;BR /&gt;
Charlie.&lt;BR /&gt;
&lt;BR /&gt;
"charlie" &lt;DUKECHARLIE&gt; wrote in message &lt;BR /&gt;
news:5309242@discussion.autodesk.com...&lt;BR /&gt;
Answers are below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;ALEXANDER rivilis=""&gt; wrote in message news:5309197@discussion.autodesk.com...&lt;BR /&gt;
Explain more your's problem. Maybe your's code crash AutoCAD?&lt;BR /&gt;
1) What error messge?&lt;BR /&gt;
No error message, AutoCAD just hangs there, eating memory.&lt;BR /&gt;
&lt;BR /&gt;
2) What version of AutoCAD?&lt;BR /&gt;
AutoCAD2007&lt;BR /&gt;
&lt;BR /&gt;
3) What doing command (code) started with sendStringToExecute?&lt;BR /&gt;
it is in documentCreated of a reactor.&lt;BR /&gt;
A&amp;gt; USING ads_queueexpr version:&lt;BR /&gt;
void MyDocReactor::documentCreated( AcApDocument *pDoc )&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
&lt;BR /&gt;
if (pDoc != NULL)&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
&lt;BR /&gt;
 CString cmd = L"(load \"my_lisp_file.fas\")))\n";&lt;BR /&gt;
&lt;BR /&gt;
 ads_queueexpr(cmd.GetBuffer());&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
B&amp;gt; USING sendStringToExecute version using a timer:&lt;BR /&gt;
void MyDocReactor::documentCreated( AcApDocument *pDoc )&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
&lt;BR /&gt;
if (pDoc != NULL)&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
&lt;BR /&gt;
CDocument *cDoc = pDoc-&amp;gt;cDoc();&lt;BR /&gt;
&lt;BR /&gt;
POSITION pos = cDoc-&amp;gt;GetFirstViewPosition();&lt;BR /&gt;
&lt;BR /&gt;
CWnd *view = cDoc-&amp;gt;GetNextView(pos);&lt;BR /&gt;
&lt;BR /&gt;
view-&amp;gt;SetTimer(ULTRA_TIMER,10000,TimerProc); // react after 10 seconds -&amp;gt; it&lt;BR /&gt;
still crashes on good size drawings&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
// the TimerProc function&lt;BR /&gt;
void CALLBACK EXPORT TimerProc(&lt;BR /&gt;
&lt;BR /&gt;
HWND hWnd, // handle of CWnd that called SetTimer&lt;BR /&gt;
&lt;BR /&gt;
UINT nMsg, // WM_TIMER&lt;BR /&gt;
&lt;BR /&gt;
UINT_PTR nIDEvent, // timer identification&lt;BR /&gt;
&lt;BR /&gt;
DWORD dwTime // system time&lt;BR /&gt;
&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
&lt;BR /&gt;
if (nIDEvent == ULTRA_TIMER)&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
&lt;BR /&gt;
CString cmd = L"(load\"my_lisp_file.fas\")))\n";&lt;BR /&gt;
&lt;BR /&gt;
if (SendString(cmd) != Acad::eNoDocument)&lt;BR /&gt;
&lt;BR /&gt;
    KillTimer(hWnd,nIDEvent);            // once it succeeds kill timer&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
// In the SendString function I am doing&lt;BR /&gt;
pDocManager-&amp;gt;activateDocument(pDoc, true); // a must&lt;BR /&gt;
&lt;BR /&gt;
pDocManager-&amp;gt;lockDocument(pDoc); // maybe a must but don't play with fate&lt;BR /&gt;
&lt;BR /&gt;
pDocManager-&amp;gt;sendStringToExecute(pDoc, sCommandLine, true, true, false);&lt;BR /&gt;
&lt;BR /&gt;
pDocManager-&amp;gt;unlockDocument(pDoc); // maybe a must but don't play with fate&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
4) Are you locking document in your's code?&lt;BR /&gt;
Yes.&lt;BR /&gt;
&lt;BR /&gt;
5) Are you remembering to destroy timer beforer sendStringToExecute?&lt;BR /&gt;
I do it just after, but note that using ads_queueexpr is causing the same&lt;BR /&gt;
problems.&lt;BR /&gt;
&lt;BR /&gt;
Thanks heaps.&lt;BR /&gt;
&lt;BR /&gt;
Charlie.&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Alexander Rivilis&lt;/ALEXANDER&gt;&lt;/DUKECHARLIE&gt;</description>
      <pubDate>Mon, 28 Aug 2006 11:43:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747665#M22892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-28T11:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: AcApDocManager::sendStringToExecute and reactor documentCreated</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747666#M22893</link>
      <description>Hi, Charlie!&lt;BR /&gt;
&lt;BR /&gt;
c&amp;gt; I think there is a function in my_lisp_file.fas that is causing the huge&lt;BR /&gt;
c&amp;gt; delay in big drawings.&lt;BR /&gt;
&lt;BR /&gt;
It is only if my_lisp_file.fas is autoexecution (e.g. after loading it is start)&lt;BR /&gt;
You can easy test it. Open this "big" dwg-file and do (load "my_lisp_file.fas").&lt;BR /&gt;
If AutoCAD hang - search for bug in my_lisp_file.fas&lt;BR /&gt;
If AutoCAD do not hang - debug your's arx-file&lt;BR /&gt;
&lt;BR /&gt;
c&amp;gt; I would use ads_queueexpr, it is simpler than SetTimer.&lt;BR /&gt;
&lt;BR /&gt;
Yes. It is simpler but:&lt;BR /&gt;
1) echo in command line&lt;BR /&gt;
2) may be execute only in active document.&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Alexander Rivilis.</description>
      <pubDate>Mon, 28 Aug 2006 12:03:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747666#M22893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-28T12:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: AcApDocManager::sendStringToExecute and reactor documentCreated</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747667#M22894</link>
      <description>I had used sendStringToExcecute() once, but not part of a reactor, have you&lt;BR /&gt;
tried with (vl-load-com) (vl-load-all "yourFas.fas") or what if you loaded&lt;BR /&gt;
in your entryPoint() in the AcRx::kInitAppMsg message using the (vl-load-all&lt;BR /&gt;
filename) function?</description>
      <pubDate>Mon, 28 Aug 2006 15:04:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747667#M22894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-28T15:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: AcApDocManager::sendStringToExecute and reactor documentCreated</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747668#M22895</link>
      <description>I didn't use vl, it needs the document to be well created for it to load any &lt;BR /&gt;
lisp stuff, otherwise it would fail.&lt;BR /&gt;
&lt;BR /&gt;
"Luis Esquivel" &lt;NOMAIL&gt; wrote in message &lt;BR /&gt;
news:5309507@discussion.autodesk.com...&lt;BR /&gt;
I had used sendStringToExcecute() once, but not part of a reactor, have you&lt;BR /&gt;
tried with (vl-load-com) (vl-load-all "yourFas.fas") or what if you loaded&lt;BR /&gt;
in your entryPoint() in the AcRx::kInitAppMsg message using the (vl-load-all&lt;BR /&gt;
filename) function?&lt;/NOMAIL&gt;</description>
      <pubDate>Mon, 28 Aug 2006 15:43:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747668#M22895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-28T15:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: AcApDocManager::sendStringToExecute and reactor documentCreated</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747669#M22896</link>
      <description>I did a quick test using just (load "filename.fas") and works in the&lt;BR /&gt;
documentActivated() and documentBecameCurrent() events, cannot make it load&lt;BR /&gt;
in the documentCreated() event.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;I didn't use vl, it needs the document to be well created for it to load&lt;BR /&gt;
any&lt;BR /&gt;
&amp;gt;lisp stuff, otherwise it would fail.</description>
      <pubDate>Mon, 28 Aug 2006 16:42:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acapdocmanager-sendstringtoexecute-and-reactor-documentcreated/m-p/1747669#M22896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-28T16:42:21Z</dc:date>
    </item>
  </channel>
</rss>

