mIRC Home    About    Download    Register    News    Help

Print Thread
#58088 28/10/03 06:12 AM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
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


new username: tidy_trax
#58089 28/10/03 06:31 AM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
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...


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#58090 28/10/03 06:43 AM
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
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
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
menu channel {
$rclick
}

alias rclick {
echo you just right clicked $active
}


Code:
//if ( khaled isgod ) echo yes | else echo no
#58092 28/10/03 05:05 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
* 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.


new username: tidy_trax
#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