EXE screen size zoom

A wide range of example files that you can load up in FlowStone
Post Reply
User avatar
admin
Site Admin
Posts: 231
Joined: Tue May 11, 2010 6:30 pm

EXE screen size zoom

Post by admin »

In this example we show how to dynamically change the size of the program window once you have made an EXE from your FlowStone project.

Pressing 'w' on the keypad selects full screen mode (ie. your application stays the same size but gets the complete focus of windows)
Pressing 'z' then zooms to expand you application to fit the whole screen.
Pressing 'x' then returns back to 100% in size.
Pressing 'w' again switches back to normal window mode.

Using the fit to screen is very useful if you don't know the screen resolution of the target machine as it simply scales your application to fit.

Note: You have to make an EXE in order to test this example!
Attachments
EXE Screen Zoom.fsm
EXE Screen Zoom
(22.79 KiB) Downloaded 4880 times
Post Reply