Please Help mdiparent !

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 5 years and 5 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
SysEngineers
Posts: 2
Last visit: Wed Nov 28, 2018 7:01 am

Please Help mdiparent !

Post by SysEngineers »

Is there is away to use form mdiparent using Sapien without the need to generate the child form though code, i looked in all forms and the only example i found was generating the child form through code and not creating it by GUI !!
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Please Help mdiparent !

Post by jvierra »

Sapien does not have support for MDI because there are some issues with MDI and PowerShell. It can be done only by either hand coding the form or by programmatically editing the form script at runtime.
User avatar
SysEngineers
Posts: 2
Last visit: Wed Nov 28, 2018 7:01 am

Re: Please Help mdiparent !

Post by SysEngineers »

jvierra wrote: Thu Nov 08, 2018 11:41 pm Sapien does not have support for MDI because there are some issues with MDI and PowerShell. It can be done only by either hand coding the form or by programmatically editing the form script at runtime.
Thanks for the reply, can you elaborate more on "programmatically editing the form script at runtime."
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Please Help mdiparent !

Post by jvierra »

There is an example somewhere in this forum.
This topic is 5 years and 5 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked