Keep background graphics when navigating to different screen

I change many buttons’ background pics in a screen using blocks.
If I navigate to a different screen and then back again - the new background pics in that screen are all gone and have to block again using “when screen opens”.
This is visibly really slow
Is there a way to KEEP the screen the same - i.e. if I navigate to a different screen and then back again I will see the same again (without the re- rendering)?
thx for any help

1 Like

Hi, @townythunk! :wave:

I have a nice workaround for you, which is as follows -

  • Consider Screen1 & Screen2 as a Column.
  • See this illustration -
  • When “Navigate” button is clicked, Screen1 i.e. Column1, hides & Screen2 i.e. Column2 shows.
  • By this, your background graphics will remain consistent, and only the main area will show and hide.

Hope I helped you. :star2:
Thanks! :blush:

1 Like

thank you Kartik - that does help. I will try a rework with a column instead

1 Like