Joel de Guzman

Results 505 comments of Joel de Guzman

> > Thank you for your contribution. I appreciate it! > > Is it possible to move all platform-specific (Windows) code to `lib/host/windows/` ? In particular, `lib/include/elements/base_view.hpp`, `lib/include/elements/element/text.hpp`, `lib/src/element/text.cpp` should...

Interesting. Such a feature would be cool, indeed. Alas, I have not investigated a way to do this, cross-platform. Some research is needed.

Happens in debug mode right? And it happens only once, correct? If not please provide more context for repro.

I think Windows takes time to initialize some things at startup, probably in a different thread. Maybe you can try delaying the showing of the window until the app stabilizes....

Can you make an MVCE, please?

Question: are you bringing up the tooltip while the user us typing some text?

> Can you make an MVCE, please? Suggestion: transform the tooltip example into one that exhibits your use case.

> > Question: are you bringing up the tooltip while the user us typing some text? > > It is appearing by itself since the mouse still hovers the text...

Wonderful! What I've been waiting for!