Search found 17 matches

by soccsupport
Wed Apr 24, 2013 7:18 am
Forum: PowerShell GUIs
Topic: Timer Tick event
Replies: 8
Views: 13253

Re: Timer Tick event

Thank you.
by soccsupport
Wed Apr 24, 2013 7:02 am
Forum: PowerShell GUIs
Topic: Timer Tick event
Replies: 8
Views: 13253

Re: Timer Tick event

Jvierra,

See my updated post above. :mrgreen:
by soccsupport
Wed Apr 24, 2013 6:48 am
Forum: PowerShell GUIs
Topic: Timer Tick event
Replies: 8
Views: 13253

Re: Timer Tick event

OK at first this did not work but I was not paying attention to how I put in the block of code. So, it's working! Thank you. :D So with that said, I don't understand the logic of the code. I want to understand why this works. What can Google to reference this for learning purposes. Once again, thank...
by soccsupport
Tue Apr 23, 2013 1:57 pm
Forum: PowerShell GUIs
Topic: Timer Tick event
Replies: 8
Views: 13253

Timer Tick event

I am trying to do what I thought was simple "label" visible / not visbile (blinking) event with a timer. I have the time interval set to 1000. I triger the timer on with a checkbox. When I click the checkbox the label appears and that's all that happens. I was under the assumption the time...
by soccsupport
Tue Apr 16, 2013 4:35 am
Forum: PowerShell GUIs
Topic: Just-in-time JIT debugger (make it go away)
Replies: 7
Views: 10508

Re: Just-in-time JIT debugger (make it go away)

I see how the Return works now. That seems to do the trick without the Exit or Close form. :mrgreen:
by soccsupport
Tue Apr 16, 2013 4:24 am
Forum: PowerShell GUIs
Topic: Just-in-time JIT debugger (make it go away)
Replies: 7
Views: 10508

Re: Just-in-time JIT debugger (make it go away)

OK, so I can't use a Exit in my function and I don't want to close the form at this point. What I really want is to msgbox a warning (which I have) and then just stop the code but leave the form open so I can re-run my process.

Thanks again for the all the input. :D
by soccsupport
Mon Apr 15, 2013 2:37 pm
Forum: PowerShell GUIs
Topic: Just-in-time JIT debugger (make it go away)
Replies: 7
Views: 10508

Just-in-time JIT debugger (make it go away)

I am using a Exit command in my windows form and when it hit the Exit line I get a pop-up message that is the JIT debugging window. Is there a way to turn that off?

Thank you.
by soccsupport
Tue Apr 09, 2013 3:28 am
Forum: PowerShell GUIs
Topic: Textbox Property not changing? Checkbox event
Replies: 2
Views: 3973

Re: Textbox Property not changing? Checkbox event

Jvierra,

Thank you for the info, was spot on. Thought it was something simple, I just need to keep that logical thinking in place. :mrgreen:
by soccsupport
Mon Apr 08, 2013 3:19 pm
Forum: PowerShell GUIs
Topic: Textbox Property not changing? Checkbox event
Replies: 2
Views: 3973

Textbox Property not changing? Checkbox event

I have a simple checkbox to enable or disable a textbox ReadOnly property. So in this case if I run my Form, check the box, it enables the textbox but if I uncheck the box it will not disable the textbox. I know I missing something simple here. Don't know if this matters but this is a TabControl win...
by soccsupport
Fri Apr 05, 2013 12:08 pm
Forum: PowerShell GUIs
Topic: Powershell cmd output to Textbox
Replies: 11
Views: 21371

Re: Powershell cmd output to Textbox

Agreed. Based on my further research and also trying the -erroractoin -stop try/catch; no luck.

In any case I really appreciate your help. Thank you. I learned more commands which is always cool in my book.