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 - kroyee

#1
You are correct, sir.

So a follow up question then. When someone want to use my app, do they also need to compile this version of TGUI to be able to run it?
I feel like I'm missing something abitrary here.
#2
Alright, googel helped me... I reinstalled the -dev packet in packet manager. Now it's working perfectly.
Cheers!
#3
Hmm, I just uninstalled tgui from the packetmanager.
Followed the cmake building instructions, all builds well.

I can compile and things works, but when I try to run the program I get this:
./sfml: error while loading shared libraries: libtgui.so.0.7.3: cannot open shared object file: No such file or directory

Is it something I've missed to purge before making the new install or do I need to link differently?
#4
Wow, that was fast. :)
Thanks!
#5
Hey, I have a few Panels that are holding other widgets.
Inside the panels are some labels/listbox/chatbox. I have a function that on resizing the window is recalculated the viewport to keep aspect ratio, and everything works fine except for the clippings inside the panel.
The panels either cut off the top part or the left part depending on how I size my window.

I am setting the new viewport both for my sf::window and for the gui.

The panel is the highly transparent white rectangle on the right part of the screen.
I'm using tgui 0.7