Lots of Scrolling Text Fields
Posted: Fri May 06, 2016 6:20 pm
My programme now has 24 scrolling text fields (and counting)
which appear as necessary but the problem is getting the
visible field to close so that another can be opened.
Is it possible to have a "Close" button in these fields
or is there some other object more suitable for this?
Generally I have it to set the "visible" of all of them
to "false" when another one is to be opened but due
to space limitation not always possible.
BTW after spending some time trying to get all these
fields operating correctly I discovered the joys of
"repeat for each item..." so now they're deleted when
the prog. is closed and cloned afresh from one named
as a template when it's started.
Now if I want to mod them I only have to do it once!
Is there no limit to the joys of LC
which appear as necessary but the problem is getting the
visible field to close so that another can be opened.
Is it possible to have a "Close" button in these fields
or is there some other object more suitable for this?
Generally I have it to set the "visible" of all of them
to "false" when another one is to be opened but due
to space limitation not always possible.
BTW after spending some time trying to get all these
fields operating correctly I discovered the joys of
"repeat for each item..." so now they're deleted when
the prog. is closed and cloned afresh from one named
as a template when it's started.
Now if I want to mod them I only have to do it once!
Is there no limit to the joys of LC