Change/render docky image when I want
Posted: Thu Oct 24, 2013 7:24 pm
Hi, is there some way of changing the program docky image, but only when I want (not every X frames using DOCKYGET_FrameDelay).
What I need is, after opening/closeing a window to change the image of my docky, now I have:
that changes image every half second (even if not necessary), but will be nicer if "FrameDelay = 0" and then I send/say to AmiDock when change the docky image (aka "at will").
TIA
What I need is, after opening/closeing a window to change the image of my docky, now I have:
Code: Select all
case DOCKYGET_FrameDelay:
*msgData = 24;
break;
TIA