<?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 Hello Steve, in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835645#M54868</link>
    <description>&lt;P&gt;Hello Steve,&lt;/P&gt;
&lt;P&gt;are there any news? Are there plans, when someting will be donw with quickwin.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Feb 2013 13:42:53 GMT</pubDate>
    <dc:creator>hkausl</dc:creator>
    <dc:date>2013-02-11T13:42:53Z</dc:date>
    <item>
      <title>Mouse Wheel in Quickwin</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835631#M54854</link>
      <description>Hello,&lt;BR /&gt;I just ordered via my company Intel Composer 2011. I want to migrate some elder quickwin applications (inter Fortran 8) which use mouse events. Is there a possibility in the Composer Fortran to regsiter a mosue weheel event, so I could make my programs a little bit more efficient. In the documentation of mosue events I didn't find anything.&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 21 Apr 2011 14:53:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835631#M54854</guid>
      <dc:creator>hkausl</dc:creator>
      <dc:date>2011-04-21T14:53:50Z</dc:date>
    </item>
    <item>
      <title>Mouse Wheel in Quickwin</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835632#M54855</link>
      <description>QuickWin doesn't provide events for mouse wheel use, but it may be possible to get this another way. There are users here experienced in Windows API programming who may be able to offer suggestions.</description>
      <pubDate>Thu, 21 Apr 2011 15:42:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835632#M54855</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-04-21T15:42:01Z</dc:date>
    </item>
    <item>
      <title>Mouse Wheel in Quickwin</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835633#M54856</link>
      <description>The regular window api has the message WM_MOUSEWHEEL that gives information on the wheel position and that is handled in the window procedure.Take a look at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms645617(VS.85).aspx" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/ms645617(VS.85).aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe it is helpful for you.&lt;BR /&gt;&lt;BR /&gt;Robert&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Apr 2011 16:08:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835633#M54856</guid>
      <dc:creator>Robert_van_Amerongen</dc:creator>
      <dc:date>2011-04-21T16:08:54Z</dc:date>
    </item>
    <item>
      <title>Mouse Wheel in Quickwin</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835634#M54857</link>
      <description>Thanks, I had a look on it. At the moment, I registered mouse-events with registermouseevent. So have I to register the wheel event with normal windows api and pass the event to another callback-routine. Has onyone an example for this.&lt;BR /&gt;&lt;BR /&gt;PS (Intel): Why is it impossible to add this event to the registermousevent? Wheel-mousesare no new type of equiipment. I miss this functionality since the first version of theIntel-Fortran Compiler I bought.</description>
      <pubDate>Tue, 26 Apr 2011 09:40:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835634#M54857</guid>
      <dc:creator>hkausl</dc:creator>
      <dc:date>2011-04-26T09:40:59Z</dc:date>
    </item>
    <item>
      <title>Mouse Wheel in Quickwin</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835635#M54858</link>
      <description>It is not "impossible" - it's just not something we've been asked to do and we haven't been actively looking for enhancements to QuickWin. I will enter a feature request for you. Issue ID is DPD200168796.</description>
      <pubDate>Tue, 26 Apr 2011 15:24:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835635#M54858</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-04-26T15:24:27Z</dc:date>
    </item>
    <item>
      <title>Mouse Wheel in Quickwin</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835636#M54859</link>
      <description>&lt;P&gt;@Steve - Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2011 06:30:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835636#M54859</guid>
      <dc:creator>hkausl</dc:creator>
      <dc:date>2011-04-27T06:30:37Z</dc:date>
    </item>
    <item>
      <title>Mouse Wheel in Quickwin</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835637#M54860</link>
      <description>Hello Steve,&lt;BR /&gt;do you have any mews about this request?</description>
      <pubDate>Tue, 09 Aug 2011 07:04:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835637#M54860</guid>
      <dc:creator>hkausl</dc:creator>
      <dc:date>2011-08-09T07:04:38Z</dc:date>
    </item>
    <item>
      <title>Mouse Wheel in Quickwin</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835638#M54861</link>
      <description>Your suggestion remains under consideration. If we do decide to do it, you would not see it until some time next year at the earliest.</description>
      <pubDate>Mon, 22 Aug 2011 19:26:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835638#M54861</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-08-22T19:26:27Z</dc:date>
    </item>
    <item>
      <title>Hello Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835639#M54862</link>
      <description>Hello Steve,
any news about this feature-request? I dind't find anything in the release notes.</description>
      <pubDate>Fri, 19 Oct 2012 15:05:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835639#M54862</guid>
      <dc:creator>hkausl</dc:creator>
      <dc:date>2012-10-19T15:05:50Z</dc:date>
    </item>
    <item>
      <title>Sorry, no news on this.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835640#M54863</link>
      <description>Sorry, no news on this.</description>
      <pubDate>Fri, 19 Oct 2012 15:52:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835640#M54863</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-10-19T15:52:43Z</dc:date>
    </item>
    <item>
      <title>Just to chip in here, I am</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835641#M54864</link>
      <description>Just to chip in here, I am sorry to hear the comment about lack of attention to Quickwin maintenance. I am a serious Quickwin user and would love to see some maintenance/development. A year or two ago I and several others contributed to a "wish list"--partly at Intel's invitation--and I hope it was taken seriously. I had made a specific request about the ability to draw lines of various widths, which hadn't been possible, but you guys added it! Great! If only that kind of attention could continue.</description>
      <pubDate>Fri, 19 Oct 2012 17:28:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835641#M54864</guid>
      <dc:creator>dboggs</dc:creator>
      <dc:date>2012-10-19T17:28:40Z</dc:date>
    </item>
    <item>
      <title>Please don't misunderstand.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835642#M54865</link>
      <description>Please don't misunderstand.  We are certainly maintaining QuickWin and fix any bugs we learn about. We keep a list of all suggested features, but have to set priorities, so not everything gets done. I have updated the entry indicating that there is continued interest in mousewheel support in QuickWin.</description>
      <pubDate>Fri, 19 Oct 2012 18:13:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835642#M54865</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-10-19T18:13:03Z</dc:date>
    </item>
    <item>
      <title>Thanks. I'd like to refer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835643#M54866</link>
      <description>Thanks. I'd like to refer everyone to the recent list of Quickwin requests, but I don't know how to find it using the new forum program.</description>
      <pubDate>Fri, 19 Oct 2012 22:28:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835643#M54866</guid>
      <dc:creator>dboggs</dc:creator>
      <dc:date>2012-10-19T22:28:58Z</dc:date>
    </item>
    <item>
      <title>I have also searched for the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835644#M54867</link>
      <description>I have also searched for the feature request list but could not find it. So far, for me at least, I see zero advantage to the new forum.
I am also a serious QuickWin user (combined with Jugoslav's Xeffort library).

Neels</description>
      <pubDate>Sat, 20 Oct 2012 08:15:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835644#M54867</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2012-10-20T08:15:55Z</dc:date>
    </item>
    <item>
      <title>Hello Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835645#M54868</link>
      <description>&lt;P&gt;Hello Steve,&lt;/P&gt;
&lt;P&gt;are there any news? Are there plans, when someting will be donw with quickwin.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 13:42:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835645#M54868</guid>
      <dc:creator>hkausl</dc:creator>
      <dc:date>2013-02-11T13:42:53Z</dc:date>
    </item>
    <item>
      <title>I have nothing to add at this</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835646#M54869</link>
      <description>&lt;P&gt;I have nothing to add at this time.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:29:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Mouse-Wheel-in-Quickwin/m-p/835646#M54869</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-02-11T15:29:18Z</dc:date>
    </item>
  </channel>
</rss>

