1

Topic: nLabel + MouseEvent

Hi,

I'm trying to rewrite my old litestep config to nModules version. One of the pieces is launchbar (icons without text with single click activation).
I'm wondering if it's possible to:
1. use MouseEvent with nLabel?
2. remove text below icons in nIcon module?

2

Re: nLabel + MouseEvent

Here is a sample to add a MouseEvent to an nLabel:

*nLabel trayButton
*trayButtonOn LeftClickDown .none !execute [!nExecScript toggleTray()]

In this case "[!nExecScript toggleTray()]" is just a javascript function I want to run. You can replace this with whatever you want.