Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-28-2003, 07:37 AM
Junior Member
 
Join Date: Feb 2003
Posts: 6
Default Change screen resolution

Hi.

I'd like to know how to change the screen resolution.

I used this code to change the screen resolution to 1024x768 :

//get the current display setting
var ds = SysInfo.displaySetting;
trace(ds. pelsWidth);
trace(ds. pelsHeight);
trace(ds. bitsPerPel);
trace(ds. displayFrequency);

//change the current display setting;
ds.pelsWidth = 1024;
ds.pelsHeight = 768;
ds.test = true;
SysInfo.displaySetting = ds;
trace(ds. pelsWidth);
trace(ds. pelsHeight);
trace(ds. bitsPerPel);
trace(ds. displayFrequency);

The trace function prints "1024 and 768" but my screen stay in the old resolution (1280x1024)... i don't understand.
What is it necessary to do ?

Thank you.
Reply With Quote
  #2 (permalink)  
Old 03-28-2003, 07:52 AM
Junior Member
 
Join Date: Feb 2003
Posts: 6
Default Re: Change screen resolution

ooops !

I found the solution : just remove the ds.test = true !

Bye.
Reply With Quote
  #3 (permalink)  
Old 03-28-2003, 08:14 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: Change screen resolution

Hi,

please check the "test" property of the ds object after you have changed the screen resolution.

trace(ds.test);

if (ds.test == 1)
trace("The computer must be restarted in order for the graphics mode to work");

We will use DirectX to change the screen resolution in the next version and you won't get the trouble again.
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:00 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.