<?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 @Neels &amp;quot; I agree with this. in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836760#M55545</link>
    <description>&lt;P&gt;@Neels "&amp;nbsp;I agree with this. Even if all I want to do is open a window at a particular location--it must first appear at a default location, then I have to move it. This is flicker. Annoying."&lt;/P&gt;
&lt;P&gt;I wrote a simple routine using API SetWindowPos , you can then set the dialog position before it is displayed. It used to really irriitate me because I have some dialogs that frequently open and close and having moved them manually to a good location they then used to go back to the default position. I used getwinpos to save the last known location of my dialogs on close and use this next time they are popped.&lt;/P&gt;</description>
    <pubDate>Sun, 31 Mar 2013 07:20:34 GMT</pubDate>
    <dc:creator>andrew_4619</dc:creator>
    <dc:date>2013-03-31T07:20:34Z</dc:date>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836740#M55525</link>
      <description>I'm trying to convert some old code that did extensive line graphics using an old obsolete library (Halo). Have made much progress, however I am surprised to learn that, apparently, the Qwickwin library, while it supports all manner of line drawing functions (Lineto, polygon, etc.), none of them support a line width other than the minimum 1 pixel. I need to draw lines of varying weights, say at least 2, 3, 5, 7 pixels.&lt;BR /&gt;&lt;BR /&gt;I can't see any way to do this, other than to call the Windows functions instead, which means setting up pen handles, etc. Is this the best alternative available to me? Can anyone help me get started, or suggest an alternate?&lt;BR /&gt;&lt;BR /&gt;I have actually written a functional replacement for Lineto, using Qwickwin routines, that draws a filled rectangle (long, very thin, 4-node polygon) as a substitute for the simple, 1-pixel-wide line. But surely there must be a better way.&lt;BR /&gt;&lt;BR /&gt;Daryl</description>
      <pubDate>Wed, 21 Apr 2010 16:46:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836740#M55525</guid>
      <dc:creator>dboggs</dc:creator>
      <dc:date>2010-04-21T16:46:48Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836741#M55526</link>
      <description>Daryl,&lt;BR /&gt;&lt;BR /&gt;This (changing the width of a line in Quickwin)has been requested from our compiler before. I will associate this forum post with the request so if it is implemented you will be informed.&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;Wendy&lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/announcement/241/"&gt;Attaching or including files in a post&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2010 23:10:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836741#M55526</guid>
      <dc:creator>Wendy_Doerner__Intel</dc:creator>
      <dc:date>2010-04-21T23:10:07Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836742#M55527</link>
      <description>Thanks for responding, Wendy. Though not quite the response I was hoping for; I would rather learn that I had overlooked something, or that there was a good known workaround.&lt;BR /&gt;&lt;BR /&gt;So I am pursuing thecalling of the API functions for lineto, polygon, etc. I have to learn the lingo for creating a pen, selecting the pen, etc.&lt;BR /&gt;&lt;BR /&gt;The on-line documentation strongly hints that this is possible from Quickwin (e.g., it warns I have to rename the functions MSFWIN$LineTo, etc), though I can find no good examples to follow. My experimentation so far does not work. And, Lawrence's book clearly states that these API calls cannot be used from Quickwin.&lt;BR /&gt;&lt;BR /&gt;Can someone advise? I don't want to bark up this tree any more if it's not going to get me anywhere.&lt;BR /&gt;&lt;BR /&gt;Daryl</description>
      <pubDate>Thu, 22 Apr 2010 16:35:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836742#M55527</guid>
      <dc:creator>dboggs</dc:creator>
      <dc:date>2010-04-22T16:35:01Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836743#M55528</link>
      <description>Yes, please add this capability - I have been waiting for 12 years though so maybe it will not happen soon!</description>
      <pubDate>Fri, 23 Apr 2010 09:15:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836743#M55528</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2010-04-23T09:15:41Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836744#M55529</link>
      <description>Yes I have added your requests to the feature request which should help lobby for its inclusion in a future release. It just missed the cut for 12.0 though.&lt;BR /&gt;&lt;BR /&gt;Wendy</description>
      <pubDate>Fri, 23 Apr 2010 15:46:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836744#M55529</guid>
      <dc:creator>Wendy_Doerner__Intel</dc:creator>
      <dc:date>2010-04-23T15:46:12Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836745#M55530</link>
      <description>This has been added to our 12.1 Update 7 release which you can download from registrationcenter.intel.com. Here is the documentation on how to use this new feature.&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;Wendy&lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/announcement/241/"&gt;Attaching or including files in a post&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&lt;B&gt; SETLINEWIDTHQQ&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;SPAN style="text-decoration: underline;"&gt;Subroutine&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;SETLINEWIDTHQQ (W*32, W*64)&lt;/P&gt;&lt;P&gt;Graphics subroutine: Set the width of the (solid) line drawn using any of the supported graphics functions.&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;SPAN style="text-decoration: underline;"&gt;Module&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;USE IFQWIN&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;SPAN style="text-decoration: underline;"&gt;Syntax&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;CALL SETLINEWIDTHQQ(x)&lt;/P&gt;&lt;P&gt;Where, &lt;/P&gt;&lt;P&gt;x is of type INTEGER and represents any scalar integer in value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;SPAN style="text-decoration: underline;"&gt;Results&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Sets the line width to the scalar passed as argument.&lt;/P&gt;&lt;P&gt;SETLINEWIDTHQQ affects the drawing of straight lines using functions - LINETO, POLYGON, LINETOAR, LINETOAREX, RECTANGLE and that of curved lines as in ARC, ELLIPSE, or PIE.&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;SPAN style="text-decoration: underline;"&gt;Compatibility&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Standard Graphics Quickwin Graphics Lib&lt;/P&gt;&lt;P align="center"&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P align="center"&gt;&lt;B&gt;GETLINEWIDTHQQ&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;SPAN style="text-decoration: underline;"&gt;Function&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;GETLINEWIDTHQQ (W*32, W*64)&lt;/P&gt;&lt;P&gt;Graphics function: Get the current line width or the line width set by the last call to SETLINEWIDTHQQ. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;SPAN style="text-decoration: underline;"&gt;Module&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;USE IFQWIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;SPAN style="text-decoration: underline;"&gt;Syntax&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;result = GETLINEWIDTHQQ()&lt;/P&gt;&lt;P&gt;where, &lt;/P&gt;&lt;P&gt;result is of type INTEGER. The result contains the current width of the line. &lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;SPAN style="text-decoration: underline;"&gt;Default behavior &lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;If there is no call to SETLINEWIDTHQQ in the program (or on that particular graphics window), it returns 1. (The default width of a line drawn by any graphics routine is 1 pixel.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;SPAN style="text-decoration: underline;"&gt;Compatibility &lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Standard Graphics Quickwin Graphics Lib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;SPAN style="text-decoration: underline;"&gt;Current Limitation&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;The&lt;I&gt;nWidth&lt;/I&gt;argument in the CreatePen() API is the width used to draw the lines or borders of a closed shape. A cosmetic pen can have a width of only 1 pixel. If you specify a higher width, it would be ignored. A geometric pen can have a width of 1 or more pixels but the line can only be solid or null. This means that, if you specify the style as&lt;B&gt;PS_DASH&lt;/B&gt;,&lt;B&gt;PS_DOT&lt;/B&gt;,&lt;B&gt;PS_DASHDOT&lt;/B&gt;, or&lt;B&gt;PS_DASHDOTDOT &lt;/B&gt;but set a width higher than 1, the line would be drawn as&lt;B&gt;PS_SOLID&lt;/B&gt;.&lt;/P&gt;&lt;P&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/dd162797(v=VS.85).aspx"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/dd162797(v=VS.85).aspx" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/dd162797(v=VS.85).aspx&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2011 01:03:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836745#M55530</guid>
      <dc:creator>Wendy_Doerner__Intel</dc:creator>
      <dc:date>2011-11-18T01:03:41Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836746#M55531</link>
      <description>Wow, thats great! Thanks a lot.</description>
      <pubDate>Fri, 18 Nov 2011 06:42:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836746#M55531</guid>
      <dc:creator>onkelhotte</dc:creator>
      <dc:date>2011-11-18T06:42:09Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836747#M55532</link>
      <description>Ditto, thanks, it works great!!&lt;BR /&gt;&lt;BR /&gt;Neels</description>
      <pubDate>Fri, 18 Nov 2011 12:39:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836747#M55532</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2011-11-18T12:39:43Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836748#M55533</link>
      <description>Hooray! I'm impressed, because&lt;BR /&gt;(1) I can now draw lines of variable width without resorting to my clumsy (and imperfect) workaround.&lt;BR /&gt;(2) We talked and Intel listened.&lt;BR /&gt;(3) Quickwin is not dead (I hope).&lt;BR /&gt;&lt;BR /&gt;I'm surprised though that this new function is not covered in the online documentation, or even in the release notes. Makes me wonder--has anything else been added that we don't know about?&lt;BR /&gt;&lt;BR /&gt;Is Intel really committed to improving Quickwin? I have a modest list of enhancements (as I'm sure others do) and it would be nice to know if there is any hope...</description>
      <pubDate>Mon, 21 Nov 2011 16:29:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836748#M55533</guid>
      <dc:creator>dboggs</dc:creator>
      <dc:date>2011-11-21T16:29:54Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836749#M55534</link>
      <description>&lt;P&gt;Sorry we missed including it in the documentation/release notesfor 12.1, it will be in the next release documentation. Yes post any feature requests for Quick Win and we can submit them for consideration.&lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;Wendy&lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/announcement/241/"&gt;Attaching or including files in a post&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2011 21:35:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836749#M55534</guid>
      <dc:creator>Wendy_Doerner__Intel</dc:creator>
      <dc:date>2011-11-21T21:35:39Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836750#M55535</link>
      <description>Here's my immediate, short list of feature requests for Quickwin:&lt;BR /&gt;&lt;BR /&gt;1. A fast console window.&lt;BR /&gt;2. Windows for which vertical and horizontal scrollbars can be obtained independently, as each is required, instead of both-or-nothing as we have now.&lt;BR /&gt;3. Some pre-packaged, ready-to-go common dialog boxes (e.g. GetOpenFilename, GetSaveFileName, colorpicker, fontpicker)--and include optional arguments to control where these boxes appear on the screen.&lt;BR /&gt;4. Ability to save a graphics window capture in vector format (emf file) in addition to the bitmap format (bmp); also a converter from bmp to tif or gif.&lt;BR /&gt;&lt;BR /&gt;That's it for now. I'm sure many others have their pet peeves and will add to this list.</description>
      <pubDate>Mon, 21 Nov 2011 22:22:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836750#M55535</guid>
      <dc:creator>dboggs</dc:creator>
      <dc:date>2011-11-21T22:22:18Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836751#M55536</link>
      <description>I have a few requests that is currently achieved using Xeffort but I worry about how long Yugoslav will maintain Xeffort:&lt;BR /&gt;&lt;BR /&gt;1. The capability to switch the visibility of controls on and of: RetLog = DlgSet(DLG, IDC_Button_Map, .False., DLG_Visible)&lt;BR /&gt;&lt;BR /&gt;2. Scrollable dialog boxes - with the mixture of todays users having anything between a 14" screen and a 27" screen with varying resolutions it is impossible to make dialog boxes that fits all unless they are scrollable.&lt;BR /&gt;&lt;BR /&gt;Neels</description>
      <pubDate>Tue, 22 Nov 2011 04:43:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836751#M55536</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2011-11-22T04:43:43Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836752#M55537</link>
      <description>For 1. Try ShowWindow(GetDlgItem(dlg%hwnd,IDC_CONTROL),SW_HIDE)</description>
      <pubDate>Tue, 22 Nov 2011 12:21:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836752#M55537</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2011-11-22T12:21:07Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836753#M55538</link>
      <description>&lt;P&gt;Thanks for the ideas on feature requests. I will be filing them and then posting the engineering numbers to track here when any discussion on their merits is concluded. I want to be sure to include any comments from multiple customers.&lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;Wendy&lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/announcement/241/"&gt;Attaching or including files in a post&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2011 17:42:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836753#M55538</guid>
      <dc:creator>Wendy_Doerner__Intel</dc:creator>
      <dc:date>2011-11-22T17:42:00Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836754#M55539</link>
      <description>Hereare someother suggestions:&lt;BR /&gt;&lt;BR /&gt;- Enable the close dialog box of graphics windows. Why are only minimize and maximize shown?&lt;BR /&gt;&lt;BR /&gt;- When you are drawing a lot you get a "flickering" image. Someone here (I think it was yugoslav) told me this is because QuickWin renders every codeline immediately. Useful would be something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;[bash]call initVirtualScreenQQ(unit)
