Search found 27 matches

by JaimeBou
Mon Apr 19, 2021 8:47 am
Forum: PowerShell GUIs
Topic: Adding child nodes to treeview programmatically
Replies: 4
Views: 2662

Re: Adding child nodes to treeview programmatically

Thanks for your response. I actually did study this control and viewed your demo file and the sapien treeview control documentation prior to posting. The link that you provided and the additional information regarding each node having its own node was the key (treeView1.Nodes[0].Nodes.Add("Chil...
by JaimeBou
Thu Apr 15, 2021 8:17 am
Forum: PowerShell GUIs
Topic: Adding child nodes to treeview programmatically
Replies: 4
Views: 2662

Adding child nodes to treeview programmatically

I am trying to programmatically add child nodes under a root treeview control. The nodes do appear, but not as child nodes. I have looked at some of the demo files provided in this forum and just can't seem to figure out what I am missing. I could not figure out how to use the select code feature so...
by JaimeBou
Tue Oct 06, 2020 8:00 am
Forum: PowerShell Studio
Topic: PowerShell Studio slow/sluggish
Replies: 7
Views: 2859

Re: PowerShell Studio slow/sluggish

I don't have more to add. I know for a fact that when I renamed the file and the issue immediate went away. I unfortunately deleted the file.

If it happens again, I'll let you know.
by JaimeBou
Mon Oct 05, 2020 5:15 am
Forum: PowerShell Studio
Topic: PowerShell Studio slow/sluggish
Replies: 7
Views: 2859

Re: PowerShell Studio slow/sluggish

If you could be more specific, I may be able to provide you with additional information. I am not sure what "details" or information you are seeking. I did check my other scripts and so far everything is working a expected. I am guessing since I loaded the script with the corrupted psbuild...
by JaimeBou
Fri Oct 02, 2020 3:36 pm
Forum: PowerShell Studio
Topic: PowerShell Studio slow/sluggish
Replies: 7
Views: 2859

Re: PowerShell Studio slow/sluggish

I am a bit disappointed that no one got back to me. But I think that I figured out the issue. I hope the information here helps someone else. I deleted the *.psf.psbuild file for one of the larger scripts that I maintain and that seemed to clear up the problem.
by JaimeBou
Tue Sep 29, 2020 11:22 am
Forum: PowerShell Studio
Topic: PowerShell Studio slow/sluggish
Replies: 7
Views: 2859

Re: PowerShell Studio slow/sluggish

I did check taskmanager and PSS does not appear to be using using more resources than usual. But there are occasions where you see "Not responding" in Task Manager next to the PSS entry. I have not figured out how to past a screenshot for you to see. I am basically opening up a script and ...
by JaimeBou
Tue Sep 29, 2020 9:25 am
Forum: PowerShell Studio
Topic: PowerShell Studio slow/sluggish
Replies: 7
Views: 2859

PowerShell Studio slow/sluggish

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: 5.7.179 Operating ...
by JaimeBou
Tue Mar 31, 2020 7:31 am
Forum: PowerShell GUIs
Topic: checkedlistbox itemHeight
Replies: 6
Views: 2180

Re: checkedlistbox itemHeight

Got it.

Thank you sir.
by JaimeBou
Tue Mar 31, 2020 7:23 am
Forum: PowerShell GUIs
Topic: checkedlistbox itemHeight
Replies: 6
Views: 2180

Re: checkedlistbox itemHeight

Thank you for your suggestion.
Although it may be the only option, it's really not a good one.
It would save a lot of time if you have a suggested font with more spacing.
As it stands, I would have to go through the list of each font and see if the spacing would work.

Thanks again.
by JaimeBou
Tue Mar 31, 2020 7:09 am
Forum: PowerShell GUIs
Topic: checkedlistbox itemHeight
Replies: 6
Views: 2180

Re: checkedlistbox itemHeight

I have several items in the checkedlistbox and would like to change the vertical spacing between the items.