<?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 extend console buffer in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/854996#M67172</link>
    <description>&lt;P&gt;hi buddies, i was output some text to the child windowfrom a .txt file, the problem is that the file is larger than the screen and i only can see the last lines of the file on the screen, i can't return because the arrows don't let me, Is there a way to return and see the first lines?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jul 2008 20:05:13 GMT</pubDate>
    <dc:creator>kooka</dc:creator>
    <dc:date>2008-07-17T20:05:13Z</dc:date>
    <item>
      <title>extend console buffer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/854996#M67172</link>
      <description>&lt;P&gt;hi buddies, i was output some text to the child windowfrom a .txt file, the problem is that the file is larger than the screen and i only can see the last lines of the file on the screen, i can't return because the arrows don't let me, Is there a way to return and see the first lines?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2008 20:05:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/854996#M67172</guid>
      <dc:creator>kooka</dc:creator>
      <dc:date>2008-07-17T20:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: extend console buffer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/854997#M67173</link>
      <description>NOTE: I'm in Quickwin mode</description>
      <pubDate>Thu, 17 Jul 2008 20:37:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/854997#M67173</guid>
      <dc:creator>kooka</dc:creator>
      <dc:date>2008-07-17T20:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: extend console buffer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/854998#M67174</link>
      <description>Good thing you added that.&lt;BR /&gt;&lt;BR /&gt;The size of the QuickWin window can be changed by writing an INITIALSETTINGS routine. However, don't make it too large or you may run out of memory, since a QuickWin window is simply a big bitmap. See the on-disk documentation for more on using QuickWin.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jul 2008 23:27:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/854998#M67174</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-07-17T23:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: extend console buffer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/854999#M67175</link>
      <description>&lt;P&gt;tanks steve, i already read the quickwin and console documentation, I send my textadding a new console and extended the buffer, the text is ok loaded, but i would to send images too, as you say, in quikwin is a big waste of memory, but in a console i only can send text, i was tinking send both(text and graphics), to a mdichild window using win32 routines, is there a way?, is not an enormus waste of memory too?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Tanks!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2008 15:48:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/854999#M67175</guid>
      <dc:creator>kooka</dc:creator>
      <dc:date>2008-07-18T15:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: extend console buffer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/855000#M67176</link>
      <description>I would not say it is a "waste" of memory. But combining text and graphics in a scrollable window does require a bitmap and those take a lot of memory. If you did it with Win32 calls, you'd have exactly the same problem. Can the images go into a separate window? You could have a console application that opened windows for graphics.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2008 16:54:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/855000#M67176</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-07-18T16:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: extend console buffer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/855001#M67177</link>
      <description>&lt;P&gt;Tanks Steve:&lt;/P&gt;
&lt;P&gt;Actually i am wondering to use a rich text box implanted in a win 32 child window, but i'm not sure it supports graphics, i read the some sdk doc about the topic and reallize it supports Embedded objects, im not sure whats that. the cuestionsare:&lt;/P&gt;
&lt;P&gt;Does rich edit boxes suppor images?&lt;/P&gt;
&lt;P&gt;can I store that data in .rtf file format?&lt;/P&gt;
&lt;P&gt;how can i print that if my rich text box is bigger than the screen?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Tanks again!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2008 17:42:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/855001#M67177</guid>
      <dc:creator>kooka</dc:creator>
      <dc:date>2008-07-18T17:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: extend console buffer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/855002#M67178</link>
      <description>I'm going to have to leave that to others who have done extensive Win32 UI programming, which I have not. I'm sure they'll chime in here.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2008 17:52:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/855002#M67178</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-07-18T17:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: extend console buffer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/855003#M67179</link>
      <description>&lt;P&gt;I don't do QW but I'm not adverse to them.&lt;/P&gt;
&lt;P&gt;RTB's can host picture and image controls, so yes. The latter 'wastes' less memory but has some limitations which may not matter in your case.&lt;/P&gt;
&lt;P&gt;Yes, you can write data (I guess you mean ASCII or Unicode) to a RTB. You don't have to concern yourself with the inners of RTB format unless you really want to.&lt;/P&gt;
&lt;P&gt;Unless you can get a bigger printer than your screen, just print the RTB's contents to the default printer with its default 8 1/2 x11 or A4 or whatever.&lt;/P&gt;
&lt;P&gt;Gerry&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jul 2008 14:36:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/855003#M67179</guid>
      <dc:creator>g_f_thomas</dc:creator>
      <dc:date>2008-07-19T14:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: extend console buffer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/855004#M67180</link>
      <description>tanks gerry, i'm going to read the rtb doc, to take a deep knowledge.</description>
      <pubDate>Mon, 21 Jul 2008 16:00:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/extend-console-buffer/m-p/855004#M67180</guid>
      <dc:creator>kooka</dc:creator>
      <dc:date>2008-07-21T16:00:44Z</dc:date>
    </item>
  </channel>
</rss>

