Search found 7 matches

by toreador
Mon Jan 12, 2015 12:19 pm
Forum: PowerShell GUIs
Topic: Trouble populating checkedlistbox
Replies: 10
Views: 6345

Re: Trouble populating checkedlistbox

The following works:

Code: Select all

Load-ListBox -Items ($datagridviewQueryResults.Columns).Name -ListBox $checkedlistboxColumnNames 
Thank you all for your help.
by toreador
Mon Jan 12, 2015 11:11 am
Forum: PowerShell GUIs
Topic: Trouble populating checkedlistbox
Replies: 10
Views: 6345

Re: Trouble populating checkedlistbox

Perhaps I'm not being clear.

This is what the code produces when I run it in V2 32bit:

Image

This is what the code produces when I run it in V4 32 bit:

Image

No changes to the code in any way.

Thanks again!
by toreador
Mon Jan 12, 2015 11:06 am
Forum: PowerShell GUIs
Topic: Trouble populating checkedlistbox
Replies: 10
Views: 6345

Re: Trouble populating checkedlistbox

results of your code:

Image
by toreador
Mon Jan 12, 2015 10:14 am
Forum: PowerShell GUIs
Topic: Trouble populating checkedlistbox
Replies: 10
Views: 6345

Trouble populating checkedlistbox

Hi everyone, version: Powershell Studio 2014 build 4.1.75 OS: Windows 7 x64 PS Version: V4 x86 mode I'm having trouble with populating a checkedlistbox. Using the built in load-listbox helper function, I'm executing code: Load-ListBox -Items $columnNames -ListBox $checkedlistbox1 It works using Powe...
by toreador
Fri Jan 09, 2015 3:41 pm
Forum: Feedback
Topic: Powershell Studio 2014 4.1.75 - Feedback on autoformatting
Replies: 1
Views: 5615

Powershell Studio 2014 4.1.75 - Feedback on autoformatting

First off, love the product. It's awesome and saves me tons of time. Wondering if it would be possible to tweak the autoformatting to detect when breaking up a long object statement to multiple lines for readability so that it lines up the members under the object like this: $objectname` .membername...
by toreador
Mon Jun 23, 2014 11:39 am
Forum: PowerShell Studio
Topic: How to specify function build order when using Projects
Replies: 1
Views: 2686

How to specify function build order when using Projects

Powershell Studio 2014 build 4.1.61 64 bit version Win7 x64 Hi, Got a howto/newbie question. Just got the studio from work, really enjoying the SW so far. Just finished building my first project. The problem I'm having is that when I look at the built project .ps1, the order of the functions is not ...
by toreador
Thu Jun 12, 2014 11:30 am
Forum: PowerShell Studio
Topic: working with forms in PS Studio projects
Replies: 2
Views: 1765

working with forms in PS Studio projects

Hi all, Couple of newbie/howto questions. Briefly searched the forums, nothing immediately popped up... Just bought the Suite, this is my first coding with PS Studio. I'm making a little form for printing zebra labels, and the project created a file called createLabels.psf. It looks like PS Studio a...