<?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 History in QuickWin window in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803922#M39198</link>
    <description>I've attached two samples from CVF that may be of use to you.&lt;BR /&gt;&lt;BR /&gt;TESTSCRL.F90 is the one I was remembering. CONFUNC.F90 is an interesting alternative - it shows how you can use a regular console window from a QuickWin application. I have not tried this in Intel Fortran but I see no reason they shouldn't work.</description>
    <pubDate>Mon, 18 Jul 2011 21:24:01 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2011-07-18T21:24:01Z</dc:date>
    <item>
      <title>History in QuickWin window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803916#M39192</link>
      <description>We have a number of QuickWin applications. The scrolling history is lost beyond 1.5 pages or so. I'm not sure how to increase the buffer size to increase the number of lines we can scroll back.&lt;BR /&gt;&lt;BR /&gt;This is what we use to set up the window:&lt;BR /&gt;&lt;BR /&gt;type (windowconfig) wc&lt;BR /&gt;&lt;BR /&gt; wc.numtextrows = 26&lt;BR /&gt; wc.numtextcols = 80&lt;BR /&gt; wc.numcolors = -1&lt;BR /&gt; wc%mode = QWIN$SCROLLDOWN&lt;BR /&gt; wc.title = "esp"C&lt;BR /&gt; wc.fontsize = -1&lt;BR /&gt;&lt;BR /&gt;I see nothing in ifqwin.f90 to set the buffer size.&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Jun 2011 20:56:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803916#M39192</guid>
      <dc:creator>ferrad01</dc:creator>
      <dc:date>2011-06-16T20:56:37Z</dc:date>
    </item>
    <item>
      <title>History in QuickWin window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803917#M39193</link>
      <description>Steve, any idea ...???&lt;BR /&gt;&lt;BR /&gt;If I set the font size to #0080010 and write the integers 1-400, and then pause, I can scroll back to 336 or 67 lines in total. (336-400 + 2 lines for the "Fortran Pause ..." statement).&lt;BR /&gt;&lt;BR /&gt;With the font size to -1 I can only scroll back to 376 or 27 lines in total.</description>
      <pubDate>Mon, 27 Jun 2011 16:41:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803917#M39193</guid>
      <dc:creator>ferrad01</dc:creator>
      <dc:date>2011-06-27T16:41:44Z</dc:date>
    </item>
    <item>
      <title>History in QuickWin window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803918#M39194</link>
      <description>Steve,&lt;BR /&gt;Here the code:&lt;BR /&gt;&lt;BR /&gt;program wintest&lt;BR /&gt;&lt;BR /&gt;use MT&lt;BR /&gt;use DFLIB&lt;BR /&gt;&lt;BR /&gt;implicit none&lt;BR /&gt;&lt;BR /&gt;integer :: i&lt;BR /&gt;logical :: cstatus&lt;BR /&gt;type (windowconfig) :: wc&lt;BR /&gt;&lt;BR /&gt;wc%numxpixels = 1920&lt;BR /&gt;wc%numypixels = 1024&lt;BR /&gt;wc%numtextrows = 200&lt;BR /&gt;wc%numtextcols = 80&lt;BR /&gt;wc%numcolors = -1&lt;BR /&gt;wc%mode = QWIN$SCROLLDOWN&lt;BR /&gt;wc%title = "esp"C&lt;BR /&gt;wc%fontsize = #0080010&lt;BR /&gt;&lt;BR /&gt;cstatus = SETWINDOWCONFIG(wc)&lt;BR /&gt;&lt;BR /&gt;do i = 1, 400&lt;BR /&gt; write(6,'(i10)') i&lt;BR /&gt;enddo&lt;BR /&gt;&lt;BR /&gt;pause&lt;BR /&gt;&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jun 2011 17:04:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803918#M39194</guid>
      <dc:creator>ferrad01</dc:creator>
      <dc:date>2011-06-27T17:04:12Z</dc:date>
    </item>
    <item>
      <title>History in QuickWin window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803919#M39195</link>
      <description>I don't think you can.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;There is support for doing this using the regular console it appears.&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/fortran/win/compiler_f/bldaps_for/win/bldaps_use_console.htm#conscode"&gt;http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/fortran/win/compiler_f/bldaps_for/win/bldaps_use_console.htm#conscode&lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Jun 2011 03:03:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803919#M39195</guid>
      <dc:creator>Michael_J_Slater__In</dc:creator>
      <dc:date>2011-06-28T03:03:48Z</dc:date>
    </item>
    <item>
      <title>History in QuickWin window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803920#M39196</link>
      <description>Yes, it can be done. I am trying to locate an example demonstrating it - may take me a while (I am traveling this week.)</description>
      <pubDate>Tue, 28 Jun 2011 10:02:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803920#M39196</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-06-28T10:02:14Z</dc:date>
    </item>
    <item>
      <title>History in QuickWin window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803921#M39197</link>
      <description>... any update?</description>
      <pubDate>Mon, 18 Jul 2011 20:10:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803921#M39197</guid>
      <dc:creator>ferrad01</dc:creator>
      <dc:date>2011-07-18T20:10:06Z</dc:date>
    </item>
    <item>
      <title>History in QuickWin window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803922#M39198</link>
      <description>I've attached two samples from CVF that may be of use to you.&lt;BR /&gt;&lt;BR /&gt;TESTSCRL.F90 is the one I was remembering. CONFUNC.F90 is an interesting alternative - it shows how you can use a regular console window from a QuickWin application. I have not tried this in Intel Fortran but I see no reason they shouldn't work.</description>
      <pubDate>Mon, 18 Jul 2011 21:24:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803922#M39198</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-07-18T21:24:01Z</dc:date>
    </item>
    <item>
      <title>History in QuickWin window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803923#M39199</link>
      <description>I tried playing with the file TESTSCRL.F90 which manages to display / scroll back a few more lines than my app. However I can only get rows (numbers) 174-1500 (1327 lines) to display in the scroll back. I tried increasing wc%numtextrows but that did not help.&lt;BR /&gt;&lt;BR /&gt;Modifed file attached.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2011 17:54:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803923#M39199</guid>
      <dc:creator>ferrad01</dc:creator>
      <dc:date>2011-07-21T17:54:26Z</dc:date>
    </item>
    <item>
      <title>History in QuickWin window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803924#M39200</link>
      <description>The problem with this approach is that it doesn't scale well. You are creating a huge bitmap window and there are Windows limits to how large it can be.&lt;BR /&gt;&lt;BR /&gt;I had thought this sample repositioned the cursor, but I guess not. Perhaps you'd do better with using a real console window for this. You can use the approach in the other attachment or just call the Windows API AllocConsole and use WriteFile to write to it.</description>
      <pubDate>Thu, 21 Jul 2011 18:02:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803924#M39200</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-07-21T18:02:01Z</dc:date>
    </item>
    <item>
      <title>History in QuickWin window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803925#M39201</link>
      <description>Just an update: I got it to get to the end of the window by adding:&lt;BR /&gt;&lt;BR /&gt;wc%mode = QWIN$SCROLLDOWN&lt;BR /&gt;&lt;BR /&gt;Adrian</description>
      <pubDate>Thu, 21 Jul 2011 18:04:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/History-in-QuickWin-window/m-p/803925#M39201</guid>
      <dc:creator>ferrad01</dc:creator>
      <dc:date>2011-07-21T18:04:47Z</dc:date>
    </item>
  </channel>
</rss>

