mIRC Home    About    Download    Register    News    Help

Print Thread
#112855 26/02/05 11:21 PM
Joined: Mar 2004
Posts: 33
M
Mc_Fly Offline OP
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Mar 2004
Posts: 33
Trys to make a /loadbuf on a dialog for an hidded edit.
The edit will be recovered !

Code:
dialog test {
  size -1 -1 100 100
  edit "invisible",1,0 0 100 100,vsbar,autovs,multi,return,read
}
alias test {
  dialog -m test test
  did -h test 1
  .timer 1 1 loadbuf -o test 1 $+(",$mircini,")
}

#112856 26/02/05 11:31 PM
Joined: Jan 2005
Posts: 37
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Jan 2005
Posts: 37
This definitely looks like a bug... But I have the feeling someone is going to reply saying "it's by design blah blah"...


Link Copied to Clipboard