Outputting to multiple textboxes while job is running

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 1 year and 1 week old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
leroy_002
Posts: 9
Last visit: Thu Mar 07, 2024 1:02 pm

Re: Outputting to multiple textboxes while job is running

Post by leroy_002 »

I attached a simple form of what I'm trying to achieve. It outputs each object a different textbox when the variable is filled. This works half the time, is it a timing issue with the timer? If I keep it under CompletedScript, I have no issues. I'm still just struggling if I put it under UpdateScript.
Attachments
ResponsiveForm.psf
(33.71 KiB) Downloaded 120 times
leroy_002
Posts: 9
Last visit: Thu Mar 07, 2024 1:02 pm

Re: Outputting to multiple textboxes while job is running

Post by leroy_002 »

I figured it out, just had to play with the interval time. Thanks for the help
This topic is 1 year and 1 week old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked