Daniel de Matos Alves

Results 6 comments of Daniel de Matos Alves

Bug fix of my code above: if the cell has an integer, there is a bug while executing lower(). this line: if searchcriteria.lower() in row.values[col_index].lower(): to this line: if searchcriteria.lower()...

This also works: ```python from typing import Any, nos: list[Any] = [1, 2.0, 3.5] ``` But it doesn't tell much about the list. I prefer ```python nos: list[float] = [1,...

Can anyone post a link with a valid sdk so I can pass by this bug for now?

My guess is it is something related to some FOCUS event. What ALT-TAB does is switch focus, so maybe it is related to toplevel focus.

Yes, I thougth I was missing something. I saw that only SDL_QUIT was handled on cage.c, but I could be missing something. Anyway, option (a) is a good think, because...