mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2008
Posts: 1,483
westor Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,483
Hello,

There is a problem between $input and 'e' switch and $$?="" with dialog, i've create an test reproduce dialog.

Steps to reproduce:

1. Open the dialog
2. Click into the 'Test 1' and in 'Test 6' buttons and see that the mIRC hiding the dialog in order to appear the input window and also when closing the dialog the $input does not close too, the other tests buttons are acting with the correct way but only these 2 are acting wrong as far as i could test.

Code:

Code:
dialog -l test {
  title "TEST DIALOG"
  size -1 -1 50 70
  option dbu disable
  button "Test 6", 6, 2 55 46 10
  button "Test 5", 5, 2 45 46 10
  button "Test 4", 4, 2 35 46 10
  button "Test 3", 3, 2 25 46 10
  button "Test 2", 2, 2 15 46 10
  button "Test 1", 1, 2 5 46 10
}
ON *:DIALOG:test:*:*: { 
  if ($devent == sclick) { 
    if ($did == 1) { var %bug = $input(Test input,euidbk60,Enter) }
    if ($did == 2) { var %ok = $input(Test input,ouidbk60,Information) }
    if ($did == 3) { var %warn = $input(Test input,woudbk60,Warning) }
    if ($did == 4) { var %error = $input(Test input,houdbk60,Error) }
    if ($did == 5) { var %ok = $input(Test input,qoudbk60,Question) }
    if ($did == 6) { var %bug = $$?="Test input" }
  }
}
alias testing { dialog -md test test }

- Thanks!

Joined: Dec 2008
Posts: 1,483
westor Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,483
Did that bug report throwed in recycle bin?

Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
The lack of a response to a post doesn't mean it's been ignored. Many reports have no responses. It simply means it needs no follow-up.


Link Copied to Clipboard