Search found 40 matches

by yobyot
Thu Jul 23, 2015 12:15 pm
Forum: PowerShell GUIs
Topic: Use a form for user input but show output on console
Replies: 9
Views: 4111

Re: Use a form for user input but show output on console

If you can, please zip and attach the project to this topic. It is difficult to determine the issue without seeing the code. David I appreciate your willingness to look at the code and help out a newbie -- but is there a way I can email a zip to you? I'd prefer not to have this public, since it con...
by yobyot
Wed Jul 22, 2015 6:30 pm
Forum: PowerShell GUIs
Topic: Use a form for user input but show output on console
Replies: 9
Views: 4111

Re: Use a form for user input but show output on console

Thanks. I've read both of these but they weren't much help. My big issue is getting the child form up before the loop begins and then updating it as results come in during the loop. I had no problems passing parameters from the main form to the child form (the first link). But the second link doesn'...
by yobyot
Wed Jul 22, 2015 1:47 pm
Forum: Former and Future Customers - Questions
Topic: Cannot build executable under Windows 7
Replies: 15
Views: 7174

Re: Cannot build executable under Windows 7

Thanks.

I've sent the original psf file to you at the address above.
by yobyot
Wed Jul 22, 2015 12:20 pm
Forum: PowerShell GUIs
Topic: Use a form for user input but show output on console
Replies: 9
Views: 4111

Re: Use a form for user input but show output on console

Thanks. My current attempt works like this: 1). User makes selections on main form 2). Main form is closed and child form is called via call_formaname_psf 3). In child form, I am attempting to process user's selections in a switch statement that processes the array passed from the main form 4). Afte...
by yobyot
Wed Jul 22, 2015 8:42 am
Forum: PowerShell GUIs
Topic: Use a form for user input but show output on console
Replies: 9
Views: 4111

Use a form for user input but show output on console

I want to create a single form script that accepts user input but displays the output on the PowerShell console. I don't understand if I can create PowerShell console or not -- this link (https://www.sapien.com/blog/2014/12/15/display-output-in-a-gui-application-copy/) says there isn't. But if I ope...
by yobyot
Wed Jul 22, 2015 6:14 am
Forum: Former and Future Customers - Questions
Topic: Cannot build executable under Windows 7
Replies: 15
Views: 7174

Re: Cannot build executable under Windows 7

One other point: OneDrive IS NOT RUNNING IN THIS VM. I am testing PSS 15 on a Windows 8.1 VM running under Mac OS X. The OneDrive folder is shared to the Windows machine but the OneDrive syncing is performed on the real machine (OS X) by the Mac OneDrive client. IOW, in the Windows VM, this is just ...
by yobyot
Wed Jul 22, 2015 6:13 am
Forum: Former and Future Customers - Questions
Topic: Cannot build executable under Windows 7
Replies: 15
Views: 7174

Re: Cannot build executable under Windows 7

I did notice that this issue seemed to be related to whether or not files existed in the output folder. But even if I delete the .exe that was previously stored in the OneDrive folder, I cannot re-package the script into a OneDrive folder. It shouldn't be a permissions issue; I am the administrator....
by yobyot
Thu Jul 16, 2015 1:45 pm
Forum: Former and Future Customers - Questions
Topic: Cannot build executable under Windows 7
Replies: 15
Views: 7174

Cannot build executable under Windows 7

Here's the output of two different installations of PSS15. The one that works, the first screenshot, is Win 8.1 in a VM. The second is under Windows 7 SP1 on a real machine. Note that the Win 8.1 machine has network access to the exact same input .psf file as the Win 7 machine. I've compared the set...
by yobyot
Wed Jul 15, 2015 11:18 am
Forum: Former and Future Customers - Questions
Topic: Debug console greyed out
Replies: 1
Views: 2112

Debug console greyed out

Hello, I am a newbie and I am trying to modify the ComputerPrompt.psf sample to display output from EC2-GetInstanceStatus cmdlet calls. If I set a breakpoint in one of the button click events, when PowerShell Studio stops, the debug console is greyed out. (See attached image.) Why is this and how ca...