! ...
! doing a lot of drawing operations
! ...
call renderVirtualScreenQQ(unit)
[/bash]&lt;/PRE&gt;&lt;BR /&gt;So QuickWin gathers all information what should be drawn im memory and then send it to the screen&lt;BR /&gt;&lt;BR /&gt;- coloring Edit Control background and text&lt;BR /&gt;&lt;BR /&gt;- adding a transparent (alpha) value for colors, an ARGB value instead of just RGB&lt;BR /&gt;&lt;BR /&gt;Thats what comes to my mind... The most important thing for us would be the VirtualScreenQQ enhancement because this flickering is very annoying.&lt;BR /&gt;&lt;BR /&gt;Markus</description>
      <pubDate>Wed, 23 Nov 2011 07:27:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836754#M55539</guid>
      <dc:creator>onkelhotte</dc:creator>
      <dc:date>2011-11-23T07:27:27Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836755#M55540</link>
      <description>I agree with this. Even if all I want to do is open a window at a particular location--it must first appear at a default location, then I have to move it. This is flicker. Annoying.</description>
      <pubDate>Mon, 28 Nov 2011 18:14:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836755#M55540</guid>
      <dc:creator>dboggs</dc:creator>
      <dc:date>2011-11-28T18:14:54Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836756#M55541</link>
      <description>Any chance you might contribute your Halo replacement library to the forum? I had to do the same recently this year, but did a crude conversion that lost some of the functionality, as we had long thrown out the Halo documentation to know exactly what some of the routines did.</description>
      <pubDate>Wed, 30 Nov 2011 09:04:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836756#M55541</guid>
      <dc:creator>bendel_boy1</dc:creator>
      <dc:date>2011-11-30T09:04:01Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836757#M55542</link>
      <description>I will certainly consider this, HOWEVER--&lt;BR /&gt;&lt;BR /&gt;What I have is not at all a general Halo replacement. It's just the library that we developed, using Halo, to do general-purpose xy graphs. And it's not nearly as general-purpose as some other libraries, but we like it because (1) it is tightly integrated with Fortran code (you don't have to print your data to a file and then call up an independent routine to plot it), and (2) it can do some important things that other plotting applications can't.&lt;BR /&gt;&lt;BR /&gt;It's some time before this could be released, but I'm glad to know of any interest.</description>
      <pubDate>Wed, 30 Nov 2011 17:48:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836757#M55542</guid>
      <dc:creator>dboggs</dc:creator>
      <dc:date>2011-11-30T17:48:48Z</dc:date>
    </item>
    <item>
      <title>Feature needed in Qwickwin graphics</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836758#M55543</link>
      <description>The Engineering tracker number on this set of feature requests is:DPD200178323. Will update this thread if any get implemented or engineering needs more information.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;------&lt;/P&gt;

&lt;P&gt;Wendy&lt;/P&gt;

&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/announcement/241/"&gt;Attaching or including
files in a post&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Jan 2012 00:38:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836758#M55543</guid>
      <dc:creator>Wendy_Doerner__Intel</dc:creator>
      <dc:date>2012-01-27T00:38:37Z</dc:date>
    </item>
    <item>
      <title>Any updates on these requests</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836759#M55544</link>
      <description>&lt;P&gt;Any updates on these requests?&lt;/P&gt;
&lt;P&gt;Neels&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2013 06:34:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Feature-needed-in-Qwickwin-graphics/m-p/836759#M55544</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2013-03-31T06:34:29Z</dc:date>
    </item>
  </channel>
</rss>

