<?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: QuickWin Child Window in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/QuickWin-Child-Window/m-p/778239#M26224</link>
    <description>I don't quite understand what you mean by "window within a window, unless you're referring to the default Multiple Document Interface (MDI), where there is a frame window and within that, multiple child windows.  The alternative in QuickWin is Single Document Interface (SDI), which more emulates a whole-screen DOS application.</description>
    <pubDate>Fri, 28 Apr 2006 02:59:46 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2006-04-28T02:59:46Z</dc:date>
    <item>
      <title>QuickWin Child Window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/QuickWin-Child-Window/m-p/778238#M26223</link>
      <description>&lt;DIV&gt;When working with QuickWin, is it possible to not have a child window display and directly output to the window behind it like a Win32 app? I would like to get rid of the window within a window and have just one window display, but this may just be one of the quirks of codingin QuickWin.&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Apr 2006 01:41:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/QuickWin-Child-Window/m-p/778238#M26223</guid>
      <dc:creator>marshallc</dc:creator>
      <dc:date>2006-04-28T01:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: QuickWin Child Window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/QuickWin-Child-Window/m-p/778239#M26224</link>
      <description>I don't quite understand what you mean by "window within a window, unless you're referring to the default Multiple Document Interface (MDI), where there is a frame window and within that, multiple child windows.  The alternative in QuickWin is Single Document Interface (SDI), which more emulates a whole-screen DOS application.</description>
      <pubDate>Fri, 28 Apr 2006 02:59:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/QuickWin-Child-Window/m-p/778239#M26224</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-04-28T02:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: QuickWin Child Window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/QuickWin-Child-Window/m-p/778240#M26225</link>
      <description>&lt;DIV&gt;I'm not sure if it is SDI, MDI or what not... I'm going to lean towards MDI, but here's an example... you be the judge :)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;You know how in the V9Sample there is a Calendar program under QuickWin. When you compile and execute it, there are two minimize, maximize and close buttons to the right of the window created. The only difference between the two is the inner one has the close button greyed out. Also, it looks like the program icon isshowing twice on the left side (next to the program title and next to themenu bar).OK... there is that visual.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When you open a new Win32 project, a default window is created. It has only one set of maximize, minimize and close buttons to the right. Also, it doesn't have the program icon showing twice on the left side. This is the second visual.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Is there a way to make the first visual look like the second visual? I hope this makes sense, and I'm not creating more confusion. When you said SDI and MDI, I'm thinking there is a way to do it, and I think my settings are MDI when they should be SDI... just a guess, but I'm not sure where you change this.&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Apr 2006 03:28:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/QuickWin-Child-Window/m-p/778240#M26225</guid>
      <dc:creator>marshallc</dc:creator>
      <dc:date>2006-04-28T03:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: QuickWin Child Window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/QuickWin-Child-Window/m-p/778241#M26226</link>
      <description>You change it when you create the QuickWin project and click on the "Application Settings" link in the project wizard.  There you can choose "Standard Graphics" which is SDI.  But that's not what you want either, as it has no frame at all.&lt;BR /&gt;&lt;BR /&gt;There isn't a way in QuickWin to get the interface you're looking for.</description>
      <pubDate>Fri, 28 Apr 2006 04:16:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/QuickWin-Child-Window/m-p/778241#M26226</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-04-28T04:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: QuickWin Child Window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/QuickWin-Child-Window/m-p/778242#M26227</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV align="left"&gt;You can simply program your window to be maximized, and in that way you only will have one set of system menu buttons (minimize/restore/close). Under QuickWin it would be something like this:&lt;/DIV&gt;&lt;DIV align="left"&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE dir="ltr"&gt;&lt;DIV align="left"&gt;integer(4)::retint&lt;/DIV&gt;&lt;DIV align="left"&gt;type (QWINFO) :: ChildInfo&lt;/DIV&gt;&lt;DIV align="left"&gt;&lt;/DIV&gt;&lt;DIV align="left"&gt;.....&lt;/DIV&gt;&lt;DIV align="left"&gt;&lt;/DIV&gt;&lt;DIV align="left"&gt;ChildInfo%type = QWIN$MAX&lt;BR /&gt;retint = SETWSIZEQQ (ChildUnit, ChildInfo)&lt;BR /&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 28 Apr 2006 11:43:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/QuickWin-Child-Window/m-p/778242#M26227</guid>
      <dc:creator>John4</dc:creator>
      <dc:date>2006-04-28T11:43:10Z</dc:date>
    </item>
  </channel>
</rss>

