Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - chadushkind

#1
Feature requests / Tooltips outside a window
12 April 2017, 18:20:24
The problem is that a tooltips has shown only inside window, but not outside then i had using UpdateLayeredWindow() + sf::RenderTexture for window creation.
#2
Have tested it. Works perfect.
#3
Hi. Is it real to draw tgui widgets onto sf::RenderTexture, and next render this texture with UpdateLayeredWindow()? Will widgets do working? SFMLs event system still will be working?
#4
Help requests / Own property
07 June 2016, 11:15:38
Hello! I want to get a text-property from my style-file. I've been tried many ways: from creating individual class-name to include my property into exists class like 'Label' and something. I've been used syntax like "theme->getProperty(classname, property)" but it too not works. So how i can read a text property from my style-file? I've need to do this because I've need to set label text from file. Sorry for my bad english, Thanks!