There is an bug in the combo box behaviour in custom dialogs.
I made a script, that behaves like pressing "j" in Winamp. I get a soundchooser to play sounds on IRC.
I used a combo box. When applying the filter I type in the edit line of the combo box, I have to delete some entries in the combo box list. When deleting items in that combo box list, the edit line also gets cleared.
I also thought of some ways to get around this bug, but it is not possible. I could save the text that already was put in the edit line in the combo box. But if I put it back in there, the cursor position in the edit line is at the beginning, so if I type any further letters, I have to write the song, I'm looking for, backwards. I also thought of a list box and an edit line. But pressing arrow down key wouldn't have the same behaviour as in a combo box.
I also exmained the problem further. It seems, /did -d <name> <id> <n> with n != 0 (edit line in the combo box) also deletes the edit line contents itself, and I don't think that that's the behaviour it should have, since it's not the behaviour mIRC 6.01 has (everything works fine here). I'd appreciate to get that bug fixed asap.
I use Windows XP SP1, if it should be of any matter.
Thanks