Hi,
I don’t know if that is a normal Issues or a Bug.
Having a Form with a Tabpanel that have process on the TabPanel event ‘OnChange’
and the forms used at the tabpanel have an event at the ‘OnShow’.
If you put the forms on search mode that process doesn’t work.
Using:
servoy Version: 6.0.7 -build 1235
Java (1.7.0_05-b06)
example1.servoy (5.9 KB)
Hi Juan,
Do you mean that scripts attached to the onShow event of forms or onChange event of a tabPanel is not fired when you are in find() mode?
I have seen that as well. Maybe someone from Servoy can give us a clue on this.
If i find out anything on this I will let you know.
Try adding @AllowToRunInFind to the JSDoc of the methods.
Thanks for your answer,but I have it.
I correct the example solution with the @AllowToRunInFind and it doesn’t work.
The event OnChange from teh tabPanel works but not the onShow from the tab of the tabPanel.
example1.servoy (6.11 KB)
I check in servoy 6.1.1 and it’t work.
Have to be a problem in servoy 6.0.7
Juan Etec:
I check in servoy 6.1.1 and it’t work.
Have to be a problem in servoy 6.0.7
We did a fix/improvement in 6.1 to allow more events to run in find mode (for example onShow). If you need that improvement in 6.0 you can open a case and we’ll see if it can be merged back.
Thanks for your answer.
I will change soon to 6.1.2 so I can live without that in 6.0.