Search found 62 matches

by mattys
Tue Jun 20, 2023 2:17 pm
Forum: PowerShell GUIs
Topic: Chart control- Color positive, negative numbers
Replies: 5
Views: 1230

Re: Chart control- Color positive, negative numbers

Thank you Alexander. I'm making headway now. I appreciate your time.
by mattys
Tue Jun 20, 2023 1:23 pm
Forum: PowerShell GUIs
Topic: Chart control- Color positive, negative numbers
Replies: 5
Views: 1230

Re: Chart control- Color positive, negative numbers

Im still working on this. Only visible change Im able to make to my chart is adding a header. $chart1.Titles.Add("Test Title") But then the text is still Black. None of these lines produce a change? $chart1.ChartAreas[0].Add("blueviolet") $chart1.Series["series1"].point...
by mattys
Sun Jun 18, 2023 3:37 pm
Forum: PowerShell GUIs
Topic: Chart control- Color positive, negative numbers
Replies: 5
Views: 1230

Chart control- Color positive, negative numbers

I have been able to place data from a csv into a chart using Powershell Studio. How would I color the bars if number is positive, paint blue in color, if number is negative, paint red? Im attaching an image for clarity. Clear-Chart $chart1 $Autobotviewercsv = Import-Csv -Path "C:\sandbox\test.c...
by mattys
Wed Nov 16, 2022 11:26 am
Forum: PowerShell GUIs
Topic: Taskbar icon different than Form Icon
Replies: 1
Views: 698

Taskbar icon different than Form Icon

Is it possible to have enable a separate icon for the taskbar than the form icon?

Similar to MS Outlook when you get mail, the icon changes, or in MS Teams when a status changes.

Thank you in advance.
by mattys
Fri Nov 11, 2022 4:01 pm
Forum: Installation Issues
Topic: Unable to upgrade from 5.8.205 to 5.8.212
Replies: 4
Views: 4188

Re: Unable to upgrade from 5.8.205 to 5.8.212

You got it!
Thank you so much for your help! Make a great rest of day.
by mattys
Fri Nov 11, 2022 2:49 pm
Forum: Installation Issues
Topic: Unable to upgrade from 5.8.205 to 5.8.212
Replies: 4
Views: 4188

Re: Unable to upgrade from 5.8.205 to 5.8.212

WIN 10 x64
No it does not. I get a prompt saying, "Another installation is in progress. You must complete that installation before continuing this one." I also get this prompt directly after a restart and attempt to Uninstall as well.
by mattys
Fri Nov 11, 2022 5:05 am
Forum: Installation Issues
Topic: Unable to upgrade from 5.8.205 to 5.8.212
Replies: 4
Views: 4188

Unable to upgrade from 5.8.205 to 5.8.212

First it prompts me to terminate and PowerShell Studio 2022 processes. I hit continue. Then it begins the 5.8.212 install and immediately says another instance of the setup is already running? Ive tried rebooting the device and immediately try installing the upgrade but no success. I get same messag...
by mattys
Thu Mar 31, 2022 6:58 pm
Forum: PowerShell
Topic: Sapien Credential feature
Replies: 4
Views: 2017

Re: Sapien Credential feature

jvierra,
So there is no way to use the Windows secure string as a string in powershell?
by mattys
Thu Mar 31, 2022 6:31 pm
Forum: PowerShell
Topic: Sapien Credential feature
Replies: 4
Views: 2017

Sapien Credential feature

I want to to use the Sapien credential feature and use the secure strings for API requests. How do I place the SecureString object containing the password(Refresh token in this case) into these double quotes? In this example the refresh token. $params = @{ Uri = 'https://accounts.google.com/o/oauth2...
by mattys
Thu Dec 30, 2021 1:01 pm
Forum: PowerShell GUIs
Topic: Tips for using RowFilter property
Replies: 2
Views: 2341

Re: Tips for using RowFilter property

OK thanks for clarifying the RowFilter property.

Can I ask, what is most efficient way to filter a DatagridView?

I would like to go through each checkbox and determine which is in a checked state.
Image
https://imgshare.io/image/capture.rwfq5Y