Hi there,
busy with an app which displays a textbox half the windows size somewhere in the middle. And depanding on actions, text fields are spawned on top of this text box as extra options.
I load a bunch of data from a php file elsewhere, this data dynamically spawns the text fields which become clickable links.
Problem: when it loads a long list, the spawned list of text boxes below eachother become longer then the text field on top which they are generated ...
Result: text links cover the entire app from the top down where they are generated.
When I programmed in html I simply made a div with overflow-y: scroll with set dimensions, instantly giving me a scrollable area ...
Is there something like this in Cs2 ?
Something like a div which gives me a localised scrollable area ?