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
Code: Select all
case DOCKYGET_FrameDelay:
*msgData = 24;
break;
Sorry for delay, solved with 'DOCKY..Attention', now it renders image when I want.salass00 wrote:Check the autodoc documentation (SDK:Documentation/AutoDocs/docky.doc) on DOCKYSET_DockyAttention and DOCKYGET_NeedsAttention. If you don't want periodic processing just return -1 for DOCKYGET_FrameDelay (this is also in the autodoc).