mIRC Home    About    Download    Register    News    Help

Print Thread
#7012 17/01/03 03:49 PM
Joined: Jan 2003
Posts: 127
L
Vogon poet
OP Offline
Vogon poet
L
Joined: Jan 2003
Posts: 127
when running dialog, some of the "Text" display of some ID show the value of something else. What's is wrong with it?

E.g
dialog cpl_msagent {
text "Y Pos.", 7, 60 40 70 15, tab 1
}

When running the dialog cpl_msagent, the value of ID 7 show 100 instead of Y Pos. Help is appreciated!

#7013 17/01/03 06:53 PM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
Search your script for:
  • [color:black] did -ra $dname 7 $dialog($dname).y
  • did -ra $dname 7 100
  • did -ra $dname 7 <something else that resolves to 100>
[/color]It looks like perhaps something else in your script is resetting the value stored in ID 7.


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#7014 18/01/03 03:38 PM
Joined: Jan 2003
Posts: 127
L
Vogon poet
OP Offline
Vogon poet
L
Joined: Jan 2003
Posts: 127
Thank you mr Hammer again! I've found the error, though it is not the you suggested!


Link Copied to Clipboard