Search found 37 matches

by R1Johnny
Sun Feb 23, 2014 10:02 am
Forum: PowerShell GUIs
Topic: Box that acts like textbox and label?
Replies: 2
Views: 2513

Re: Box that acts like textbox and label?

I'll definitely do that.
Thanks very much.
PS: You're right. I do need the basics.
:)
by R1Johnny
Sun Feb 23, 2014 6:41 am
Forum: PowerShell GUIs
Topic: Box that acts like textbox and label?
Replies: 2
Views: 2513

Box that acts like textbox and label?

Good morning, Is there a box that acts like a textbox and a label box that can be updated by a timer event? For instance, consider 2 boxes that represent percentages. I'd like to be able to change the value of either box and have the change also represented in the alternate box. Say I input 30% in t...
by R1Johnny
Tue Feb 11, 2014 2:34 pm
Forum: PowerShell GUIs
Topic: Immediate change to box contents based on input to other tex
Replies: 4
Views: 6278

Re: Immediate change to box contents based on input to other

Good afternoon,
Understood about the math. That's a given.
I was just wondering how to make the changes immediate when the user inputs the integers.
How do I make $tp3.text update immediately without any button clicks?

Thanks again.

John
by R1Johnny
Mon Feb 10, 2014 6:38 pm
Forum: PowerShell GUIs
Topic: Immediate change to box contents based on input to other tex
Replies: 4
Views: 6278

Re: Immediate change to box contents based on input to other

Upon further reflection, I'd like to ask the question a bit differently. A user inputs "3" to integer textbox #1. A "3" appears immediately in the "Total" box The user then inputs "2" into integer textbox #2. As soon as the 2 is input, the value of "Total...
by R1Johnny
Mon Feb 10, 2014 6:21 pm
Forum: PowerShell GUIs
Topic: Immediate change to box contents based on input to other tex
Replies: 4
Views: 6278

Immediate change to box contents based on input to other tex

Good evening. Please consider 2 textboxes. One is for integer #1, the second is for integer #2. Based on the contents of these boxes I'd like the "Total" textbox to be computed immediately when the focus changes away from either the integer 1 or integer 2 textboxes. Example: A user types &...
by R1Johnny
Thu Oct 03, 2013 12:06 pm
Forum: PowerShell GUIs
Topic: "Enter" key on textbox
Replies: 4
Views: 19176

Re: "Enter" key on textbox

Wow. That was tough to reverse-engineer. I'd never added/changed an event before so had to determine how to accomplish that first. For anyone else in the same boat, create the textbox, then, from the designer screen, highlight the textbox, look for the textbox in the bottom left corner, highlight yo...
by R1Johnny
Thu Oct 03, 2013 9:06 am
Forum: PowerShell GUIs
Topic: "Enter" key on textbox
Replies: 4
Views: 19176

"Enter" key on textbox

Good afternoon, I'd like to have the <Enter> key recognized after entering text into a textbox. I've set the "AcceptsReturn" to True but that doesn't seem to have the effect that I desire. Can you please tell me how to have the textbox accept an <Enter> key after text is entered? Thanks ve...
by R1Johnny
Tue Sep 03, 2013 11:50 am
Forum: PowerShell GUIs
Topic: Input string variable to textbox/label/?
Replies: 6
Views: 6964

Re: Input string variable to textbox/label/?

I figured it out.
thank you.
by R1Johnny
Tue Sep 03, 2013 7:45 am
Forum: PowerShell GUIs
Topic: Input string variable to textbox/label/?
Replies: 6
Views: 6964

Re: Input string variable to textbox/label/?

Thanks again for the reply.
In the sample timer script, the Form title (text) changes along with the timing display in the main label window.
Is there a way to get the label window to be updated without updating the Form text?

Thanks again.
regards,
John
by R1Johnny
Tue Sep 03, 2013 7:29 am
Forum: PowerShell GUIs
Topic: Input string variable to textbox/label/?
Replies: 6
Views: 6964

Re: Input string variable to textbox/label/?

Thanks again for the reply.
In the sample timer script, the Form title (text) changes along with the timing display in the main label window.
Is there a way to get the label window to be updated without updating the Form text?

Thanks again.
regards,
John