Main window title updates when I open a child window

Hi,

I’m using Servoy version: 7.4.1 - build 2028

I’m trying to set the main window title but whenever I open a child window it reverts to a default title…
I have the title set in the titleText property of the form but the solution name is added to the beginning of the title. I have overridden this in the onShow function but whenever a child window is opened, the main window title is reverted to its default state.

Any help on what might be going on or where I should look to fix this would be greatly appreciated.

so you don’t want to show the solution title text?
what happens if you set the titletext property of the solution to ?

That’s correct. And that worked!

Thanks Johan.