|
listbrowser and mousewheel |
Posted on: 2019/5/5 20:42
#1 |
---|---|---|
Just popping in
![]() ![]() Joined:
2015/9/29 0:42 From Bettendorf, IA, USA
Posts: 220
|
The AutoDoc says it reacts to mousewheel events. My program doesn't. Is there a setting I need? Says doesn't need a hook anymore.
I am thinking it may be because I make the gadget separately, not in the initial layout. I add it later if it is needed or not. |
|
|
Re: listbrowser and mousewheel |
Posted on: 2019/5/6 0:09
#2 |
---|---|---|
Quite a regular
![]() ![]() Joined:
2006/12/2 0:35 From Sydney
Posts: 696
|
I am using a simple two-column LB in a temporary window opened for that purpose. I didn't do anything special to enable the mousewheel, but it works OK.
I'm not adding gadgets in real time, though. Perhaps you have to close the window and reopen it after adding the LB gadget? |
|
_________________
cheers tony |
||
|
Re: listbrowser and mousewheel |
Posted on: 2019/5/6 14:19
#3 |
---|---|---|
Home away from home
![]() ![]() Joined:
2006/12/4 23:15 Posts: 2265
|
@mritter0
Did you add IDCMP_EXTENDEDMOUSE to the WA_IDCMP window tag? If you have an IDCMP_Hook did you add WINDOW_BuiltinScroll,TRUE? (IMHO you might as well add this either way to be certain!). If you read the listbrowser_gc autodoc it refers you to the window_cl autodoc where it says: Quote:
|
|
|
Re: listbrowser and mousewheel |
Posted on: 2019/5/6 23:52
#4 |
---|---|---|
Just popping in
![]() ![]() Joined:
2015/9/29 0:42 From Bettendorf, IA, USA
Posts: 220
|
Got it. Thanks
|
|
_________________
Workbench Explorer - A better way to browse drawers |
||