Search found 373 matches

by Ferdinand Rios
Tue Jan 13, 2015 1:52 pm
Forum: PowerShell Studio
Topic: using variables
Replies: 7
Views: 3871

Re: using variables

Prepending a $ to the beginning of the object name will access the variable associated with that object. So if your textbox is called GetPC, then use $GetPC to use that variable. Press the period after you type out the variable will show all of the methods and properties associated with that object....
by Ferdinand Rios
Mon Dec 15, 2014 9:07 am
Forum: Wish List and Feature Requests
Topic: [PSS2014] Comment out selected code
Replies: 2
Views: 3453

Re: [PSS2014] Comment out selected code

That functionality has been there for quite some time. Highlight your text and press the COMMENT button in the EDIT panel of the HOME ribbon.
by Ferdinand Rios
Thu Oct 30, 2014 9:57 am
Forum: PowerShell Studio
Topic: Debug line by line
Replies: 3
Views: 2658

Re: Debug line by line

Be sure to set a breakpoint in your code. Then you can step through it one line at a time.
by Ferdinand Rios
Sun Jul 27, 2014 8:59 am
Forum: Customer Service
Topic: Can not register PrimalScript 2014
Replies: 2
Views: 3450

Re: Can not register PrimalScript 2014

I have removed you credentials. Please send them to sales@sapien.com so that can help you.
by Ferdinand Rios
Sun Jul 27, 2014 8:53 am
Forum: Customer Service
Topic: Can not register PrimalScript 2014
Replies: 2
Views: 3450

Re: Can not register PrimalScript 2014

Please don't ever post your subscription or license keys or user login information on this forum! If you are having a problem post the issue and you will be asked to email the pertinent information to a specific email address.

Thank you.
by Ferdinand Rios
Thu May 15, 2014 1:12 pm
Forum: PowerShell Studio
Topic: calling child form and populating datagridview
Replies: 1
Views: 1852

Re: calling child form and populating datagridview

I have successfully done this type of thing using the form_load event. Give that a try. it should work for what you want to do.
by Ferdinand Rios
Thu May 15, 2014 7:46 am
Forum: PowerShell Studio
Topic: passing function or variables to Start-Job scriptblock
Replies: 2
Views: 3104

Re: passing function or variables to Start-Job scriptblock

Unfortunately, this is not the proper forum for answers regarding actual scripting questions; this forum is reserved for product technical questions. I would suggest posting your question on the ScriptingAnswers forum where you have a better chance of getting a helpful answer.

Thank you.
by Ferdinand Rios
Wed May 14, 2014 10:16 am
Forum: Former and Future Customers - Questions
Topic: Form code PowerShell Studio?
Replies: 4
Views: 7105

Re: Form code PowerShell Studio?

In the Deploy Tab there is an EXPOT option that you can use to export it to a PS1 file. This will show you all of the code (and have huge chunks of binary data in it as well.) You cannot change this ps1 file and then reimport that into PowerShell Studio. All changes must be made in the PowerShell St...
by Ferdinand Rios
Mon Dec 23, 2013 8:08 am
Forum: iPowerShell
Topic: Well done with v4.0.121
Replies: 4
Views: 31441

Re: Well done with v4.0.121

We will look into that possibility, no promises, though!

Happy Holidays!
by Ferdinand Rios
Mon Dec 09, 2013 8:20 am
Forum: iPowerShell
Topic: Well done with v4.0.121
Replies: 4
Views: 31441

Re: Well done with v4.0.121

Thank you for the gracious words. We do our best to listen to our user's needs and delivering on those requests. It was one of our goals with this release to work better with new system features. iOS 7 comes with a system font sizing setting (actually 2) that iPowerShell 4 responds to. In the settin...