Search found 133 matches

by Domtar
Tue Jun 09, 2020 6:54 am
Forum: PowerShell GUIs
Topic: display only specific rows in datagridview
Replies: 8
Views: 2663

display only specific rows in datagridview

hi all, I have a GUI where a datagridview shows all installed updates on a computer. I'm trying to add a filter textbox that will hide all rows where the filter's content will not appear. so if someone put KB366 in that filter textbox, i wish to display only the KB that start with 366. how can I acc...
by Domtar
Thu May 21, 2020 8:22 am
Forum: PowerShell Studio
Topic: intellisense issue
Replies: 4
Views: 1539

Re: intellisense issue

i did post in the correct forum. in the console window, i run this and it takes 2.6 sec. this was a lot faster before that last update to 5.7.177; PS C:\Scripts\tests> Measure-Command { >> if (-not [system.IO.Directory]::Exists('c:\Temp\test')) >> { New-Item -Path c:\Temp -Name crap -ItemType direct...
by Domtar
Thu May 21, 2020 5:35 am
Forum: PowerShell Studio
Topic: intellisense issue
Replies: 4
Views: 1539

intellisense issue

Product: PowerShell Studio 2020 (64 Bit) Build: v5.7.177 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.18363.0 since the last update, every day when i use PS Studio the first time, IntelliSense takes forever to load. Like 5-7 seconds each time, which is forever compared to before where that behavi...
by Domtar
Thu Apr 16, 2020 6:35 pm
Forum: PowerShell GUIs
Topic: ContextMenuStrip question
Replies: 3
Views: 1120

Re: ContextMenuStrip question

exactly what i was looking for :-)

thank you J.
by Domtar
Thu Apr 16, 2020 1:49 pm
Forum: PowerShell GUIs
Topic: ContextMenuStrip question
Replies: 3
Views: 1120

ContextMenuStrip question

hi everyone, in a GUI i'm working on, i would like to use the same ContextMenuStrip that i would associate to a few datagridview to select an item. since it's the same function that is running, it's only logical to use the same strip. I've created 2 datagridview, associated my strip to each, now i'm...
by Domtar
Thu Mar 05, 2020 5:39 am
Forum: PowerShell Studio
Topic: GUI won't show up for 20 seconds when started with ctrl-F5
Replies: 5
Views: 2323

Re: GUI won't show up for 20 seconds when started with ctrl-F5

please disregard this request.

yesterday was that kind of day where nothing was going correctly, everyone was after me to fix issues, etc... let's say I was not behaving normally ;-)

I've rebuilt the cache and rebooted and now, all is back to normal.

sorry about this mess.

thanks!
by Domtar
Wed Mar 04, 2020 11:31 am
Forum: PowerShell Studio
Topic: GUI won't show up for 20 seconds when started with ctrl-F5
Replies: 5
Views: 2323

Re: GUI won't show up for 20 seconds when started with ctrl-F5

like i said, i never had this behavior before the update, and i'm working on the same scripts for some days. some are local on my computer.
by Domtar
Wed Mar 04, 2020 11:14 am
Forum: PowerShell Studio
Topic: GUI won't show up for 20 seconds when started with ctrl-F5
Replies: 5
Views: 2323

GUI won't show up for 20 seconds when started with ctrl-F5

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: PS Studio 2020 5.7...
by Domtar
Wed Mar 04, 2020 11:12 am
Forum: PowerShell Studio
Topic: problem when resizing the console window
Replies: 7
Views: 2760

Re: problem when resizing the console window

well, I'm not sure it's gone, since i did not try it until either i'm tired or it happened again ;-)

I'll open a new request.
by Domtar
Wed Mar 04, 2020 10:53 am
Forum: PowerShell Studio
Topic: problem when resizing the console window
Replies: 7
Views: 2760

Re: problem when resizing the console window

update done. i tried it a few times, no issue. but now, whenever i run a script, it takes forever to start. i feel like i took a big step backward :-(

that delay was not there before this update.