Search found 45 matches

by kryten
Mon Dec 31, 2012 4:11 am
Forum: PowerShell Studio
Topic: Strange issue - Form Buttons
Replies: 1
Views: 1547

Strange issue - Form Buttons

Hi, First up - Thanks for the recent deal on Powershell Studio 2012! I'm really enjoying the program and very impressed with the stability of the product over and above PrimalForms 2011. However, a little issue has cropped up on each of the two small form based scripts I've worked on since installin...
by kryten
Mon Nov 05, 2012 7:46 am
Forum: PrimalForms
Topic: Using variable in a control reference variable
Replies: 2
Views: 18068

Using variable in a control reference variable

Should mention that this _can_ be done with New-Variable but its a bit onerous in a large script. Is there any other way?
by kryten
Mon Nov 05, 2012 7:40 am
Forum: PrimalForms
Topic: Using variable in a control reference variable
Replies: 2
Views: 18068

Using variable in a control reference variable

I should probably know this by now, but been wrestling with it for a while on and off without a clear answer so would appreciate any suggestions. Suppose I have a form with many controls, but at the beginning a lot of them are hidden and only become visible if the user interactive choices go that wa...
by kryten
Fri Jun 08, 2012 3:54 am
Forum: Wish List and Feature Requests
Topic: Powershell Studio - Interactive Console?
Replies: 2
Views: 2365

Powershell Studio - Interactive Console?

Hi, Are there any plans to have an interactive console in Powershell Studio. That would probably be my biggest motivation for upgrading from PF2011. I still find myself, from time to time, having to export all my code to another product to then run the form, break out, examine what I have and what I...
by kryten
Thu Dec 08, 2011 12:47 am
Forum: PowerShell
Topic: Script only works in ISE
Replies: 3
Views: 2074

Script only works in ISE

Try something like:- # Functions Start Here function GetJG { param ($server, $service, $condition) # Declare some useful variables $rowExists = $FALSE; #Display status #Write-Host "Querying Server: $server Service: $service Condition: $condition"; # Get the state of any services starting c...
by kryten
Sun Aug 21, 2011 8:44 am
Forum: PrimalScript
Topic: Primal Script 2009 VBScript Code Folding
Replies: 1
Views: 979

Primal Script 2009 VBScript Code Folding

Hi,

I have been working on a rather long VBScript these last few days and wondered what the rules were for code folding?

E.g. loops like IF .. THEN ..ELSE don't seem to fold.

Is this by design? If so may I ask why?

Thanks,
Stuart
by kryten
Tue Aug 02, 2011 9:58 pm
Forum: Wish List and Feature Requests
Topic: Multiline comments
Replies: 0
Views: 2462

Multiline comments

Hi, PrimalForms 2011 When selecting more than one line of code in the editor it would be nice if the comment button in the ribbon changed context to offer to convert your selection into a multiline comment, rather than a "#" at the beginning of each line. It would be nice if when that were...
by kryten
Tue Aug 02, 2011 9:42 pm
Forum: Wish List and Feature Requests
Topic: Colour Schemes
Replies: 0
Views: 2365

Colour Schemes

Hi, PrimalForms 2011 It would be really good if there were a themes or colour schemes panel somewhere in the options, but ideally exposed on the ribbon. I often choose differing colours/fonts/backgrounds depending on what I am doing, the time of day or how I feel at the time. Would be nice to be abl...
by kryten
Tue Aug 02, 2011 9:35 pm
Forum: Wish List and Feature Requests
Topic: Column Mode Editing
Replies: 0
Views: 2300

Column Mode Editing

Hi, PrimalForms 2011 I sometimes use HippoEdit for the column mode editing capability. What would be the chances of having a similar editing mode available in Primalforms? I get uptight about lining up code blocks and statements in Powershell (rightly or wrongly, don't care) and think I for one woul...
by kryten
Tue Aug 02, 2011 9:33 pm
Forum: Wish List and Feature Requests
Topic: Powershell Debugger - Variable Control
Replies: 2
Views: 2757

Powershell Debugger - Variable Control

Hi, PrimalForms 2011 Would it be possible to, during debugging, permit modification of variable values? The debugger/variables/watch/call stack stuff already makes this a tremendous debugger but being able to change values while stepping through the code would really be something else! Thanks, Stuart