<?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: in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/mfc-modal-dialogs-in-objectarx/m-p/316592#M37523</link>
    <description>Stephen,&lt;BR /&gt;
&lt;BR /&gt;
I would like to make some lumpy sauce first!&lt;BR /&gt;
Ha!&lt;BR /&gt;
Any receipes for lumpy sauce?&lt;BR /&gt;
&lt;BR /&gt;
Bruce&lt;BR /&gt;
&lt;BR /&gt;
Stephen Preston (Autodesk) &lt;DISCUSSION&gt; wrote in message&lt;BR /&gt;
news:632396D33076D38AB0BFB0C7574D885D@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I don't have a ready written recipe for you, but here are a few pointers&lt;BR /&gt;
to&lt;BR /&gt;
&amp;gt; additional information.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; The ObjectARX Wizard will help you generate your MFC dialogs (there's an&lt;BR /&gt;
MFC&lt;BR /&gt;
&amp;gt; support button).&lt;BR /&gt;
&amp;gt; There is a section in the ObjectARX Developer's Guide on 'MFC Topics'.&lt;BR /&gt;
&amp;gt; There are some ObjectARX books listed on amazon that might include details&lt;BR /&gt;
&amp;gt; of MFC. For example, I know that Charles McAuley's book has some chapters&lt;BR /&gt;
on&lt;BR /&gt;
&amp;gt; implementing dialogs using ObjectARX's MFC classes, and has some nice (and&lt;BR /&gt;
&amp;gt; relatively simple to understand) samples on the accompanying CD.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; However, you'll definitely benefit most if you take some time out (even&lt;BR /&gt;
just&lt;BR /&gt;
&amp;gt; a day or so) to learn a bit of MFC first. (Cookbooks are fine until your&lt;BR /&gt;
&amp;gt; sauce starts to go lumpy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Cheers,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Stephen Preston&lt;BR /&gt;
&amp;gt; Developer Technical Services&lt;BR /&gt;
&amp;gt; Autodesk&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; .&lt;BR /&gt;
&amp;gt; "Bruce Sellers" &lt;BSELLERS&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:C9845E322DEEA42E7CA5147283B7633E@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; I am desiring to place "Modal Dialogs" on the "front end" of each of&lt;BR /&gt;
&amp;gt; several&lt;BR /&gt;
&amp;gt; &amp;gt; commands&lt;BR /&gt;
&amp;gt; &amp;gt; that I have already developed in ObjectARX.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I wish to achieve the following:&lt;BR /&gt;
&amp;gt; &amp;gt; 1.  A user issues an already loaded ARX command.&lt;BR /&gt;
&amp;gt; &amp;gt; 2.  That command gathers some global data from say Xrecord already set.&lt;BR /&gt;
&amp;gt; &amp;gt; (This data&lt;BR /&gt;
&amp;gt; &amp;gt;       is used for some defaults for the fields in the dialog box which&lt;BR /&gt;
is&lt;BR /&gt;
&amp;gt; &amp;gt; next to appear)&lt;BR /&gt;
&amp;gt; &amp;gt; 3.  That command brings up a model dialog box  appears.  (Defaults&lt;BR /&gt;
&amp;gt; populated&lt;BR /&gt;
&amp;gt; &amp;gt; by step 2).&lt;BR /&gt;
&amp;gt; &amp;gt; 4.  The user places data input in the dialog and user clicks "OK".&lt;BR /&gt;
&amp;gt; &amp;gt; 5.  The data fields which need to be stored globally are created or&lt;BR /&gt;
&amp;gt; updated&lt;BR /&gt;
&amp;gt; &amp;gt; as Xrecords.&lt;BR /&gt;
&amp;gt; &amp;gt; 6.  The dialog box closes and disappears.&lt;BR /&gt;
&amp;gt; &amp;gt; 7.  The ARX command does it function or function as originally designed.&lt;BR /&gt;
&amp;gt; &amp;gt; 8.  The ARX command which was issued originally and which "bought up"&lt;BR /&gt;
the&lt;BR /&gt;
&amp;gt; &amp;gt; dialog&lt;BR /&gt;
&amp;gt; &amp;gt;      finishes.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I am using text based input prompts currently.&lt;BR /&gt;
&amp;gt; &amp;gt; I would like to remove many of these unnecessary text based prompts and&lt;BR /&gt;
&amp;gt; have&lt;BR /&gt;
&amp;gt; &amp;gt; a reasonable interface - a single modal dialog box.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I am using AutoCAD2000 with 2000 ObjectARX SDK.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; My question is this.  Is there a simple procedure or process to learn&lt;BR /&gt;
&amp;gt; those&lt;BR /&gt;
&amp;gt; &amp;gt; steps and only&lt;BR /&gt;
&amp;gt; &amp;gt; those steps involved above.&lt;BR /&gt;
&amp;gt; &amp;gt; (I think I can handle dictionaries, Xrecords, etc.)&lt;BR /&gt;
&amp;gt; &amp;gt; (I know I can handle all command driven other stuff - entity objects&lt;BR /&gt;
etc.)&lt;BR /&gt;
&amp;gt; &amp;gt; What I have little to no experience on is MFC.  I am not sure I want a&lt;BR /&gt;
lot&lt;BR /&gt;
&amp;gt; &amp;gt; of experience.&lt;BR /&gt;
&amp;gt; &amp;gt; I know I want modal dialogue boxes-&lt;BR /&gt;
&amp;gt; &amp;gt;   to adjoin them to an ARX built command.&lt;BR /&gt;
&amp;gt; &amp;gt;   to layout out the resource - fields.  (I can do this a little bit)&lt;BR /&gt;
&amp;gt; &amp;gt;   to set even C or C++ data structures with the values obtained from the&lt;BR /&gt;
&amp;gt; &amp;gt; dialog fields.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I do want something like a cookbook approach to this one MFC area rather&lt;BR /&gt;
&amp;gt; &amp;gt; than a general knowledge of MFC.  Is this possible.  Is there a well&lt;BR /&gt;
&amp;gt; &amp;gt; documented&lt;BR /&gt;
&amp;gt; &amp;gt; step by step procedure (but general enough to cover what I desire)&lt;BR /&gt;
&amp;gt; available&lt;BR /&gt;
&amp;gt; &amp;gt; somewhere?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I do have very elementary familiarity with ClassWizard and AppWizard.&lt;BR /&gt;
&amp;gt; &amp;gt; I do not have any familiary with the ObjectARX ClassWizard.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thank you in advance,&lt;BR /&gt;
&amp;gt; &amp;gt; Bruce Sellers&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/BSELLERS&gt;&lt;/DISCUSSION&gt;</description>
    <pubDate>Thu, 20 Feb 2003 07:45:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2003-02-20T07:45:47Z</dc:date>
    <item>
      <title>MFC Modal Dialogs in ObjectARX</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/mfc-modal-dialogs-in-objectarx/m-p/316590#M37521</link>
      <description>I am desiring to place "Modal Dialogs" on the "front end" of each of several&lt;BR /&gt;
commands&lt;BR /&gt;
that I have already developed in ObjectARX.&lt;BR /&gt;
&lt;BR /&gt;
I wish to achieve the following:&lt;BR /&gt;
1.  A user issues an already loaded ARX command.&lt;BR /&gt;
2.  That command gathers some global data from say Xrecord already set.&lt;BR /&gt;
(This data&lt;BR /&gt;
      is used for some defaults for the fields in the dialog box which is&lt;BR /&gt;
next to appear)&lt;BR /&gt;
3.  That command brings up a model dialog box  appears.  (Defaults populated&lt;BR /&gt;
by step 2).&lt;BR /&gt;
4.  The user places data input in the dialog and user clicks "OK".&lt;BR /&gt;
5.  The data fields which need to be stored globally are created or updated&lt;BR /&gt;
as Xrecords.&lt;BR /&gt;
6.  The dialog box closes and disappears.&lt;BR /&gt;
7.  The ARX command does it function or function as originally designed.&lt;BR /&gt;
8.  The ARX command which was issued originally and which "bought up" the&lt;BR /&gt;
dialog&lt;BR /&gt;
     finishes.&lt;BR /&gt;
&lt;BR /&gt;
I am using text based input prompts currently.&lt;BR /&gt;
I would like to remove many of these unnecessary text based prompts and have&lt;BR /&gt;
a reasonable interface - a single modal dialog box.&lt;BR /&gt;
&lt;BR /&gt;
I am using AutoCAD2000 with 2000 ObjectARX SDK.&lt;BR /&gt;
&lt;BR /&gt;
My question is this.  Is there a simple procedure or process to learn those&lt;BR /&gt;
steps and only&lt;BR /&gt;
those steps involved above.&lt;BR /&gt;
(I think I can handle dictionaries, Xrecords, etc.)&lt;BR /&gt;
(I know I can handle all command driven other stuff - entity objects etc.)&lt;BR /&gt;
What I have little to no experience on is MFC.  I am not sure I want a lot&lt;BR /&gt;
of experience.&lt;BR /&gt;
I know I want modal dialogue boxes-&lt;BR /&gt;
  to adjoin them to an ARX built command.&lt;BR /&gt;
  to layout out the resource - fields.  (I can do this a little bit)&lt;BR /&gt;
  to set even C or C++ data structures with the values obtained from the&lt;BR /&gt;
dialog fields.&lt;BR /&gt;
&lt;BR /&gt;
I do want something like a cookbook approach to this one MFC area rather&lt;BR /&gt;
than a general knowledge of MFC.  Is this possible.  Is there a well&lt;BR /&gt;
documented&lt;BR /&gt;
step by step procedure (but general enough to cover what I desire) available&lt;BR /&gt;
somewhere?&lt;BR /&gt;
&lt;BR /&gt;
I do have very elementary familiarity with ClassWizard and AppWizard.&lt;BR /&gt;
I do not have any familiary with the ObjectARX ClassWizard.&lt;BR /&gt;
&lt;BR /&gt;
Thank you in advance,&lt;BR /&gt;
Bruce Sellers</description>
      <pubDate>Thu, 20 Feb 2003 05:37:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/mfc-modal-dialogs-in-objectarx/m-p/316590#M37521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-02-20T05:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: MFC Modal Dialogs in ObjectARX</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/mfc-modal-dialogs-in-objectarx/m-p/316591#M37522</link>
      <description>I don't have a ready written recipe for you, but here are a few pointers to&lt;BR /&gt;
additional information.&lt;BR /&gt;
&lt;BR /&gt;
The ObjectARX Wizard will help you generate your MFC dialogs (there's an MFC&lt;BR /&gt;
support button).&lt;BR /&gt;
There is a section in the ObjectARX Developer's Guide on 'MFC Topics'.&lt;BR /&gt;
There are some ObjectARX books listed on amazon that might include details&lt;BR /&gt;
of MFC. For example, I know that Charles McAuley's book has some chapters on&lt;BR /&gt;
implementing dialogs using ObjectARX's MFC classes, and has some nice (and&lt;BR /&gt;
relatively simple to understand) samples on the accompanying CD.&lt;BR /&gt;
&lt;BR /&gt;
However, you'll definitely benefit most if you take some time out (even just&lt;BR /&gt;
a day or so) to learn a bit of MFC first. (Cookbooks are fine until your&lt;BR /&gt;
sauce starts to go lumpy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
&lt;BR /&gt;
Stephen Preston&lt;BR /&gt;
Developer Technical Services&lt;BR /&gt;
Autodesk&lt;BR /&gt;
&lt;BR /&gt;
.&lt;BR /&gt;
"Bruce Sellers" &lt;BSELLERS&gt; wrote in message&lt;BR /&gt;
news:C9845E322DEEA42E7CA5147283B7633E@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I am desiring to place "Modal Dialogs" on the "front end" of each of&lt;BR /&gt;
several&lt;BR /&gt;
&amp;gt; commands&lt;BR /&gt;
&amp;gt; that I have already developed in ObjectARX.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I wish to achieve the following:&lt;BR /&gt;
&amp;gt; 1.  A user issues an already loaded ARX command.&lt;BR /&gt;
&amp;gt; 2.  That command gathers some global data from say Xrecord already set.&lt;BR /&gt;
&amp;gt; (This data&lt;BR /&gt;
&amp;gt;       is used for some defaults for the fields in the dialog box which is&lt;BR /&gt;
&amp;gt; next to appear)&lt;BR /&gt;
&amp;gt; 3.  That command brings up a model dialog box  appears.  (Defaults&lt;BR /&gt;
populated&lt;BR /&gt;
&amp;gt; by step 2).&lt;BR /&gt;
&amp;gt; 4.  The user places data input in the dialog and user clicks "OK".&lt;BR /&gt;
&amp;gt; 5.  The data fields which need to be stored globally are created or&lt;BR /&gt;
updated&lt;BR /&gt;
&amp;gt; as Xrecords.&lt;BR /&gt;
&amp;gt; 6.  The dialog box closes and disappears.&lt;BR /&gt;
&amp;gt; 7.  The ARX command does it function or function as originally designed.&lt;BR /&gt;
&amp;gt; 8.  The ARX command which was issued originally and which "bought up" the&lt;BR /&gt;
&amp;gt; dialog&lt;BR /&gt;
&amp;gt;      finishes.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I am using text based input prompts currently.&lt;BR /&gt;
&amp;gt; I would like to remove many of these unnecessary text based prompts and&lt;BR /&gt;
have&lt;BR /&gt;
&amp;gt; a reasonable interface - a single modal dialog box.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I am using AutoCAD2000 with 2000 ObjectARX SDK.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; My question is this.  Is there a simple procedure or process to learn&lt;BR /&gt;
those&lt;BR /&gt;
&amp;gt; steps and only&lt;BR /&gt;
&amp;gt; those steps involved above.&lt;BR /&gt;
&amp;gt; (I think I can handle dictionaries, Xrecords, etc.)&lt;BR /&gt;
&amp;gt; (I know I can handle all command driven other stuff - entity objects etc.)&lt;BR /&gt;
&amp;gt; What I have little to no experience on is MFC.  I am not sure I want a lot&lt;BR /&gt;
&amp;gt; of experience.&lt;BR /&gt;
&amp;gt; I know I want modal dialogue boxes-&lt;BR /&gt;
&amp;gt;   to adjoin them to an ARX built command.&lt;BR /&gt;
&amp;gt;   to layout out the resource - fields.  (I can do this a little bit)&lt;BR /&gt;
&amp;gt;   to set even C or C++ data structures with the values obtained from the&lt;BR /&gt;
&amp;gt; dialog fields.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I do want something like a cookbook approach to this one MFC area rather&lt;BR /&gt;
&amp;gt; than a general knowledge of MFC.  Is this possible.  Is there a well&lt;BR /&gt;
&amp;gt; documented&lt;BR /&gt;
&amp;gt; step by step procedure (but general enough to cover what I desire)&lt;BR /&gt;
available&lt;BR /&gt;
&amp;gt; somewhere?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I do have very elementary familiarity with ClassWizard and AppWizard.&lt;BR /&gt;
&amp;gt; I do not have any familiary with the ObjectARX ClassWizard.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thank you in advance,&lt;BR /&gt;
&amp;gt; Bruce Sellers&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/BSELLERS&gt;</description>
      <pubDate>Thu, 20 Feb 2003 06:09:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/mfc-modal-dialogs-in-objectarx/m-p/316591#M37522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-02-20T06:09:25Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/mfc-modal-dialogs-in-objectarx/m-p/316592#M37523</link>
      <description>Stephen,&lt;BR /&gt;
&lt;BR /&gt;
I would like to make some lumpy sauce first!&lt;BR /&gt;
Ha!&lt;BR /&gt;
Any receipes for lumpy sauce?&lt;BR /&gt;
&lt;BR /&gt;
Bruce&lt;BR /&gt;
&lt;BR /&gt;
Stephen Preston (Autodesk) &lt;DISCUSSION&gt; wrote in message&lt;BR /&gt;
news:632396D33076D38AB0BFB0C7574D885D@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I don't have a ready written recipe for you, but here are a few pointers&lt;BR /&gt;
to&lt;BR /&gt;
&amp;gt; additional information.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; The ObjectARX Wizard will help you generate your MFC dialogs (there's an&lt;BR /&gt;
MFC&lt;BR /&gt;
&amp;gt; support button).&lt;BR /&gt;
&amp;gt; There is a section in the ObjectARX Developer's Guide on 'MFC Topics'.&lt;BR /&gt;
&amp;gt; There are some ObjectARX books listed on amazon that might include details&lt;BR /&gt;
&amp;gt; of MFC. For example, I know that Charles McAuley's book has some chapters&lt;BR /&gt;
on&lt;BR /&gt;
&amp;gt; implementing dialogs using ObjectARX's MFC classes, and has some nice (and&lt;BR /&gt;
&amp;gt; relatively simple to understand) samples on the accompanying CD.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; However, you'll definitely benefit most if you take some time out (even&lt;BR /&gt;
just&lt;BR /&gt;
&amp;gt; a day or so) to learn a bit of MFC first. (Cookbooks are fine until your&lt;BR /&gt;
&amp;gt; sauce starts to go lumpy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Cheers,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Stephen Preston&lt;BR /&gt;
&amp;gt; Developer Technical Services&lt;BR /&gt;
&amp;gt; Autodesk&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; .&lt;BR /&gt;
&amp;gt; "Bruce Sellers" &lt;BSELLERS&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:C9845E322DEEA42E7CA5147283B7633E@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; I am desiring to place "Modal Dialogs" on the "front end" of each of&lt;BR /&gt;
&amp;gt; several&lt;BR /&gt;
&amp;gt; &amp;gt; commands&lt;BR /&gt;
&amp;gt; &amp;gt; that I have already developed in ObjectARX.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I wish to achieve the following:&lt;BR /&gt;
&amp;gt; &amp;gt; 1.  A user issues an already loaded ARX command.&lt;BR /&gt;
&amp;gt; &amp;gt; 2.  That command gathers some global data from say Xrecord already set.&lt;BR /&gt;
&amp;gt; &amp;gt; (This data&lt;BR /&gt;
&amp;gt; &amp;gt;       is used for some defaults for the fields in the dialog box which&lt;BR /&gt;
is&lt;BR /&gt;
&amp;gt; &amp;gt; next to appear)&lt;BR /&gt;
&amp;gt; &amp;gt; 3.  That command brings up a model dialog box  appears.  (Defaults&lt;BR /&gt;
&amp;gt; populated&lt;BR /&gt;
&amp;gt; &amp;gt; by step 2).&lt;BR /&gt;
&amp;gt; &amp;gt; 4.  The user places data input in the dialog and user clicks "OK".&lt;BR /&gt;
&amp;gt; &amp;gt; 5.  The data fields which need to be stored globally are created or&lt;BR /&gt;
&amp;gt; updated&lt;BR /&gt;
&amp;gt; &amp;gt; as Xrecords.&lt;BR /&gt;
&amp;gt; &amp;gt; 6.  The dialog box closes and disappears.&lt;BR /&gt;
&amp;gt; &amp;gt; 7.  The ARX command does it function or function as originally designed.&lt;BR /&gt;
&amp;gt; &amp;gt; 8.  The ARX command which was issued originally and which "bought up"&lt;BR /&gt;
the&lt;BR /&gt;
&amp;gt; &amp;gt; dialog&lt;BR /&gt;
&amp;gt; &amp;gt;      finishes.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I am using text based input prompts currently.&lt;BR /&gt;
&amp;gt; &amp;gt; I would like to remove many of these unnecessary text based prompts and&lt;BR /&gt;
&amp;gt; have&lt;BR /&gt;
&amp;gt; &amp;gt; a reasonable interface - a single modal dialog box.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I am using AutoCAD2000 with 2000 ObjectARX SDK.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; My question is this.  Is there a simple procedure or process to learn&lt;BR /&gt;
&amp;gt; those&lt;BR /&gt;
&amp;gt; &amp;gt; steps and only&lt;BR /&gt;
&amp;gt; &amp;gt; those steps involved above.&lt;BR /&gt;
&amp;gt; &amp;gt; (I think I can handle dictionaries, Xrecords, etc.)&lt;BR /&gt;
&amp;gt; &amp;gt; (I know I can handle all command driven other stuff - entity objects&lt;BR /&gt;
etc.)&lt;BR /&gt;
&amp;gt; &amp;gt; What I have little to no experience on is MFC.  I am not sure I want a&lt;BR /&gt;
lot&lt;BR /&gt;
&amp;gt; &amp;gt; of experience.&lt;BR /&gt;
&amp;gt; &amp;gt; I know I want modal dialogue boxes-&lt;BR /&gt;
&amp;gt; &amp;gt;   to adjoin them to an ARX built command.&lt;BR /&gt;
&amp;gt; &amp;gt;   to layout out the resource - fields.  (I can do this a little bit)&lt;BR /&gt;
&amp;gt; &amp;gt;   to set even C or C++ data structures with the values obtained from the&lt;BR /&gt;
&amp;gt; &amp;gt; dialog fields.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I do want something like a cookbook approach to this one MFC area rather&lt;BR /&gt;
&amp;gt; &amp;gt; than a general knowledge of MFC.  Is this possible.  Is there a well&lt;BR /&gt;
&amp;gt; &amp;gt; documented&lt;BR /&gt;
&amp;gt; &amp;gt; step by step procedure (but general enough to cover what I desire)&lt;BR /&gt;
&amp;gt; available&lt;BR /&gt;
&amp;gt; &amp;gt; somewhere?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I do have very elementary familiarity with ClassWizard and AppWizard.&lt;BR /&gt;
&amp;gt; &amp;gt; I do not have any familiary with the ObjectARX ClassWizard.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thank you in advance,&lt;BR /&gt;
&amp;gt; &amp;gt; Bruce Sellers&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/BSELLERS&gt;&lt;/DISCUSSION&gt;</description>
      <pubDate>Thu, 20 Feb 2003 07:45:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/mfc-modal-dialogs-in-objectarx/m-p/316592#M37523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-02-20T07:45:47Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/mfc-modal-dialogs-in-objectarx/m-p/316593#M37524</link>
      <description>&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Did you look in the ARX Devguide - there's a section under 'MFC Topics'&lt;BR /&gt;
called 'Using AdUi and AcUi with VC++ AppWizard'. These pages include a&lt;BR /&gt;
simple tutorial on how to do it. Once you've done that, try installing the&lt;BR /&gt;
ARX Wizard, creating an MFC ARX project, and then clicking the MFC support&lt;BR /&gt;
button (the one with the 'building blocks' logo on it). Then you'll get an&lt;BR /&gt;
idea of what the ARX Wizard can help you with.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
&lt;BR /&gt;
Stephen&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Bruce Sellers" &lt;BSELLERS&gt; wrote in message&lt;BR /&gt;
news:71630DDCFAD6C39FE93F2E03FF03F2F0@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Stephen,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I would like to make some lumpy sauce first!&lt;BR /&gt;
&amp;gt; Ha!&lt;BR /&gt;
&amp;gt; Any receipes for lumpy sauce?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Bruce&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Stephen Preston (Autodesk) &lt;DISCUSSION&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:632396D33076D38AB0BFB0C7574D885D@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; I don't have a ready written recipe for you, but here are a few pointers&lt;BR /&gt;
&amp;gt; to&lt;BR /&gt;
&amp;gt; &amp;gt; additional information.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; The ObjectARX Wizard will help you generate your MFC dialogs (there's an&lt;BR /&gt;
&amp;gt; MFC&lt;BR /&gt;
&amp;gt; &amp;gt; support button).&lt;BR /&gt;
&amp;gt; &amp;gt; There is a section in the ObjectARX Developer's Guide on 'MFC Topics'.&lt;BR /&gt;
&amp;gt; &amp;gt; There are some ObjectARX books listed on amazon that might include&lt;BR /&gt;
details&lt;BR /&gt;
&amp;gt; &amp;gt; of MFC. For example, I know that Charles McAuley's book has some&lt;BR /&gt;
chapters&lt;BR /&gt;
&amp;gt; on&lt;BR /&gt;
&amp;gt; &amp;gt; implementing dialogs using ObjectARX's MFC classes, and has some nice&lt;BR /&gt;
(and&lt;BR /&gt;
&amp;gt; &amp;gt; relatively simple to understand) samples on the accompanying CD.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; However, you'll definitely benefit most if you take some time out (even&lt;BR /&gt;
&amp;gt; just&lt;BR /&gt;
&amp;gt; &amp;gt; a day or so) to learn a bit of MFC first. (Cookbooks are fine until your&lt;BR /&gt;
&amp;gt; &amp;gt; sauce starts to go lumpy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Cheers,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Stephen Preston&lt;BR /&gt;
&amp;gt; &amp;gt; Developer Technical Services&lt;BR /&gt;
&amp;gt; &amp;gt; Autodesk&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; .&lt;BR /&gt;
&amp;gt; &amp;gt; "Bruce Sellers" &lt;BSELLERS&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; news:C9845E322DEEA42E7CA5147283B7633E@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I am desiring to place "Modal Dialogs" on the "front end" of each of&lt;BR /&gt;
&amp;gt; &amp;gt; several&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; commands&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; that I have already developed in ObjectARX.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I wish to achieve the following:&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; 1.  A user issues an already loaded ARX command.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; 2.  That command gathers some global data from say Xrecord already&lt;BR /&gt;
set.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; (This data&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;       is used for some defaults for the fields in the dialog box which&lt;BR /&gt;
&amp;gt; is&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; next to appear)&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; 3.  That command brings up a model dialog box  appears.  (Defaults&lt;BR /&gt;
&amp;gt; &amp;gt; populated&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; by step 2).&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; 4.  The user places data input in the dialog and user clicks "OK".&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; 5.  The data fields which need to be stored globally are created or&lt;BR /&gt;
&amp;gt; &amp;gt; updated&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; as Xrecords.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; 6.  The dialog box closes and disappears.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; 7.  The ARX command does it function or function as originally&lt;BR /&gt;
designed.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; 8.  The ARX command which was issued originally and which "bought up"&lt;BR /&gt;
&amp;gt; the&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; dialog&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;      finishes.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I am using text based input prompts currently.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I would like to remove many of these unnecessary text based prompts&lt;BR /&gt;
and&lt;BR /&gt;
&amp;gt; &amp;gt; have&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; a reasonable interface - a single modal dialog box.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I am using AutoCAD2000 with 2000 ObjectARX SDK.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; My question is this.  Is there a simple procedure or process to learn&lt;BR /&gt;
&amp;gt; &amp;gt; those&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; steps and only&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; those steps involved above.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; (I think I can handle dictionaries, Xrecords, etc.)&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; (I know I can handle all command driven other stuff - entity objects&lt;BR /&gt;
&amp;gt; etc.)&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; What I have little to no experience on is MFC.  I am not sure I want a&lt;BR /&gt;
&amp;gt; lot&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; of experience.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I know I want modal dialogue boxes-&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;   to adjoin them to an ARX built command.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;   to layout out the resource - fields.  (I can do this a little bit)&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;   to set even C or C++ data structures with the values obtained from&lt;BR /&gt;
the&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; dialog fields.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I do want something like a cookbook approach to this one MFC area&lt;BR /&gt;
rather&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; than a general knowledge of MFC.  Is this possible.  Is there a well&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; documented&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; step by step procedure (but general enough to cover what I desire)&lt;BR /&gt;
&amp;gt; &amp;gt; available&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; somewhere?&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I do have very elementary familiarity with ClassWizard and AppWizard.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I do not have any familiary with the ObjectARX ClassWizard.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Thank you in advance,&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Bruce Sellers&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/BSELLERS&gt;&lt;/DISCUSSION&gt;&lt;/BSELLERS&gt;</description>
      <pubDate>Thu, 20 Feb 2003 10:09:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/mfc-modal-dialogs-in-objectarx/m-p/316593#M37524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-02-20T10:09:25Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/mfc-modal-dialogs-in-objectarx/m-p/316594#M37525</link>
      <description>Stephen,&lt;BR /&gt;
&lt;BR /&gt;
Thanks, the first several times I would like it to be a bit "mechanical"&lt;BR /&gt;
and only partially instructive.&lt;BR /&gt;
&lt;BR /&gt;
Bruce&lt;BR /&gt;
&lt;BR /&gt;
Stephen Preston &lt;DISCUSSION&gt; wrote in message&lt;BR /&gt;
news:54F633B5398F1E74C00F499C16DC5C20@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Did you look in the ARX Devguide - there's a section under 'MFC Topics'&lt;BR /&gt;
&amp;gt; called 'Using AdUi and AcUi with VC++ AppWizard'. These pages include a&lt;BR /&gt;
&amp;gt; simple tutorial on how to do it. Once you've done that, try installing the&lt;BR /&gt;
&amp;gt; ARX Wizard, creating an MFC ARX project, and then clicking the MFC support&lt;BR /&gt;
&amp;gt; button (the one with the 'building blocks' logo on it). Then you'll get an&lt;BR /&gt;
&amp;gt; idea of what the ARX Wizard can help you with.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Cheers,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Stephen&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Bruce Sellers" &lt;BSELLERS&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:71630DDCFAD6C39FE93F2E03FF03F2F0@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; Stephen,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I would like to make some lumpy sauce first!&lt;BR /&gt;
&amp;gt; &amp;gt; Ha!&lt;BR /&gt;
&amp;gt; &amp;gt; Any receipes for lumpy sauce?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Bruce&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Stephen Preston (Autodesk) &lt;DISCUSSION&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; news:632396D33076D38AB0BFB0C7574D885D@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I don't have a ready written recipe for you, but here are a few&lt;BR /&gt;
pointers&lt;BR /&gt;
&amp;gt; &amp;gt; to&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; additional information.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; The ObjectARX Wizard will help you generate your MFC dialogs (there's&lt;BR /&gt;
an&lt;BR /&gt;
&amp;gt; &amp;gt; MFC&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; support button).&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; There is a section in the ObjectARX Developer's Guide on 'MFC Topics'.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; There are some ObjectARX books listed on amazon that might include&lt;BR /&gt;
&amp;gt; details&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; of MFC. For example, I know that Charles McAuley's book has some&lt;BR /&gt;
&amp;gt; chapters&lt;BR /&gt;
&amp;gt; &amp;gt; on&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; implementing dialogs using ObjectARX's MFC classes, and has some nice&lt;BR /&gt;
&amp;gt; (and&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; relatively simple to understand) samples on the accompanying CD.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; However, you'll definitely benefit most if you take some time out&lt;BR /&gt;
(even&lt;BR /&gt;
&amp;gt; &amp;gt; just&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; a day or so) to learn a bit of MFC first. (Cookbooks are fine until&lt;BR /&gt;
your&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; sauce starts to go lumpy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Cheers,&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Stephen Preston&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Developer Technical Services&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Autodesk&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; .&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; "Bruce Sellers" &lt;BSELLERS&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; news:C9845E322DEEA42E7CA5147283B7633E@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I am desiring to place "Modal Dialogs" on the "front end" of each of&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; several&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; commands&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; that I have already developed in ObjectARX.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I wish to achieve the following:&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; 1.  A user issues an already loaded ARX command.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; 2.  That command gathers some global data from say Xrecord already&lt;BR /&gt;
&amp;gt; set.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; (This data&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;       is used for some defaults for the fields in the dialog box&lt;BR /&gt;
which&lt;BR /&gt;
&amp;gt; &amp;gt; is&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; next to appear)&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; 3.  That command brings up a model dialog box  appears.  (Defaults&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; populated&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; by step 2).&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; 4.  The user places data input in the dialog and user clicks "OK".&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; 5.  The data fields which need to be stored globally are created or&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; updated&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; as Xrecords.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; 6.  The dialog box closes and disappears.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; 7.  The ARX command does it function or function as originally&lt;BR /&gt;
&amp;gt; designed.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; 8.  The ARX command which was issued originally and which "bought&lt;BR /&gt;
up"&lt;BR /&gt;
&amp;gt; &amp;gt; the&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; dialog&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;      finishes.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I am using text based input prompts currently.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I would like to remove many of these unnecessary text based prompts&lt;BR /&gt;
&amp;gt; and&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; have&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; a reasonable interface - a single modal dialog box.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I am using AutoCAD2000 with 2000 ObjectARX SDK.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; My question is this.  Is there a simple procedure or process to&lt;BR /&gt;
learn&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; those&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; steps and only&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; those steps involved above.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; (I think I can handle dictionaries, Xrecords, etc.)&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; (I know I can handle all command driven other stuff - entity objects&lt;BR /&gt;
&amp;gt; &amp;gt; etc.)&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; What I have little to no experience on is MFC.  I am not sure I want&lt;BR /&gt;
a&lt;BR /&gt;
&amp;gt; &amp;gt; lot&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; of experience.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I know I want modal dialogue boxes-&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;   to adjoin them to an ARX built command.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;   to layout out the resource - fields.  (I can do this a little bit)&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;   to set even C or C++ data structures with the values obtained from&lt;BR /&gt;
&amp;gt; the&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; dialog fields.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I do want something like a cookbook approach to this one MFC area&lt;BR /&gt;
&amp;gt; rather&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; than a general knowledge of MFC.  Is this possible.  Is there a well&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; documented&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; step by step procedure (but general enough to cover what I desire)&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; available&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; somewhere?&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I do have very elementary familiarity with ClassWizard and&lt;BR /&gt;
AppWizard.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I do not have any familiary with the ObjectARX ClassWizard.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thank you in advance,&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Bruce Sellers&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/BSELLERS&gt;&lt;/DISCUSSION&gt;&lt;/BSELLERS&gt;&lt;/DISCUSSION&gt;</description>
      <pubDate>Fri, 21 Feb 2003 05:05:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/mfc-modal-dialogs-in-objectarx/m-p/316594#M37525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-02-21T05:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: MFC Modal Dialogs in ObjectARX</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/mfc-modal-dialogs-in-objectarx/m-p/316595#M37526</link>
      <description>Hy,&lt;BR /&gt;
&lt;BR /&gt;
Try to modify the sample application in ObjectARX:&lt;BR /&gt;
&lt;BR /&gt;
docsamps\mfcsamps\acuisample&lt;BR /&gt;
&lt;BR /&gt;
It knows everythink you need, also Stephen recommended this topic too from&lt;BR /&gt;
ObjectARX Developer's Guide.&lt;BR /&gt;
&lt;BR /&gt;
Zoltan&lt;BR /&gt;
&lt;BR /&gt;
"Bruce Sellers" &lt;BSELLERS&gt; az alábbiakat írta a következo&lt;BR /&gt;
üzenetben: news:C9845E322DEEA42E7CA5147283B7633E@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I am desiring to place "Modal Dialogs" on the "front end" of each of&lt;BR /&gt;
several&lt;BR /&gt;
&amp;gt; commands&lt;BR /&gt;
&amp;gt; that I have already developed in ObjectARX.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I wish to achieve the following:&lt;BR /&gt;
&amp;gt; 1.  A user issues an already loaded ARX command.&lt;BR /&gt;
&amp;gt; 2.  That command gathers some global data from say Xrecord already set.&lt;BR /&gt;
&amp;gt; (This data&lt;BR /&gt;
&amp;gt;       is used for some defaults for the fields in the dialog box which is&lt;BR /&gt;
&amp;gt; next to appear)&lt;BR /&gt;
&amp;gt; 3.  That command brings up a model dialog box  appears.  (Defaults&lt;BR /&gt;
populated&lt;BR /&gt;
&amp;gt; by step 2).&lt;BR /&gt;
&amp;gt; 4.  The user places data input in the dialog and user clicks "OK".&lt;BR /&gt;
&amp;gt; 5.  The data fields which need to be stored globally are created or&lt;BR /&gt;
updated&lt;BR /&gt;
&amp;gt; as Xrecords.&lt;BR /&gt;
&amp;gt; 6.  The dialog box closes and disappears.&lt;BR /&gt;
&amp;gt; 7.  The ARX command does it function or function as originally designed.&lt;BR /&gt;
&amp;gt; 8.  The ARX command which was issued originally and which "bought up" the&lt;BR /&gt;
&amp;gt; dialog&lt;BR /&gt;
&amp;gt;      finishes.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I am using text based input prompts currently.&lt;BR /&gt;
&amp;gt; I would like to remove many of these unnecessary text based prompts and&lt;BR /&gt;
have&lt;BR /&gt;
&amp;gt; a reasonable interface - a single modal dialog box.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I am using AutoCAD2000 with 2000 ObjectARX SDK.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; My question is this.  Is there a simple procedure or process to learn&lt;BR /&gt;
those&lt;BR /&gt;
&amp;gt; steps and only&lt;BR /&gt;
&amp;gt; those steps involved above.&lt;BR /&gt;
&amp;gt; (I think I can handle dictionaries, Xrecords, etc.)&lt;BR /&gt;
&amp;gt; (I know I can handle all command driven other stuff - entity objects etc.)&lt;BR /&gt;
&amp;gt; What I have little to no experience on is MFC.  I am not sure I want a lot&lt;BR /&gt;
&amp;gt; of experience.&lt;BR /&gt;
&amp;gt; I know I want modal dialogue boxes-&lt;BR /&gt;
&amp;gt;   to adjoin them to an ARX built command.&lt;BR /&gt;
&amp;gt;   to layout out the resource - fields.  (I can do this a little bit)&lt;BR /&gt;
&amp;gt;   to set even C or C++ data structures with the values obtained from the&lt;BR /&gt;
&amp;gt; dialog fields.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I do want something like a cookbook approach to this one MFC area rather&lt;BR /&gt;
&amp;gt; than a general knowledge of MFC.  Is this possible.  Is there a well&lt;BR /&gt;
&amp;gt; documented&lt;BR /&gt;
&amp;gt; step by step procedure (but general enough to cover what I desire)&lt;BR /&gt;
available&lt;BR /&gt;
&amp;gt; somewhere?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I do have very elementary familiarity with ClassWizard and AppWizard.&lt;BR /&gt;
&amp;gt; I do not have any familiary with the ObjectARX ClassWizard.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thank you in advance,&lt;BR /&gt;
&amp;gt; Bruce Sellers&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/BSELLERS&gt;</description>
      <pubDate>Mon, 24 Mar 2003 15:05:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/mfc-modal-dialogs-in-objectarx/m-p/316595#M37526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-03-24T15:05:12Z</dc:date>
    </item>
  </channel>
</rss>

