Screen Resolution

Sarah Reichelt sarahr at genesearch.com.au
Sun Jul 31 21:52:10 EDT 2005


Like most things, there are sometimes valid reasons for over-riding  
the HIG. I run a kiosk app and for debugging, I have a button to  
toggle to screen res so I can see more windows, but for public use,  
toggle it back again.

For Mac OS X, I use the cscreen shell command.
<http://www.versiontracker.com/dyn/moreinfo/macosx/19753>

To set the screen res to 1024 x 768 with 32 bit color depth, I use:
     get shell("cscreen -x 1024 -y 768 -d 32")

HTH,
Sarah


On 01/08/2005, at 4:41 AM, curry wrote:

>
> I've seen people berated for asking this question, because others  
> assume it will not be done responsibly on the Mac, which can have  
> some side effects. (So, best to either let the user choose whether  
> to change, or do something like kill the finder ??? or whatever it  
> is they do to avoid the side effects.) On PC, of course, it's common.
>
> I think this is always a good question, and I would also like to  
> know what are the best ways currently, for PC and for Mac.
>
> Curry
>
> --
>
>
>> Hi everyone:
>>
>> Can anybody tell me how can I change the screen resolution through  
>> a script?
>>
>> Thanks
>>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
>
>




More information about the use-livecode mailing list