Search found 5 matches

by seaeric
Mon Jul 07, 2014 1:23 pm
Forum: PowerShell Studio
Topic: ComboBox - SelectedItem Displays Length Value
Replies: 4
Views: 4901

Re: ComboBox - SelectedItem Displays Length Value

I have tried that. When I press the button, the results are the length of the variable chosen vs. the actual string value. If I remove the .tostring()method, the results are the same.
PowerShell Code
Double-click the code block to select all.
Load-DataGridView -DataGridView $datagridview1 -Item $combobox1.SelectedItem.ToString()
by seaeric
Mon Jul 07, 2014 11:31 am
Forum: PowerShell Studio
Topic: ComboBox - SelectedItem Displays Length Value
Replies: 4
Views: 4901

ComboBox - SelectedItem Displays Length Value

I created a simple GUI to learn more about the Combobox control. When I try to return the value of the selected item, I get output of the Length of the item vs. the string output. I've tried adding tostring() but it doesn't make any difference. Any help or know links discussing this topic would be a...
by seaeric
Fri Jun 27, 2014 1:20 pm
Forum: PowerShell Studio
Topic: Build's Crashing
Replies: 3
Views: 2609

Re: Build's Crashing

I don't have the exact error message unfortunately. Windows 7 Version 3 on my machine, and version 2 on the problem machine Default packager settings. Sapien PowerShell V3 Host. The build fails to launch on the PS 2 machine. On my machine I've had the build lock up and crash. What sort of debugging ...
by seaeric
Thu Jun 26, 2014 2:28 pm
Forum: PowerShell Studio
Topic: Build's Crashing
Replies: 3
Views: 2609

Build's Crashing

I have just created a few small builds. I've created .exe builds and shared them with my team. The .exe appears to crash for a few members. The reference and error with a path like the following: c:\users\user1\AppData\Local\Temp\WER29D7.tmp.mdmp Any idea how I can troubleshoot something like this? ...
by seaeric
Wed Feb 06, 2013 6:32 am
Forum: PrimalForms
Topic: PrimalForms Sample Scripts
Replies: 1
Views: 17661

PrimalForms Sample Scripts

I just downloaded the community edition and am trying to learn how to integrate this with my PS scripts. Is there a good place to look at some simple examples? If I can get a few to work, I might be able to get the full version :)