This blog post will get you started working with Git repositories in either of our SAPIEN editors—PowerShell Studio or PrimalScript.
In the following scenario, I will use an existing Git repository stored in Azure DevOps to demonstrate the process of…
Read More
The PowerShell Studio v5.6.164 service build introduces a new ComboBox control set:
ComboBox – Colors
This control is useful when you need to provide the user with a color choice.
When you select the ComboBox – Colors control…
Read More
The PowerShell Studio v5.6.163 service release, included a splash screen snippet with a function that allows users to display a splash screen image. Now with the PowerShell Studio v5.6.164 service release, you can become a splash screen superstar with this…
Read More
Have you stared at your GUI and thought to yourself, I want it painted black?
I have good news! No colors anymore! Now you can paint it black (and white), with new themes for your PowerShell GUIs.
This feature…
Read More
In this blog post we take a look at how to include images in a RichTextBox Control for a GUI application. This may be helpful if you have a scenario where you want to display a selected image with the…
Read More
This article presents the instructional video for creating a similar GUI application that was covered in our recent post: Handling Steps Progress with a Background Job in a GUI Application.
This GUI application displays the list of all PDF documents…
Read More
In Part 4 of the Progress Bar series, we integrate a progress bar control in a GUI application that submits a job for background processing. We also demonstrate how to interrupt the running job.
GUI Application for Listing PDF Documents…
Read More
In Part 3 of the Progress Bar series, we are going to take a more in-depth look at the “Progress Bar Overlay” control. This control allows us to display text in the progress bar while processing the script in the…
Read More
This article is Part 2 in our Progress Bar series. In this article, we cover handling a script’s task progress with the notion of completion by using a “Progress Bar” control in a GUI application to provide a visual presentation…
Read More
This is the first in a series of articles covering the topic of Progress Bars.
Sometimes a script can take time to complete a task and we need a way to display this in our GUI application. We can add…
Read More