Bruce,

I realize I need to investigate the CL commands in more detail. I'm
sure I can cook something up with your pointers. Thanks!

Phil

--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote:
>
>  Since I wanted the
> > buttons in question to run different commands depending on whether the
> > button was simply clicked or had files dropped on it,
> 
> Possibly following functions wth _file_ will help
> 
> cl.GetLastPressedType("barname")
> Returns "P", "D", or "H" depending on whether the last accessed button 
> was pressed, dropped to, or hovered over.
> 
> cl.GetLastBar()
> Returns name of bar where last button was pressed; returns "" if no bar 
> button yet pressed.
> 
> cl.GetLastPressed("barname")
> Returns the last pressed button.
> 
> cl..getLastMouse("barname")
> Returns "L","R", or "M" to indicate which mouse button pressed the last 
> button on bar "barname
>


Reply via email to