I have a “form” to display so a user can fill in. It is longer than the displayable space on the computer screen. I’d like to somehow design this “form” in a Window with the ability to scroll up and down to access other TextFields which would be beyond the borders of the Window.
Is this possible and if so, how would I go about creating it?
[quote=287271:@Jean-Yves Pochez]you need to “embed” “container controls”
there are examples on the xojo folders.
you can also make tab panels instead of scrolling the window, which is easier to program.[/quote]
ya, I did it with PagePanel so far but would like to see if I can do it the other way so that it more closely represents what the users are now working with (Survey Monkey) … makes the transition easier. I want to do away with SurveyMonkey so that the data stays “in-house” and can be better manipulated live.