mIRC Home    About    Download    Register    News    Help

Print Thread
#190982 29/11/07 11:48 PM
Joined: Jul 2004
Posts: 59
L
Babel fish
OP Offline
Babel fish
L
Joined: Jul 2004
Posts: 59
I created the below dialog and tested it on a Brand new Mirc DL, I am running win xp home. the pass Style dosn't seem to be working It is my understanding that this property should make the text typed hidden, however the text shows. So I think this may be a bug.

alias -l setup1 { if ($dialog(setup1)) { return } | else { dialog -m setup1 setup1 } }
dialog Setup1 {
title "Nick Name Setup"
size -1 -1 131 80
option dbu
text "PrimaryNick ", 1, 9 8 35 8
edit "", 2, 46 6 79 10
text "Alternate Nick ", 3, 5 41 38 8
edit "", 4, 46 19 79 10 pass
edit "", 5, 46 39 79 10
edit "", 10, 46 50 79 10, pass
check "Register Nick.", 7, 5 65 44 10
button "Next", 8, 99 67 24 8, ok
text "Password", 6, 16 21 25 8
text "Password", 9, 17 52 25 8
button "Back", 11, 72 67 24 8
}

LittleJohn #190984 30/11/07 12:23 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
The fact that it worked in the first and not in the second should have tipped you off to the fact that there was something wrong with the first edit's definition.

You missed a comma:
edit "", 4, 46 19 79 10, pass

LittleJohn #191010 30/11/07 03:33 PM
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
http://kthx.net/ftb

Never post a bug report before first blaming yourself for at least a few hours.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"

Link Copied to Clipboard