Four Js Development Tools Forum

Discussions by product => Genero BDL => Topic started by: Stefan S. on February 08, 2008, 01:14:48 pm



Title: starting several Programs in a container
Post by: Stefan S. on February 08, 2008, 01:14:48 pm
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



Title: Re: starting several Programs in a container
Post by: Bernard M. on February 11, 2008, 01:23:04 pm
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 (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.