Welcome, Guest. Please login or register. Did you miss your activation email?

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.


Topics - marcolo2307

Pages: [1]
1
General / [TGUI] EditBox validator (regex)
« on: July 03, 2017, 01:23:39 am »
Hi!

I want to get IP from EditBox, but regex don't work correctly. My example regex:
Code: [Select]
"(([0-9]?){3}\\.){3}([0-9]?){3}"Works on std::regex and online tester, doesn't work on EditBox ;/

2
General / [TGUI] Disabled image property
« on: July 02, 2017, 09:13:35 pm »
Hi!

Is there any way to make button changing its background after disabling? (I'm loading from theme)

I would be also grateful for a list of available properties in TGUI, now I'm taking it from the source code ;/

Pages: [1]
anything