Search found 10 matches

by marco.shaw
Sun Jul 04, 2010 9:17 am
Forum: PrimalForms
Topic: Is break supported?
Replies: 1
Views: 1696

Is break supported?

I have a rather long script that I could share (but it's ugly).I put a "break" inside a series of if statements, if the break is hit, an unhandled exception occurs.Should I try to trim down my code and post it here?
by marco.shaw
Tue Sep 08, 2009 2:10 am
Forum: Productivity Pack Support
Topic: PrimalForms 2009
Replies: 5
Views: 6659

PrimalForms 2009



...To add a menu you will have to use a MenuStrip (PrimalForms 2009)...So are you saying above the the Community edition doesn't provide full support for adding a MenuStrip?
by marco.shaw
Sun Sep 06, 2009 8:07 am
Forum: Productivity Pack Support
Topic: PrimalForms 2009
Replies: 5
Views: 6659

PrimalForms 2009

Is there a online comparison listing the different features of the commercial and community products and what each offers?Also, is there a way to easily add the typical menu to the base form? Like the File, Edit, etc. main menu along with the associated drop downs?I seem to remember some videos bein...
by marco.shaw
Sun Dec 14, 2008 10:30 pm
Forum: PowerShell
Topic: UI Automation Using Powersheel
Replies: 3
Views: 2787

UI Automation Using Powersheel

Are you still following this/needing help?What OS are you using?
by marco.shaw
Sat Dec 13, 2008 8:38 am
Forum: PowerShell
Topic: Windows 7 and Powershell
Replies: 3
Views: 2481

Windows 7 and Powershell

Windows Server 7 (aka Windows Server 2008 R2) will release with PowerShell v2. The cmdlets Brandon refers to will be an add-on available on that OS only (with a pre-req of v2 being pre-installed).See also: http://blogs.msdn.com/powershell/archive/2008/10/29/574-reasons-why-we-are-so-proud-and-optimi...
by marco.shaw
Mon Nov 03, 2008 10:40 pm
Forum: Productivity Pack Support
Topic: PrimalForms: Export to ClipBoard
Replies: 5
Views: 5066

PrimalForms: Export to ClipBoard

XP SP2 32-bit. I have IE8 Beta2, in case there might be any dependencies on any of its components...Yes, it works fine for me also when exported to a file/script.I'll try to save it to Notepad, then maybe examine the file with some low level program. Maybe the proper return character isn't showing o...
by marco.shaw
Mon Nov 03, 2008 9:33 pm
Forum: Productivity Pack Support
Topic: PrimalForms: Export to ClipBoard
Replies: 5
Views: 5066

PrimalForms: Export to ClipBoard

Just trying out version 1.0.I created something very simple with these 2 controls:-ListBox-MonthCalendarListBox is upper-right, and MonthCalendar is lower-right. Then I went to pick the option to 'Export to ClipBoard'. I then went to my v2 CTP2 console, and pasted from the ClipBoard. I got several e...
by marco.shaw
Sun Nov 02, 2008 9:47 pm
Forum: PowerShell
Topic: UI Automation Using Powersheel
Replies: 3
Views: 2787

UI Automation Using Powersheel

Some links:http://msdn.microsoft.com/en-ca/magazin ... .aspxCheck the "Test Run" series...
by marco.shaw
Fri Aug 01, 2008 2:31 am
Forum: PowerShell
Topic: ping failure
Replies: 3
Views: 5434

ping failure

...$Reply = $ping.send($i)if($Reply.status -eq "Success"){...OK, so you seem to be saying that the Status property isn't working all that well when an exception occurs?You could likely use something like $error[0] to determine if an error occured instead.Check here for a brief intro:http:...
by marco.shaw
Thu Jul 31, 2008 3:20 am
Forum: PowerShell
Topic: ping failure
Replies: 3
Views: 5434

ping failure

... $ErroractionPreference = "SilentlyContinue". I would like to be able to return the failed resolve as an error and note it in my output. I have seen code on the Net for using Trap but was hoping for a little guidance. Thanks in advance for any help offered.A simple example:trap {"...