Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Mouse Wheel in Quickwin

hkausl
Beginner
1,245 Views
Hello,
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.
Thanks
0 Kudos
15 Replies
Steven_L_Intel1
Employee
1,245 Views
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.
0 Kudos
Robert_van_Amerongen
New Contributor III
1,245 Views
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:

http://msdn.microsoft.com/en-us/library/ms645617(VS.85).aspx

Maybe it is helpful for you.

Robert
0 Kudos
hkausl
Beginner
1,245 Views
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.

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.
0 Kudos
Steven_L_Intel1
Employee
1,245 Views
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.
0 Kudos
hkausl
Beginner
1,245 Views

@Steve - Thanks!

0 Kudos
hkausl
Beginner
1,245 Views
Hello Steve,
do you have any mews about this request?
0 Kudos
Steven_L_Intel1
Employee
1,245 Views
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.
0 Kudos
hkausl
Beginner
1,245 Views
Hello Steve, any news about this feature-request? I dind't find anything in the release notes.
0 Kudos
Steven_L_Intel1
Employee
1,245 Views
Sorry, no news on this.
0 Kudos
dboggs
New Contributor I
1,245 Views
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.
0 Kudos
Steven_L_Intel1
Employee
1,245 Views
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.
0 Kudos
dboggs
New Contributor I
1,245 Views
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.
0 Kudos
Neels
New Contributor II
1,245 Views
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
0 Kudos
hkausl
Beginner
1,245 Views

Hello Steve,

are there any news? Are there plans, when someting will be donw with quickwin.

0 Kudos
Steven_L_Intel1
Employee
1,245 Views

I have nothing to add at this time.

0 Kudos
Reply