I'll look into this later today or tomorrow.
This must have been a result from a recent sfml change.
This must have been a result from a recent sfml change.
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 MenuQuotemay conflict with libsfml-system.so.1.7
QuoteOn my linux system, I compile SFML + TGUI without C++11 enabled.That isn't supposed to work, unless the compiler has -std=c++11 by default.
var panel = new Panel ();
panel.GlobalFont = gui.GlobalFont;var panel = gui.Add (new Panel ());
panel.Visible = false;
// ...
panel.Visible = true; // This is the moment that you would add the panel to the gui
.icon->bindCallback(&tgui::Widget::show, popupWindow.get(), tgui::Button::LeftMouseClicked);