Search found 46 matches

by cgrace70
Thu Apr 28, 2016 6:54 pm
Forum: PowerShell Studio
Topic: Possible Fix for Object Browser Issue
Replies: 5
Views: 4039

Possible Fix for Object Browser Issue

Product, version and build: 5.2.120 32 or 64 bit version of product: 64-bit Operating system: Windows 10 Pro (Home PC) and Windows 7 Pro (Work PC) 32 or 64 bit OS: 64-bit PowerShell Version: 5 Like a few other posters I was having a problem with the PSS 5.2.120 upgrade and not all the cmdlets showin...
by cgrace70
Wed Jul 15, 2015 7:00 am
Forum: PowerShell GUIs
Topic: .add_click({script}) inside ForEach Loop
Replies: 3
Views: 2381

Re: .add_click({script}) inside ForEach Loop

It worked perfectly, thank you. :)
by cgrace70
Tue Jul 14, 2015 1:00 pm
Forum: PowerShell GUIs
Topic: .add_click({script}) inside ForEach Loop
Replies: 3
Views: 2381

.add_click({script}) inside ForEach Loop

I am attempting to create a NotifyIcon with a dynamic menu, populated with a device name. For each menu entry, I assign a command to be executed using ".add_Click". I can hard code the "Exit" menu option (at the end with a separator line) and it functions as expected. However, wh...
by cgrace70
Wed Apr 01, 2015 9:07 am
Forum: PowerShell Studio
Topic: Control Properties are not being set.
Replies: 3
Views: 1922

Re: Control Properties are not being set.

Thank you very much! The controls in my form are working perfectly now. I had seen some examples of using the code example below, but I thought there had to be something a little more simple: $control.Location = New-Object System.Drawing.Point (X, Y) I had not seen anything like your other example, ...
by cgrace70
Wed Apr 01, 2015 7:30 am
Forum: PowerShell Studio
Topic: Control Properties are not being set.
Replies: 3
Views: 1922

Control Properties are not being set.

PS 2015 (v4.2.82) I have designed a form where I have positioned the controls so I can easily see (what will be) overlapping controls in the Designer view. I will be making each visible or not as certain buttons are pressed. When I RUN the code I have created a Function that should set the location...
by cgrace70
Thu Apr 10, 2014 8:00 am
Forum: VersionRecall
Topic: Local Status = Offline
Replies: 5
Views: 9134

Re: Local Status = Offline

As a followup: I took this a bit further. I used SUBST to create a redirect/virtual drive to point to the "Private" folder on DropBox. I opened up a command prompt and typed "subst X: C:\Users\xxxxx\Dropbox\Private". I then changed all the settings in VersionRecall to point to th...
by cgrace70
Tue Apr 08, 2014 6:04 am
Forum: VersionRecall
Topic: Local Status = Offline
Replies: 5
Views: 9134

Re: Local Status = Offline

Hi Alexander, I did not need to transfer the .recall file. I have two folders setup in my DropBox account. One for my code and the other for the repository. After I configured everything from the 1st computer, I performed the following on the 2nd computer: * I opened the .recall file changed the Ser...
by cgrace70
Mon Apr 07, 2014 10:36 am
Forum: VersionRecall
Topic: Local Status = Offline
Replies: 5
Views: 9134

Re: Local Status = Offline

I believe I said it was staring me in the face. :oops: The username on my work laptop and my home PC are similar. It wasn't jumping out at me. Thanks for the help!!
by cgrace70
Mon Apr 07, 2014 5:33 am
Forum: VersionRecall
Topic: Local Status = Offline
Replies: 5
Views: 9134

Local Status = Offline

I am evaluating VersionRecall and I set up the folder for my project and the repository in DropBox. I used my home PC to set everything up, but now that I am in the office using my work laptop I see the Local Status as *** Offline ***. I can open the project files, but not update the versions of the...
by cgrace70
Thu Mar 20, 2014 9:43 am
Forum: PowerShell Studio
Topic: Out-GridView -Wait and Intellisense
Replies: 2
Views: 1587

Re: Out-GridView -Wait and Intellisense

Thanks. I thought I had v4 selected. :oops: Excuse my noobism's.