Android Question [SOLVED] Designer moves without script ?

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,
This refers to that code example and the project attached : https://b4x.com/android/forum/threads/digital-dashboard.88035/#post-559202

When I open the designer to see how it was done, I see this :
upload_2018-1-16_14-42-45.png


The ImageViews are in place as they will be used. But if I click into the Designer's Script - General or Script - Variants, the images are moved. But I can't see what makes them move because I can not see any script not commented.

upload_2018-1-16_14-46-52.png



When I open the Designer, ImageView41 is at the top of the Views Tree. Shouldn't the other be over it ? If I had put ImageView41 at the bottom of the Views Tree, I would have understood it was over all the other views.

Am I missing some point here ? Many thanks
 
Top