Search found 55 matches

by sysadmin267
Fri Jan 29, 2010 7:41 am
Forum: PrimalScript
Topic: Parameter primalsense for PowerShell functions
Replies: 17
Views: 5406

Parameter primalsense for PowerShell functions

Alrighty. Well, I'm doing a fresh install with a blank progile in a VM to eliminate my environment, as I most definitely don't see the tooltip. I'll post the results here shortly.
by sysadmin267
Fri Jan 29, 2010 7:18 am
Forum: PrimalScript
Topic: Parameter primalsense for PowerShell functions
Replies: 17
Views: 5406

Parameter primalsense for PowerShell functions

Hmm interesting. When I type:get-helloworld(I get nothing. When I typeget-helloworld -I get the common parameter list. Could this be from having PowerShell 2.0 installed instead of Posh v1? I'm really just looking for the second way to function, as it's how I'm used to coding. Ideas, thoughts?
by sysadmin267
Fri Jan 29, 2010 1:48 am
Forum: PrimalScript
Topic: Parameter primalsense for PowerShell functions
Replies: 17
Views: 5406

Parameter primalsense for PowerShell functions

Just to make sure I wasn't behind in versions causing the problem, I updated to the latest build, 5.0.625. Created a new document and tried declaring as you suggested:function get-helloworld([string]$hello = "Hello World!"){ Write-Output $hello}Parameter PrimalSense still fails to pick any...
by sysadmin267
Thu Jan 28, 2010 6:17 am
Forum: PrimalScript
Topic: Parameter primalsense for PowerShell functions
Replies: 17
Views: 5406

Parameter primalsense for PowerShell functions

Windows 7 pro 64-bitPrimalscript 2009 2.0.619I seem to remember this working at some point, but perhaps not. When I declare a function in a powershell scrip, such as:function get-helloworld { param([string]$hello = "Hello World!") Write-Output $hello}I would expect get get the same primals...
by sysadmin267
Wed Jan 20, 2010 7:11 am
Forum: PrimalScript
Topic: VisualSVN Server 2.1 Primalscript
Replies: 4
Views: 2455

VisualSVN Server 2.1 Primalscript

Just today, I downloaded the latest version of VisualSVN to use with PrimalScript 2009, and once installed - even after rebooting the computer - VisualSVN does not appear as a provider in PrimalScript. I believe this is due to VisualSVN not being a 'generic' MSSCCI provider, though naturally I could...
by sysadmin267
Wed Jan 20, 2010 7:03 am
Forum: PrimalScript
Topic: Suitable Project Type for PowerShell scripts...
Replies: 1
Views: 826

Suitable Project Type for PowerShell scripts...

Feels like I'm bombarding the forums the last few days...Just re-evaluating the way I work day-to-day...anyway:PrimalScript 2009 5.0.619In looking at the Workspace/Project paradigm I can't find a project type that PrimalScript believes .ps1 files are a good fit for. I will often have multiple script...
by sysadmin267
Wed Jan 20, 2010 3:59 am
Forum: PrimalScript
Topic: Primalscript SVN Source Control
Replies: 5
Views: 2519

Primalscript SVN Source Control

Hmmm. Doesn't look like Tortoise installs a SCC provider, I've installed both the 32 & 64 bit versions just in case. VisualSVN looks like a good addition to the arsenal, tortoisesvnscc and svnscc don't appear to be viable options, and ankhsvn seems to have abandoned the SCC API. Are there any ot...
by sysadmin267
Wed Jan 20, 2010 3:14 am
Forum: PrimalScript
Topic: Primalscript SVN Source Control
Replies: 5
Views: 2519

Primalscript SVN Source Control

Ahh, I have been using TortoiseSVN outside of primalscript for the last year or so, just thought I would give this a try again. How can I use Tortoise with PrimalScript via the Micrsosoft Course Control APIs?
by sysadmin267
Wed Jan 20, 2010 3:01 am
Forum: PrimalScript
Topic: Primalscript SVN Source Control
Replies: 5
Views: 2519

Primalscript SVN Source Control

PrimalScript 2009 5.0.619Windows 7 Pro 64-bitSVN installed from Setup-Subversion-1.6.6.msi (http://subversion.tigris.org/files/documents/15/46906/Setup-Subversion-1.6.6.msi)Attempting to follow the instructions from the document on ftp.sapien.com, I have:- Installed Subversion to C:Program Files (x8...
by sysadmin267
Tue Jan 19, 2010 10:18 am
Forum: Former and Future Customers - Questions
Topic: PrimalForms and WPF
Replies: 1
Views: 6118

PrimalForms and WPF

Are there any plans to support designing WPF GUIs with PrimalForms? Seems almost a silly question given the product's name, but I thought I should ask as I'm interested in it.