Search found 5 matches

by Hopkins2007
Fri Jan 29, 2016 12:28 pm
Forum: PowerShell Studio
Topic: function Load-ToolStripComboBox
Replies: 2
Views: 2303

Re: function Load-ToolStripComboBox

Another fix is to remove the object requirement from the Load-ComboBox function you already have, but I think its better to verify your objects.
by Hopkins2007
Fri Jan 29, 2016 12:27 pm
Forum: PowerShell Studio
Topic: function Load-ToolStripComboBox
Replies: 2
Views: 2303

function Load-ToolStripComboBox

Product, version and build: 4.2.99 32 or 64 bit version of product: 64 Operating system: Windows 7 32 or 64 bit OS: 64 I added a MenuStrip to a form project and added several ComboBoxes to it. The first few have hard coded collections in the drop downs, but the last I fill depending on what is selec...
by Hopkins2007
Wed Aug 26, 2015 4:57 am
Forum: PowerShell Studio
Topic: Refresh Help feature in version 4.2.93 not working
Replies: 5
Views: 2020

Re: Refresh Help feature in version 4.2.93 not working

Yes, and then copied the updated version to a PSModulePath.
by Hopkins2007
Mon Aug 24, 2015 3:34 pm
Forum: PowerShell Studio
Topic: Refresh Help feature in version 4.2.93 not working
Replies: 5
Views: 2020

Re: Refresh Help feature in version 4.2.93 not working

Then the issue I'm having is with PrimalSense not picking up my changes. New functions I add to the module don't show up in the Object Browser when I refresh cache. Any tricks to the refresh?
by Hopkins2007
Mon Aug 24, 2015 6:52 am
Forum: PowerShell Studio
Topic: Refresh Help feature in version 4.2.93 not working
Replies: 5
Views: 2020

Refresh Help feature in version 4.2.93 not working

I have a custom module that I've wrote a while back that I recently added six new functions to. However, when I try the Refresh Help option in the module browser I get the "Completed Refresh Help" message, but none of the new functions are showing up or being detected by PrimalSense. I've ...