--- In [email protected], "brucexs" <bswit...@...> wrote:

I think i am necessary for explaining more about 1 and 3?

1) Now i have a tooltip that can show several different information about 
active window,for example,

win.exepath|win.caption|win.getworkingdir("|" as a separator)

What i want that i can click one of them to explorer their folder.Or you can 
imagin it can act as the fourth choice except left,middle and right mouse click

3)It is because i am using a text-editor program "emeditor", which can set a 
variable on your selected text. I am interested in it how to do this.
Really clip.get can already get my aim 

Thx for quick reply





> > 1)Click the text on the tooltip to run the command?
> 
> Tootips are not meant for commands, but you can use a command list and "hover 
> clicks to show menu" to accomplish something very similar.  Set one of the 
> commands on the buttons to show a command list as a menu.  Set the hover 
> option on cl properties, bars tabs (gray for menu only). Then when you hover 
> over the button, the menu will display and you can click on the menu to 
> select a command.

> > 
> > 3) Could we set a variable with selected text
> 
> Not sure if this is a reference to tool tips.  In any event, you can always 
> do this if you not mind changing the clipboard by something like
> clip.copy
> local var=clip.get
> 
> 
> 
> > 
> > THX
> >
>


Reply via email to