mIRC Homepage
Posted By: TECO Custom dialog tab mnemonic issue - 11/09/23 07:30 PM
Hi,

When I change tabs, the check text changes and mnemonics appear as plain text
Code
alias name { dialog -m name name }
dialog name {
  title "Name"
  size -1 -1 335 233
  tab "Part I", 1, 5 8 326 193
  text "Sample text", 4, 21 40 207 14, tab 1
  text "Sample text", 5, 21 58 42 14, tab 1
  tab "Part II", 2
  text "Sample text", 6, 21 40 207 14, tab 2
  text "Sample text", 7, 21 58 42 14, tab 2
  tab "Part III", 3
  text "Sample text", 9, 21 40 207 14, tab 3
  text "Sample text", 10, 21 58 42 14, tab 3
  check "Sho&w prefix (~&&@%+)", 11, 21 76 131 16, tab 3
  button "&OK", 12, 253 203 76 23, ok
}

[Linked Image from i.ibb.co]

[Linked Image from i.ibb.co]

This issue was detected in the latest version of mIRC 7.75
Posted By: TECO Re: Custom dialog tab mnemonic issue - 12/09/23 04:33 PM
Hi Khaled,

I did some more tests, and noticed that this problem is not recent. I just tested it on version 7.68 and I can reproduce the bug and after speaking with Wims he confirmed that in version 7.73 he can also reproduce the bug.
Posted By: Khaled Re: Custom dialog tab mnemonic issue - 15/09/23 07:52 AM
Thanks this issue has been fixed for the next version.
Posted By: Khaled Re: Custom dialog tab mnemonic issue - 21/09/23 06:38 AM
I just realized I forgot to document this fix in beta.txt. This should now be fixed in the latest beta.
© mIRC Discussion Forums