Search found 28 matches

by ryanba
Fri Jan 15, 2010 5:25 am
Forum: PrimalForms
Topic: Getting Current Directory
Replies: 26
Views: 14047

Getting Current Directory

function get-scriptdirectory{ if($hostinvocation -ne $null) { Split-Path $hostinvocation.MyCommand.path } else { $invocation=(get-variable MyInvocation -Scope 1).Value Split-Path $invocation.myinvocation.path } } In order to solve your problem of this running outside of PrimalScript and being able ...
by ryanba
Mon Dec 21, 2009 8:03 am
Forum: PrimalForms
Topic: Including external files when packaging form
Replies: 1
Views: 2561

Including external files when packaging form

Hello,

Is there a way that you can package external files (i.e. XML file for configurations or including a ps1 file for frequently used form functions) into your executable? If so, in the form's script how would you call the file?

Thanks,
-Ryan
by ryanba
Thu Oct 15, 2009 8:44 am
Forum: Wish List and Feature Requests
Topic: Feature Request: PrimalForms Multiple Forms
Replies: 2
Views: 6999

Feature Request: PrimalForms Multiple Forms

Stuart, Thanks for the information. I have done this in the past with free version of PrimalForms in order to get multiple forms. However, it can get very cumbersome when working with complex forms and when you make changes to the form you need to export the code and then compare what changes were m...
by ryanba
Wed Oct 14, 2009 8:17 am
Forum: PrimalForms
Topic: Can't use shortcuts for Cut, Copy, and Paste
Replies: 7
Views: 8378

Can't use shortcuts for Cut, Copy, and Paste

Ok. I thought that it had something to do with that. Thank you for help.

-Ryan
by ryanba
Wed Oct 14, 2009 5:20 am
Forum: PrimalForms
Topic: Can't use shortcuts for Cut, Copy, and Paste
Replies: 7
Views: 8378

Can't use shortcuts for Cut, Copy, and Paste

I am editing the script from a form file. Well it doesn't look like these functions are completely broken. I am able to regain the ability to use keyboard shortcuts copy, cut and paste if I create a new form. However in the form that it doesn't work (the one that initially prompted this post), the o...
by ryanba
Mon Oct 12, 2009 8:53 am
Forum: Wish List and Feature Requests
Topic: Feature Request: PrimalForms Multiple Forms
Replies: 2
Views: 6999

Feature Request: PrimalForms Multiple Forms

It would be nice if you were able to design multiple forms in one PrimalForm project. This way you could have a person enter in data in one form and then display this analyzed data in another form. Also it would be nice if each of those forms could access all the objects that are a part of each of t...
by ryanba
Mon Oct 12, 2009 3:52 am
Forum: PrimalForms
Topic: Can't use shortcuts for Cut, Copy, and Paste
Replies: 7
Views: 8378

Can't use shortcuts for Cut, Copy, and Paste

I have .NET 3.5 SP1 installed with KB953595, KB958484, KB963707 installed as updates and hotfixes.

Thanks,
-Ryan
by ryanba
Fri Oct 09, 2009 8:29 am
Forum: PrimalForms
Topic: Can't use shortcuts for Cut, Copy, and Paste
Replies: 7
Views: 8378

Can't use shortcuts for Cut, Copy, and Paste

In PrimalForms 1.1.0, when I try to use the keyboard shortcuts for cut, copy, and paste in the script editor, they do not work. So CTRL + X does not cut when I highlight text, CTRL + C does not work to copy selected text and CTRL + V does not paste text. I believe this worked before I upgraded to v1...
by ryanba
Thu Oct 01, 2009 4:59 am
Forum: PrimalForms
Topic: MenuStrips
Replies: 4
Views: 4979

MenuStrips

Thank you guys for including the menu strip in PrimalForms v1.1.0! I really appreciate this being including. You guys rock!!

Thanks,
-Ryan
by ryanba
Wed Aug 26, 2009 7:51 am
Forum: PrimalForms
Topic: MenuStrips
Replies: 4
Views: 4979

MenuStrips

I will have to look into incorperating the the toolbar. Thank you guys though for making such a great product for development of GUIs for PowerShell and looking to make it even better!!
-Ryan