How do you move / re-size elements / views in code?
I have the following code
The log shows that the .Top value does change but the nothing on the screen moves.
Project added for help
Basically I want to see the accordion move up when the Seach Close button is clicked.
my ideal effect is to fade out, move, fade in using setAlphaAnimated but if I have fade out and fade in after, nothing happens.
Guess that is 2 questions, my bad, lol
I have the following code
B4X:
Log(SearchAccordion.Top)
SearchAccordion.Top = SearchAccordion.Top - mnuSearch.Height
Log(SearchAccordion.top)
The log shows that the .Top value does change but the nothing on the screen moves.
Project added for help
Basically I want to see the accordion move up when the Seach Close button is clicked.
my ideal effect is to fade out, move, fade in using setAlphaAnimated but if I have fade out and fade in after, nothing happens.
Guess that is 2 questions, my bad, lol