Hi is there some way to put an AmiDock AppDocky in "sleep"/inactive mode, I mean no action if you press RMB.
Someway to disable RMB popup menu?
Like on normal windows:
.. InitRequester(lock); Request(lock, win); if(win->FirstRequest == lock) SetWindowPointer(win, WA_BusyPointer,TRUE, TAG_END); ..
TIA