onShow not executed

Hi

On our main form we have two containers

  • form container
  • split pane.

According to the selected menu, we either

  • set a form for the container or
  • set left and right form for the split pane.

Either the form container OR the split pane will then be hidden (visible=false).

The onShow method for the displayed forms is not executed every time when switching between form container and split pane. If we do not change the visibility, onShow is executed reliably.

We use Servoy version 2024.3.5 LTS.
This did not happen in Servoy 2022.06.

Will this be fixed in a 2024.03 LTS release?

Regards
Birgit

you really need to give us a sample that shows this and if it is really something make a case for this.

because are you showin the same form in the container or in the split? and if so when you move from the container to the split (or the other way around) is the onhide called? Or are we maybe just never seeing that as a hidden event? but it is just the same form shown directly in something else? so there is no hide event at all.. Because how do you switch? where does the splitpane go to? (or how are the containers being hidden) ?

Hi Johan

Thank you for the response.
We use different forms in container and split pane.
I did create an example solution and did file a case.

Regards
Birgit