PlayStation Mobile Studio

Reply

How to change size of PC Simulator

I'm currently working on Vita game but one problem prevents me from using the PC simulator as debugger which means that I need to use only my Vita as debugger which is kind of slow and frustrating.

My problem is that the PC Simulator displays only part of the real screen so i cannot use the buttons I have placed on the bottom and on the right part of the screen. How can I change the dimentions of the PC Simulator's screen???Or at least is there a way to scroll down to the location where my buttons are???

Please use plain text.

Re: How to change size of PC Simulator

Try this:

new GraphicsContext(width,height,PixelFormat.Rgba,PixelFormat.Depth16,MultiSampleMode.Msaa2x);

Please use plain text.

Re: How to change size of PC Simulator

Tnx this fixes the problem but now I have brand new problem

For some reason the widgets ( for instance checkboxs and buttons ) do not show when they don't have specified pictures and use the default ones. The problem only occurs on the PC simulator - on the vita they are displayed with no problem

Please use plain text.

Re: How to change size of PC Simulator

Using the debugger to view the default values I have chosen these values (chosing only to modify the width and height). All my buttons etc work ok!

graphics = new GraphicsContext(960, 544, PixelFormat.Rgba, PixelFormat.Depth24, MultiSampleMode.None);
Please use plain text.
This widget could not be displayed.
Announcements

Welcome to the PlayStation Mobile Developer Forums


This is a community for the discussion of technical topics with other developers and SCE engineers. Posting ideas/requests are also appreciated. Join the discussion!

PlayStation®Mobile開発者フォーラムでは世界中の開発者の皆様と一緒に、議論や情報交換が可能です。SCEも議論に参加し、皆様の開発をサポートします。アイデアやリクエストも大歓迎です。ぜひご参加ください。

PSM Developer Registration (for free) on PSM DevPortal is required to post on the forum.
Please sign out then sign in again to the forum and PSM DevPortal after you have completed the registration.

フォーラムへ投稿をするにはPSM DevPortalへの登録(無料)が必要です。
登録後はフォーラムと PSM DevPortalを一度ログアウトし、再度ログインしてください。






Recent News