<?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 how can i display the 'TEXT STYLE' dialog on the modal dialog on the ACAD in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/how-can-i-display-the-text-style-dialog-on-the-modal-dialog-on/m-p/1142509#M28783</link>
    <description>hi dear

i did try to the acedcommand
below code
======================================


 acedInitDialog(Adesk::kTrue);
 acedCommand(RTSTR,"_.style",RTNONE);


======================================

the code is not work on modal dialog at button clicked

how can i display the 'TEXT STYLE' dialog with modal dialog???
What can be wrong?

Any suggestions would be appreciated... thanks!</description>
    <pubDate>Fri, 24 Sep 2004 01:09:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-09-24T01:09:30Z</dc:date>
    <item>
      <title>how can i display the 'TEXT STYLE' dialog on the modal dialog on the ACAD</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-can-i-display-the-text-style-dialog-on-the-modal-dialog-on/m-p/1142509#M28783</link>
      <description>hi dear

i did try to the acedcommand
below code
======================================


 acedInitDialog(Adesk::kTrue);
 acedCommand(RTSTR,"_.style",RTNONE);


======================================

the code is not work on modal dialog at button clicked

how can i display the 'TEXT STYLE' dialog with modal dialog???
What can be wrong?

Any suggestions would be appreciated... thanks!</description>
      <pubDate>Fri, 24 Sep 2004 01:09:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-can-i-display-the-text-style-dialog-on-the-modal-dialog-on/m-p/1142509#M28783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-24T01:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: how can i display the 'TEXT STYLE' dialog on the modal dialog on the ACAD</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-can-i-display-the-text-style-dialog-on-the-modal-dialog-on/m-p/1142510#M28784</link>
      <description>If your dialog is modal, you won't be able to launch the text style dialog. 
You might want to try modeless.

-Rich


"student" &lt;LKDEV1&gt; wrote in message news:415373d4_3@newsprd01...
&amp;gt; hi dear
&amp;gt;
&amp;gt; i did try to the acedcommand
&amp;gt; below code
&amp;gt; ======================================
&amp;gt;
&amp;gt;
&amp;gt; acedInitDialog(Adesk::kTrue);
&amp;gt; acedCommand(RTSTR,"_.style",RTNONE);
&amp;gt;
&amp;gt;
&amp;gt; ======================================
&amp;gt;
&amp;gt; the code is not work on modal dialog at button clicked
&amp;gt;
&amp;gt; how can i display the 'TEXT STYLE' dialog with modal dialog???
&amp;gt; What can be wrong?
&amp;gt;
&amp;gt; Any suggestions would be appreciated... thanks!
&amp;gt;
&amp;gt;
&amp;gt;
&amp;gt;&lt;/LKDEV1&gt;</description>
      <pubDate>Fri, 24 Sep 2004 03:09:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-can-i-display-the-text-style-dialog-on-the-modal-dialog-on/m-p/1142510#M28784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-24T03:09:58Z</dc:date>
    </item>
  </channel>
</rss>

