|
Display only shows on the task bar.. |
devo_au
Member #15,282
August 2013
|
Ok so I have hopped back on the allegro, Currently trying 5.1.12 x86 with Visual Studio Community (Airy fairy!!) 2015 The problem I am having is when I run them I cant enlarge the main window. I have tried looking through the projects properties. Can't see anything useful. Cheers Dev it wasn't me, it was other kids |
RPG Hacker
Member #12,492
January 2011
|
So just to make sure I got this right: Your game is not frozen and is actually rendering something each frame, which you can see in the preview window you get when hovering over the task in your task bar? Are you running a dual-monitor setup, by any chance? I had some weird stuff happen to me where some applications would open on the second monitor, even though it was turned off, and I was wondering, where the heck my windows had gone. You can try clicking on your application so it becomes the active application, then holding down Windows key and then pressing left or right arrow keys a bunch of times. This will move your window around on the screen and you can even move it between different monitors, so if this is the cause of your problem, you should see your window pop up at some place.
|
Edgar Reynaldo
Major Reynaldo
May 2007
|
You probably got hit with the off-screen window bug. Try using al_set_window_position to fix it. My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
devo_au
Member #15,282
August 2013
|
Hey, First RPG, "The game is not frozen and is actually rendering something each frame, which you can see in the preview window you get when hovering over the task in your task bar." That's correct mate and I'm just running a single monitor. Second Edgar, "Try using al_set_window_position to fix it". Yep that fixed it. Cheers Edgar it wasn't me, it was other kids |
|