mIRC Home    About    Download    Register    News    Help

Print Thread
#58088 28/10/03 06:12 AM
P
pheonix
pheonix
P
please add rclick:{ uclick:{ leave:{ etc for channel and status menu's smile
at the moment it actually adds the text 'rclick' to a menu :tongue:

menu channel {
rclick:{ echo $chan yay he added it smile }
}
frown

#58089 28/10/03 06:31 AM
Joined: Mar 2003
Posts: 1,256
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,256
What on earth do you mean? You want a popup that allows you to leave a channel? Or something that triggers the moment you rclick on the channel? Why would you want something to trigger the moment you rclick in the channel? It would make popups impossible, because they won't show up anymore...

#58090 28/10/03 06:43 AM
Joined: Feb 2003
Posts: 2,737
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,737
mouse events are a valid function of the MENU prefix. True, rclick is really only useful in windows without a popup window, but I suppose someone could find a use for it, somewhere.

I'd like to see more equality between window types, instead of features strictly limited to channels or custom windows. eg: Channels have beep/flash while Customs have On KeyDown/Up. These inconsistancies ought to be addressed.

- Raccoon


Well. At least I won lunch.
Good philosophy, see good in bad, I like!
#58091 28/10/03 03:39 PM
T
theRat
theRat
T
menu channel {
$rclick
}

alias rclick {
echo you just right clicked $active
}

#58092 28/10/03 05:05 PM
P
pheonix
pheonix
P
* pheonix should of thought of that blush

raccoon:
the reason i wanted it actually was to make popups.dll menu's without the dll coding showing on menu's.

#58093 29/10/03 12:13 AM
Joined: Jan 2003
Posts: 119
A
AKO Offline
Vogon poet
Offline
Vogon poet
A
Joined: Jan 2003
Posts: 119
key up/down would be useful in a standard window, something I do agree with smile

Maybe also at this point some way of evaluating all the text in the edit box with key up and down.

I'm trying to think of a use for this at the moment but can't, but I know I've came across the idea in thoughts previously......


Link Copied to Clipboard