Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resizing a Windroy Window

I am a big fan of windroy, an OSAL between Android and Windows. Apparent in all their marketing windowed/resizable mode is an option (observe image from their landing page), however when I start the product I am stuck in full screen. I've done my research and no one explicitly says how to leave full screen mode. I've also done some snooping in their configeration files and can't find a setting that matches. How does one re-size Windroy, Android for Windows?

like image 928
everydave Avatar asked Aug 01 '13 15:08

everydave


3 Answers

Tested working on Windows 7

Right-click My Computer > Click Properties

Click Advanced system settings

Click Environment Variables

Under System Variables click New

Input Variable name: WINDROY_RESOLUTION and Variable value: 800x600 then click OK Click OK then Apply then OK

Start Windroy and it will now have a 800x600 resolution.

Click here for instruction with images or click here to view video.

like image 194
dStefan Avatar answered Nov 08 '22 07:11

dStefan


According to the instructions on the Windroy download site for the version just released last week:

Add window mode. The default is full screen mode. To set main window size, set an environment variable WINDROY_RESOLUTION=widthxheight. For example, WINDROY_RESOLUTION=800x600. But he doesn't tell you where or how to establish that variable. Nor did the developer add an option in the "Display" setting of Windroy to run windowed or full screen.

To me, that seems like the common-sense thing to have done, because a lot of people have been asking about this. I tried an .ini file, but that didn't work. (I'm running Windows 7 on a Dell PC with a widescreen monitor at 1366x768. I'd like to run Windroy windowed at 800x600, then scale that window anytime I need to.)

I wrote to the developer (socketeq) and received no reply. Where would that variable go? If it's in the Windows registry, how would I set it up? I'm no expert on hex or binary values. Is there a parameter or two I could add to the run command line in "Properties" box in Windows? I could use some help here, since this is the only issue that's keeping me from using Windroy. Thanks to anyone who can give me a straight answer.

like image 41
RonNY Avatar answered Nov 08 '22 06:11

RonNY


After multiple emails to the developer, he released a build today that takes an environment variable to change the resolution. Cheers.

like image 1
everydave Avatar answered Nov 08 '22 06:11

everydave