Hidden components

Hi, in programming an app, at some point I would like to make a hidden component visible. how should i do? I am desperate

nella programmazione di una app, ad un certo punto vorrei rendere visibile un componente nascosto. come devo fare? sono disperato

Very simply:

blocks (21)

Test if the component (in this case a label) is visible. If not visible, then make it so.
You can put your if statement in your workflow, it doesn’t have to be a button click

tank you very much. and if I at the click of a button I have to scroll. how should I do it?

or more simple: just use the
set Label1.Visible to true without the if statement, because if it is already visible, to set it to visible does not change anything...

Unbenannt

for new questions, please start a new thread, and as I have seen, you already did that...

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.