Autor Tema: AutoComplete (UserControl) bug  (Leído 1782 veces)

0 Usuarios y 1 Visitante están viendo este tema.

gibra

  • Bit
  • Mensajes: 4
  • Reputación: +0/-0
    • Ver Perfil
    • VBCorner
AutoComplete (UserControl) bug
« en: Abril 18, 2019, 03:36:36 am »
Hi Leandro,

About your UserControl
http://leandroascierto.com/blog/autocomplete/

I found a bug: I use uc to lists files in folder.
I noticed that when I press the Back button the filtered list does not update properly.
To ‘refresh’ the filtered list I’m forced to insert a char that is no part of any files, remove the char, then the filtered list will refreshed correctly.
I know that isn’t simple to understand using words only.
If you need, I can make a little video that reproduce the issue.
However, I made a few of debug and I noticed that in this case the UBound(TempArray) of CargarArray is 0 therefore the list will not refreshed correctly.

Thank for your very very good works! I love your site.