<?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 Gui calls other GUI in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Gui-calls-other-GUI/m-p/986358#M27221</link>
    <description>Can someone kindly help me with coding this? I have a GUI that open a file and read data from this file. then in this GUI there are three buttons, Add, Delete and Edit , When I click on edit another GUI show up which to edit some data, after I finish with the second GUI and clicking Ok, I am suppose to return to the first GUI,  but the first is not showing up? &lt;BR /&gt; &lt;BR /&gt;I would appreciate if you show me how to call a second GUI and keeping the first one visible as soon as finishing with GUI2. &lt;BR /&gt; &lt;BR /&gt;Thanks in advance</description>
    <pubDate>Sun, 17 Mar 2002 10:18:40 GMT</pubDate>
    <dc:creator>hbe12</dc:creator>
    <dc:date>2002-03-17T10:18:40Z</dc:date>
    <item>
      <title>Gui calls other GUI</title>
      <link>https://community.intel.com/t5/Software-Archive/Gui-calls-other-GUI/m-p/986358#M27221</link>
      <description>Can someone kindly help me with coding this? I have a GUI that open a file and read data from this file. then in this GUI there are three buttons, Add, Delete and Edit , When I click on edit another GUI show up which to edit some data, after I finish with the second GUI and clicking Ok, I am suppose to return to the first GUI,  but the first is not showing up? &lt;BR /&gt; &lt;BR /&gt;I would appreciate if you show me how to call a second GUI and keeping the first one visible as soon as finishing with GUI2. &lt;BR /&gt; &lt;BR /&gt;Thanks in advance</description>
      <pubDate>Sun, 17 Mar 2002 10:18:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Gui-calls-other-GUI/m-p/986358#M27221</guid>
      <dc:creator>hbe12</dc:creator>
      <dc:date>2002-03-17T10:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Gui calls other GUI</title>
      <link>https://community.intel.com/t5/Software-Archive/Gui-calls-other-GUI/m-p/986359#M27222</link>
      <description>&lt;I&gt;When I click on edit another GUI show up which to edit some data, after I finish with the second GUI&lt;/I&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;What do you mean a &lt;I&gt;GUI&lt;/I&gt;? A dialog? If so, my guess is that you're reusing your DIALOG variable for two dialogs, i.e. that you have something like: &lt;BR /&gt;&lt;PRE&gt; 
SUBROUTINE OnButtonEdit(Dlg, ID, iEvent) 
USE DFLOGM 
TYPE(DIALOG):: Dlg 
iStatus = DlgInit(IDD_CHILD_EDIT, Dlg) 
... 
iStatus = DlgModal(Dlg) 
&lt;/PRE&gt; &lt;BR /&gt;If that's the case -- you mustn't do that. Variable Dlg you get through arg-list refers to the parent dialog and you're corrupting it. You have to declare another variable of type DIALOG and use that. &lt;BR /&gt; &lt;BR /&gt;Jugoslav</description>
      <pubDate>Mon, 18 Mar 2002 20:19:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Gui-calls-other-GUI/m-p/986359#M27222</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2002-03-18T20:19:45Z</dc:date>
    </item>
  </channel>
</rss>

