Inherited Forms Without UI??

Hi Folks

I like the idea of the base inherited forms approach to standardising functionality in Servoy - however I’m not sure I’ve grasped the concepts correctly.

Currently I have a huge number of forms I’d like to inherit from a single core form code base. However the forms which need to inherit this one are all various sizes, and it appears that if I inherit from a form of a different size my UI is corrupted to some degree!

Is it possible to inherit the script aspects of the core form and not have UI interference (different sizes etc)?

Sure, just don’t put any elements on the base form and remove all form parts, including the body part.

Paul

pbakker:
Sure, just don’t put any elements on the base form and remove all form parts, including the body part.

Paul

Thanks Paul - didn’t realise the body could be removed!