AmiDock & RMB
Posted: Tue Nov 12, 2013 4:22 pm
Hello,
I have 2 questions related to RMB and AmiDock.
1) when I RMB on AmiDock, all the dockies are frozen (for example, CPUClock). Of course, when I RMB on Workbench, AmiDock don't stop to work.
Is it normal ? Is it deactivable ?
2) Is this RMB event trappable in C ?
I can use DOCKYSET_DoubleClick, DOCKYSET_Click, DOCKYSET_ObjectClick and DOCKYSET_DockClick to detect left mouse click but I find nothing for Right mouse button.
My problem is that for 2 of my dockies
-CPUDock (try to put cpuwatcher in docky)
-NetDock (try to open a MUI window, without event loop)
it crashs AmiDock in CLASSES:popumenu.class as soon that I RMB (for my NetDock, crashs only when the external window is opened).
http://zzd10h.amiga-ng.org/NetDock/NetD ... _KO_01.jpg
http://zzd10h.amiga-ng.org/NetDock/NetD ... _KO_02.jpg
If I close the extern window (by detecting a DockCLick or ObjectCLick) it works but it will be better to be able to detect Right click
Thanks for your help
I have 2 questions related to RMB and AmiDock.
1) when I RMB on AmiDock, all the dockies are frozen (for example, CPUClock). Of course, when I RMB on Workbench, AmiDock don't stop to work.
Is it normal ? Is it deactivable ?
2) Is this RMB event trappable in C ?
I can use DOCKYSET_DoubleClick, DOCKYSET_Click, DOCKYSET_ObjectClick and DOCKYSET_DockClick to detect left mouse click but I find nothing for Right mouse button.
My problem is that for 2 of my dockies
-CPUDock (try to put cpuwatcher in docky)
-NetDock (try to open a MUI window, without event loop)
it crashs AmiDock in CLASSES:popumenu.class as soon that I RMB (for my NetDock, crashs only when the external window is opened).
http://zzd10h.amiga-ng.org/NetDock/NetD ... _KO_01.jpg
http://zzd10h.amiga-ng.org/NetDock/NetD ... _KO_02.jpg
If I close the extern window (by detecting a DockCLick or ObjectCLick) it works but it will be better to be able to detect Right click
Thanks for your help