Main Menu
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 - Alexhero

#1
Help requests / Re: How to build tgui on android
04 February 2021, 09:43:29
This happens when I'm trying to build it using cmake
#2
Help requests / Re: How to build tgui on android
04 February 2021, 09:29:56
I've got this kind of error, it happens either for x86 and arm64-v8a. I did all as you said, where could be a problem here? I guess, I did something wrong with the VS
#3
Help requests / Re: How to build tgui on android
03 February 2021, 23:50:28
The thing is that the SFML itself was built for me and I don't actually know how to use cmake for building libs like this :) I'm sorry))
I can tell you exactly how I tried to build it (I mean tgui itself). I was using a cmake graphical interface and to be honest I dont know how to use it properly, so could you help me? Also, I dont know where to find these variables (which was written about in your tutor).
#4
Help requests / Re: How to build tgui on android
03 February 2021, 21:25:27
I'm currently using win10 x64.
#5
Help requests / How to build tgui on android
03 February 2021, 17:23:22
I've just read your tutor about building tgui on android and I don't actually understand how to do it. I have already installed and built sfml in android studio, but I dont know what to do next. Help me pls((( It is my first time doing this
#6
Help requests / Re: button->connect issues
31 January 2021, 14:05:17
Thank you so much. You are the best
#7
Help requests / Re: button->connect issues
31 January 2021, 13:49:10
I have fixed those error, but now I have a new one, I've changed a code, so now I have a gui as parameter.
#8
Help requests / Re: button->connect issues
30 January 2021, 17:42:04
It still doesn't work and I am getting the same mistake

"error: no matching function for call to "tgui::Button::connect(const char [8], <unresolved overloaded function type>,...)"
#9
Help requests / button->connect issues
30 January 2021, 17:28:17
I need to call a function(which is loading an another element of ui) when the button is pressed.I'm currently using tgui v.0.8.8. Help me pls