PixInsight Forum (historical)

PixInsight => General => Topic started by: LMLeitch on 2018 August 06 09:15:27

Title: ProcessContainer loses processes
Post by: LMLeitch on 2018 August 06 09:15:27
Hi,
I have put some processes into the ProcessContainer.
After I close Pixinsight and then later restart it, the ProcessContainer is empty.
Please tell me what I am doing wrong. ;-)
Thanks.
Larry Leitch
Title: Re: ProcessContainer loses processes
Post by: pfile on 2018 August 06 12:24:00
you need to save a process container as a process icon to reopen it across PI sessions. drag the triangle to the desktop and then either save the icon or save the session as a project. when you restart, merge your process icon in, or load the project you saved.

having written that, saving the state of PI as a project might also reload the process container process without saving as an icon, but saving an icon will definitely work.

rob
Title: Re: ProcessContainer loses processes
Post by: LMLeitch on 2018 August 07 08:16:19
Thank You!