mIRC Home    About    Download    Register    News    Help

Active Threads | Unanswered Past 24 hours | Past 48 hours | Past Week | Past Month | Past Year
Feature Suggestions Jump to new posts
Re: Add IDN (Unicode Domain) Support in mIRC WanderfuLL Yesterday at 05:27 PM
Thank you very much for adding IDN support to mIRC.
This feature will be incredibly helpful for many users around the world, and I truly appreciate your quick response and willingness to improve mIRC.

Thanks again for your great work and continuous dedication.
1 255 Read More
Bug Reports Jump to new posts
Bug with dialog window and center style Legless 19/11/25 05:32 PM
Found a bug with the dialog window and using "center" style on lines of text. If I hide the display for the text then check the visible option via a $did(id).visible, it ALWAYS returns $true if the "center" style was used in the dialog window. Included a little test script below to demonstrate what I mean:
Code
alias testWindow {
  if ($dialog(testWindow)) { dialog -x testWindow }
  dialog -m testWindow testWindow
}

dialog testWindow {
  title "Test Window"
  size -1 -1 100 100
  option dbu
  text "Test Text 1", 1, 6 6 88 118, center
  text "Test Text 2", 2, 6 14 88 118
}

on 1:dialog:testWindow:init:*:{
  ; hide both lines of text in dialog window
  did -h $dname 1,2
  ; display visibility properties for both lines of text
  echo -a Test Text 1 Visible: $did(1).visible
  echo -a Test Text 2 Visible: $did(2).visible
}
If you run this you'll see that even though I hide the text with "did -h $dname 1,2", it still shows using "$did(1).visible", that Test Text 1 is visible, due to having the center style.
0 33 Read More
Developers Jump to new posts
Re: 🦀 Mirust: A Safe and Seamless Rust-to-mIRC SDK Epic 14/11/25 04:55 AM
This is cool.
Thank / Спасибо.
1 190 Read More