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

Author Topic: Problem when calling setVisible(false).  (Read 710 times)

0 Members and 1 Guest are viewing this topic.

Noam

  • Newbie
  • *
  • Posts: 1
    • View Profile
Problem when calling setVisible(false).
« on: June 02, 2016, 01:33:40 pm »
Hello,

I am using SFML 2.3.2 with Visual Studio 2015 on Windows 10 64bit.
When I call setVisible(false) my application gets stuck.
Calling setVisible(true) works fine (it doesn't move the window to foreground, but at least my application doesn't get stuck).
Is that a known bug?

Thanks,
Noam.
« Last Edit: June 02, 2016, 01:35:33 pm by Noam »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
AW: Problem when calling setVisible(false).
« Reply #1 on: June 02, 2016, 02:08:30 pm »
Stuck as in? Do you have a minimal code example that reproduces the issue?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/