Please enable JavaScript to view this site.

Vensim Help

You can specify screen positions using percentage or pixelpositions.  If you use percentages the controls will adjust their position and size whenever the Venapp screen is resized.  If you use pixel position the controls will always appear in the same position relative to the upper left hand corner of the Venapp screen.

Like SCREENFONT, a PIXELPOS command applies to the current screen and all the screens that follow until another PIXELPOS command is encountered.  It should appear right after the SCREENFONT command or, of there is no SCREENFONT command right after the name of the screen.  It takes a value of 1 to indicate the positions are specified by PIXEL and 0 to indicate they are specified by percent.  For example:

:SCREEN BYPIXEL

PIXELPOS,1

TEXTONLY,"Near Top Left",50,50,0,0,L,

:SCREEN BYPERCENT

PIXELPOS,0

TEXTONLY,"Centered",50,50,0,0,C,