SidaBar menu exit

I’m learning to create a sidebar menu in Kodular with a side menu layout. When I double-click screen1 and then click the exit menu (using notification), screen1 closes, but it turns out that screen1 opens twice according to the double-click on the screen1 menu. Please enlighten me.

As you have not shown any blocks try using this :

when SideMenu.Item Click
do
if get item = “Screen1”
then
if get current screen name ≠ “Screen1”
then
open another screen “Screen1”
else if get item = “Exit”
then
Notifier.Show Choose Dialog

ChatGPT Answered

100% help if you drop your blocks, so we can see how you’re handling on ‘‘on click’’ also you check here

Show us in blocks what did you try?

Switch your screens correctly

Taifun