Page 1 of 1

Data lost in psf migrations?

Posted: Mon Apr 05, 2021 11:56 am
by christopher.french
Product, version and build:Powershell Studio 5.8.187
Operating system:win10 1909
PowerShell version(s):5.1.18362.1171
32-bit version of software? nope

I've got a combo box that's being initialized, setting the zeroth value to a string of text, but this string of text is not visible anywhere in the designer or in the script, only in the resulting PS1 created at deployment time. My goal is to reuse this PSF for another project and change that value. Is there some way I can dig into the PSF and change it or do I have to swoop in and grab the ps1, modify it, and compile it every time I make a change to the PSF?

Re: Data lost in psf migrations?

Posted: Mon Apr 05, 2021 12:26 pm
by christopher.french
Found my own answer. It was in items | collection. it was the first item.


...I'll see myself out.