Page 1 of 1

Instant label jump when call screening

Posted: Mon Jul 13, 2020 1:58 pm
by futurama92
Sorry if this is too basic, but I didn't know what to type in the search bar to find an answer to my situation

I have a map system where I call a screen, and when clicking on an icon it takes you to that place. However, when clicking on the icon it won't jump to that label, you have to click on the screen again which kind of makes it seem really messy.

Re: Instant label jump when call screening

Posted: Mon Jul 13, 2020 4:31 pm
by namastaii
I'm not sure why it would do that. I'd first try putting

Code: Select all

modal True
in your screen in case that's causing conflict. Modal basically makes it so you can only click the screen and not through it.