MMF2 - Setting Frame Size
I created an application with the window size set at 1024 x 768.
The frames were also set for 1024 X 768.
I then wanted to change a frame to 1024 X 1536 (2 times 768 in height).
My plan was to place a scroll bar so I could scroll the frame up and down in the window similar to a web page in a browser.
I set the virtual height of the frame to the 1024 X 1536 but
nothing happens. The frame remains the same size in the frame editor. I double checked that virtual height did what I believed it was to do in the help documentation.
I remember doing this in the past with no problem. I have all
of the updates for MMF2 and everything seems to be working with MMF2 fine.
What am I missing? I even tried creating a new frame and repeated the change with the same results.
Any ideas? I must be missing something.
Re: MMF2 - Setting Frame Size
I repeated this test with a fresh application and I get the same error. The virtual height property does not seem to change the
frame height.
Re: MMF2 - Setting Frame Size
OK, I guess I was confusing the virtual height and the setting of the frame size in pixels. I read the help but I guess it
seems to me a confusing or too many hours programming.