Emil Segerås
Emil Segerås
Status update: I have recently picked up some skin improvements i started working on ages ago. With those changes, skin bitmap doesn't have to point to a bitmap file on...
It's more like "paused" due to lack of time (too many other projects + wife & kids to keep happy etc...) The result is more or less the same though....
I don't mind forks! It's quite satisfying to see that people find it useful and work on it, even if it diverges into something different.
No there isn't. TBEditField::UpdateScrollbarVisibility is always setting y-scrollbar depending on "multiline && !m_adapt_to_content_size". Adding SCROLL_MODE to it would be nice IMO. Another personal wish i have is mobile-style scrollbars (that...
Oh, and now i realize that was overly complicated since you always wanted scrollbars off. So you can just skip the whole part wrapping it in a TBScrollContainer and use...
I reviewed using yaml before writing the custom parser that is in TB, but didn't like it. I couldn't find any implementation that would fit well either. Maybe things has...
I haven't seen this happening using Windows 10 and Microsoft IME (for Japanese, Korean) or Pinyin for Chinese. I know from implementing full IME integration in the past (in a...
Why is it that it wants override in these cases, and not in all the other hundreds of places i override virtual methods?
Thanks! I've begun looking at this. It's a good start.
AddChild _does_ invalidate layout automatically. TBLayout will layout the TBTextField when it's laid out itself. In your example, it's unclear what the TBLayout itself is added as a child to....