1
Window / Re: Window is only visible on the toolbar/taskbar, but NOT otherwise.
« on: April 25, 2012, 09:43:06 pm »I've also noticed that if the size of the RenderWindow is set too high that the window simply does not show up.This. This was the problem.
My laptop's resolution was set at 1366 x 768. And the window's height was set at 900, which is way higher than my screen resolution. This caused indeed my window to disappear. I could also use the flag sf::Style::Fullscreen while instantiating the RenderWindow to "fix" the problem, but that wouldn't be too good of a solution. What I found odd was that I connected my laptop to my TV, which had 1920 x 1080 in resolution, and that still didn't work.
Anyhow, I got it solved due to Senzin's and eXpl0it3r's earlier experience with the same issue, so thanks, guys. I also wanna thank you others too, because I did learn something new in addition to solving my problem.
