--- In [email protected], "dedebaykus" <[EMAIL PROTECTED]> wrote:
>
> Hi
> 
> I have some notes that would open when certain windows are activated.
> However sometimes positions of those windows change. I was wondering
> if there is a way to snap notes to title bars of those windows?


Only by running a script periodically:
 - use note plugin to get a list of handles of all open, visible notes
 - cycle through list and use note plugin to get category of each note
 - if category starts with !, see if there is window matching rest
 - if so, calculate proper position for note and if it is not already 
there, move it

Note handles are also window handles and so can be used with win plugin 
services
  


Reply via email to