in ZIM stage,I hide Pane,that dispatch close event.but in lil-gui ,i hide Pane,don't dispatch close event.why?
hiding a pane with the method does not dispatch an event as you can put the code you want when you call the method - for instance on the lil-gui button. So events are usually user based - not triggered by methods.
1 Like