| Poster | : arunmur | | Posts | : 16 | | Country | : India | | City | : Bangalore |
| | | | Posted by arunmur on 11/11/2006 at 20:06:06
| | Hi,
In you code for setting the width and height of window. I guess it is changed in Beta2 of XNA studio. change
graphics.BackBufferHeight = 500;
graphics.BackBufferWidth = 500;
to
graphics.PreferredBackBufferHeight = 500;
graphics.PreferredBackBufferWidth = 500;
| |
|
|
| |
| |
| Poster | : Anonymous | | Posts | : | | Country | : | | City | : |
| | | | Posted by Anonymous on 22/12/2006 at 13:25:18
| | | This code is also necessary for the final release of XNA | |
|
|
| |
| |
| Poster | : riemer | | Posts | : 1388 | | Country | : Belgium | | City | : Antwerp |
| | | | Posted by riemer on 22/12/2006 at 15:11:29
| | | I think I already updated this in every chapter? Let me know if I'm mistaken | |
|
|
| |
| |
| Poster | : Anonymous | | Posts | : | | Country | : | | City | : |
| | | | Posted by Anonymous on 02/01/2007 at 17:17:51
| | | You didnt change it for the main body of the first part of the first series. | |
|
|
| |
| |
| Poster | : riemer | | Posts | : 1388 | | Country | : Belgium | | City | : Antwerp |
| | | | Posted by riemer on 03/01/2007 at 04:00:19
| | | Something seems to be wrong with the ftp server, I'll fix it as soon as possible. thanks! | |
|
|