mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2004
Posts: 48
L
Leoric Offline OP
Ameglian cow
OP Offline
Ameglian cow
L
Joined: Apr 2004
Posts: 48
i cant use the ^ switch in a keydown event (like on ^*:keydown), so i cant receive the press and use a halt, preventing the character appears in the editbox. i need this for make controls activated with numlock buttons that do not affect the editbox.
ii actually use an ".timerclio.numpad -h 1 0 editbox $active $editbox($active)", but if i press the buttons quickly sometimes the character remains in the editbox.

i try to improve this with an

if ($timer(clio.numpad)) editbox $active $editbox($active)
else .timerclio.numpad -h 1 0 editbox $active $editbox($active)

but it will be more clean if the ^ switch simply works

i consider this a bug because the ^ switch would works with all events (or, at lets, as many it cans)


__________
dark_light @ irc.brasnet.org
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
/help Halting Default Text

When the helpfile says the ^ prefix doesn't work with that event how can it be a bug?

This is no more of a bug than the fact mIRC doesn't support IPv6 (for example). Feature Suggestions exists for when you want something added.

Joined: Apr 2004
Posts: 48
L
Leoric Offline OP
Ameglian cow
OP Offline
Ameglian cow
L
Joined: Apr 2004
Posts: 48
oh, sorry. you are right.


__________
dark_light @ irc.brasnet.org

Link Copied to Clipboard