starting several Programs in a container

Started by Stefan S., February 08, 2008, 01:14:48 PM

Previous topic - Next topic

Stefan S.

Hello List,
is it possible to create a list of all "child"-Programms which are started in a container ?
And if so is there a possibility to bring this "child" in the foreground ?

Any ideas


Thanks Stefan Serwe


Bernard M.

You can use the 'windowMenu' style attribute to achieve what you are looking for:

https://4js.com/techdocs/genero/fgl/devel/DocRoot/User/PresentationStyles.html#STYATT_MDI

With this MDI style attribute you have a list of child programs in the current parent MDI container, be able to display them in cascade or tile mode, put the focus on a given one...

I've attached a simple test case to give you an overall idea.   

Best regards.