So I was writing a program to sort my collection of animes yesterday and I stumbled upon this glitch.
Basically, I have a TabControl with 3 tabs: each tab has a ListBox of the same size at the same position (just in case, style: BitOR($LBS_NOTIFY,$LBS_SORT,$WS_VSCROLL), font is Arial)
On the first tab I have a ListBox filled with about 22 lines. Each line represents an anime folder on my ext. hdd. Each anime folder has a 'season' folder inside it, and inside each season folder the respective episodes. So it's like:
Anime Folder \ Season 1 Folder \ [episodes]
When the anime list is filled and I update the seasons list with the season folders (by clicking on an item in the anime list), this happens: as the seasons list is updated and items are being added in the list, it covers the anime list. I can 'fix' this by scrolling up and down in the anime list, so the other list disappears.
Why is that happening? Is it due to my code or is it a bug in autoit?
Basically, I have a TabControl with 3 tabs: each tab has a ListBox of the same size at the same position (just in case, style: BitOR($LBS_NOTIFY,$LBS_SORT,$WS_VSCROLL), font is Arial)
On the first tab I have a ListBox filled with about 22 lines. Each line represents an anime folder on my ext. hdd. Each anime folder has a 'season' folder inside it, and inside each season folder the respective episodes. So it's like:
Anime Folder \ Season 1 Folder \ [episodes]
When the anime list is filled and I update the seasons list with the season folders (by clicking on an item in the anime list), this happens: as the seasons list is updated and items are being added in the list, it covers the anime list. I can 'fix' this by scrolling up and down in the anime list, so the other list disappears.
Why is that happening? Is it due to my code or is it a bug in autoit?