When I click on an icon, I have asmall option toolbar that will display on the right of the cursor. I use :
var ty:tpoint;
ty:=mouse.cursorpos;
toolbar.setfloating(ty.x+20,ty.y);
Is there a way, i can have the toolbar follow my mouse everywhere i go. I would like to have it anchored to the cursor a little bit positionned on the left.
If it involves too much programming, just let me know.
Thanks.
PO
var ty:tpoint;
ty:=mouse.cursorpos;
toolbar.setfloating(ty.x+20,ty.y);
Is there a way, i can have the toolbar follow my mouse everywhere i go. I would like to have it anchored to the cursor a little bit positionned on the left.
If it involves too much programming, just let me know.
Thanks.
PO