Search found 9 matches

by sapowernetworks
Mon Sep 05, 2022 8:04 pm
Forum: PowerShell Studio
Topic: BUG: Form changes size on close and reopen PowerShell Studio.
Replies: 2
Views: 1114

Re: BUG: Form changes size on close and reopen PowerShell Studio.

So after 10 years and this is still a bug that Microsoft has not fixed.

Thanks Microsoft.
by sapowernetworks
Thu Sep 01, 2022 10:00 pm
Forum: PowerShell Studio
Topic: BUG: Form changes size on close and reopen PowerShell Studio.
Replies: 2
Views: 1114

BUG: Form changes size on close and reopen PowerShell Studio.

Product, version and build: Powershell Studio, 5.8.208 Operating system: Windows 10 21H2 latest updates PowerShell version(s): 4.8 or later Create a new form - Empty Form Set Size to 500x300 or any thing you like. Set FormBorderStyle to FixedSingle Set ControlBox to False Set ShowIcon to False Save ...
by sapowernetworks
Tue Jun 22, 2021 7:03 pm
Forum: PowerShell Studio
Topic: BUG:: Deploy Setting Auto-increment file version not working
Replies: 11
Views: 20725

Re: BUG:: Deploy Setting Auto-increment file version not working

I have uploaded some files.

I have the same problem with a project or single form.

Regards
Rodney
by sapowernetworks
Thu Jun 10, 2021 8:16 pm
Forum: PowerShell Studio
Topic: BUG:: Deploy Setting Auto-increment file version not working
Replies: 11
Views: 20725

Re: BUG:: Deploy Setting Auto-increment file version not working

Hi Brittney, I am using Powershell Studio, I open PSS, File - New - Project - Form Project - Give the project a name - Create. I then pick for this an Empty Form. Add some buttons to the form. click deploy - settings click Version information - Auto-increment file version is ticked. Save and exit th...
by sapowernetworks
Thu Jun 10, 2021 5:59 am
Forum: PowerShell Studio
Topic: BUG:: Deploy Setting Auto-increment file version not working
Replies: 11
Views: 20725

Re: BUG:: Deploy Setting Auto-increment file version not working

So in the mean time I have created a script that I run in the post-build command that updates the file and product version numbers of the package section of the projects .psproj.psbuild file.

Hope you can fix this in the next release.

Regards
by sapowernetworks
Wed Jun 09, 2021 5:10 pm
Forum: PowerShell Studio
Topic: BUG:: Deploy Setting Auto-increment file version not working
Replies: 11
Views: 20725

Re: BUG:: Deploy Setting Auto-increment file version not working

Before the build
PP2.png
PP2.png (1.65 KiB) Viewed 13154 times
The build
PP1.png
PP1.png (12.52 KiB) Viewed 13154 times
After the build
PP3.png
PP3.png (2.15 KiB) Viewed 13154 times
The version information does not increase, if I open the project built the exe and close the project it does not ask to save and the version information does not update, the next time I build I get the same version 1.4.1.0.
by sapowernetworks
Wed Jun 09, 2021 5:06 am
Forum: PowerShell Studio
Topic: BUG:: Deploy Setting Auto-increment file version not working
Replies: 11
Views: 20725

Re: BUG:: Deploy Setting Auto-increment file version not working

brittneyr wrote: Wed May 26, 2021 7:04 am Thank you for reporting. We are aware of this issue and it has been fixed for the next service release.
I have just updated to version 5.8.190.

and still the auto-increment does not work.

Regards
Rodney
by sapowernetworks
Wed May 26, 2021 6:37 am
Forum: PowerShell Studio
Topic: BUG:: Deploy Setting Auto-increment file version not working
Replies: 11
Views: 20725

BUG:: Deploy Setting Auto-increment file version not working

Product, version and build: Powershell Studio 5.8.188 Operating system: Windows 10 20H2 Latest Updates PowerShell version(s): 5.1.19041.906 I think this is a bug: When I set the Auto-increment file version and build the file version does not increment. This has worked in previous version of Powershe...
by sapowernetworks
Sat May 15, 2021 8:48 am
Forum: PowerShell Studio
Topic: BUG:: SplitContainer SplitterWidth
Replies: 2
Views: 6791

BUG:: SplitContainer SplitterWidth

Product, version and build: Powershell Studio 5.8.188 Operating system: Windows 10 20H2 Latest Updates PowerShell version(s): 5.1.19041.906 I think this is a bug: Start a new empty form Add a SplitContainer and set to horizontal orientation. place a listbox in both panels with IntegralHeight set to ...