Search found 131 matches

by PGomersall
Fri Feb 19, 2021 2:33 pm
Forum: PowerShell Studio
Topic: Issues with 5.8.186
Replies: 6
Views: 4841

Re: Issues with 5.8.186

Here you go Brittney: Operating System: Windows 10 Education 2009 OS build: 19042.804 32 or 64 bit OS: 64 bit Screen Resolutions: DISPLAY33: 1920 x 1200 with scale factor 100%, DISPLAY34: 1920 x 1200 with scale factor 100% PowerShell Core: 7.1.2.0 PowerShell Core (x86): No PowerShell Core (x86) vers...
by PGomersall
Fri Feb 19, 2021 12:36 pm
Forum: PowerShell Studio
Topic: Issues with 5.8.186
Replies: 6
Views: 4841

Issues with 5.8.186

Product: PowerShell Studio 2021 (64 Bit) Build: v5.8.186 OS: Windows 10 Education (64 Bit) Build: v10.0.19042.0 First thank you for adding this feature: Multiple icons in packager. I have used it already. However this version froze while building the cache on first launch. I had to kill via task man...
by PGomersall
Mon Feb 08, 2021 12:06 pm
Forum: PowerShell Studio
Topic: Any way to add multiple icons for .exe
Replies: 1
Views: 2085

Re: Any way to add multiple icons for .exe

Hi at Sapien PSS support.
I found a solution that works perfectly on a previous thread; you can consider this closed.
viewtopic.php?t=9214
Pete
by PGomersall
Mon Feb 08, 2021 11:17 am
Forum: PowerShell Studio
Topic: Any way to add multiple icons for .exe
Replies: 1
Views: 2085

Any way to add multiple icons for .exe

Product: PowerShell Studio 2021 (64 Bit) Build: v5.8.183 OS: Windows 10 Education (64 Bit) Build: v10.0.19042.0 I have a plain ps1 script file that takes arguments: logoff, restart and shutdown. I would like to use a different icon with each option. Is there anyway to get PSS to add in multiple\sepa...
by PGomersall
Tue Oct 27, 2020 9:24 am
Forum: PowerShell Studio
Topic: Code formatting
Replies: 1
Views: 729

Code formatting

Product: PowerShell Studio 2020 (64 Bit) Build: v5.7.182 OS: Windows 10 Education (64 Bit) Build: v10.0.19042.0 So I have formatting set to Camel as in the following image, but Intellisense in PSS does not seem to respect this. Am I doing something wrong or missing a setting or is this an issue with...
by PGomersall
Thu Oct 01, 2020 11:19 am
Forum: PowerShell Studio
Topic: Code expansion doesn't work for NTFSSecurity module in PSS
Replies: 3
Views: 1458

Code expansion doesn't work for NTFSSecurity module in PSS

Product: PowerShell Studio 2020 (64 Bit) Build: v5.7.181 OS: Windows 10 Education (64 Bit) Build: v10.0.19042.0 When using the NTFSSecurity module in PSS the auto-complete will provide the first level parameter for say Add-NTFSAccess like -Account and -AccessRights, but not the fixed values associat...
by PGomersall
Fri Mar 13, 2020 3:02 pm
Forum: PowerShell Studio
Topic: How to modify job start button imagelistAnimation
Replies: 3
Views: 1352

Re: How to modify job start button imagelistAnimation

So even if you edited the images the disabled button would would effectively grey them out. Could the imageListAnimation be used with some other control (rather than a button) that would not do this? If it could, how would one go about copying the imageListAnimation and editing the images wherever t...
by PGomersall
Fri Mar 13, 2020 11:59 am
Forum: PowerShell Studio
Topic: How to modify job start button imagelistAnimation
Replies: 3
Views: 1352

How to modify job start button imagelistAnimation

Product: PowerShell Studio 2020 (64 Bit) Build: v5.7.173 OS: Windows 10 Education (64 Bit) Build: v10.0.18363.0 I am using your job start button to create a responsive form. However, I was wondering if you could give me some advice on how to edit the imagelistAnimation to give it a bit of color - so...
by PGomersall
Fri Nov 22, 2019 8:58 am
Forum: PowerShell GUIs
Topic: Dynamically build cascading menu from directory structure
Replies: 1
Views: 1060

Dynamically build cascading menu from directory structure

Hi at Sapien, Have you any examples of dynamically building a cascading toolstripmenu from a simple directory tree (2\3 levels deep) and adding files within the tree as items with click events? Obviously given a set starting root folder. I am trying to add this kind of structure to a system tray app...