Primo.Interactive.Activities 24.7.81

dotnet add package Primo.Interactive.Activities --version 24.7.81                
NuGet\Install-Package Primo.Interactive.Activities -Version 24.7.81                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Primo.Interactive.Activities" Version="24.7.81" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Primo.Interactive.Activities --version 24.7.81                
#r "nuget: Primo.Interactive.Activities, 24.7.81"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Primo.Interactive.Activities as a Cake Addin
#addin nuget:?package=Primo.Interactive.Activities&version=24.7.81

// Install Primo.Interactive.Activities as a Cake Tool
#tool nuget:?package=Primo.Interactive.Activities&version=24.7.81                

** Primo RPA Interactive Activities Package **

  • This package is a rework of my original Interactive Activities for UiPath
  • This package idea and original code is based on the Attended Robot Status Window by Cornel Dumitrascu.
  • This package provides several activities for displaying notifications about Process progress
  1. Display Message - displays a messages with customizable text, background color, font color, and font size. The message is not stopping the execution of the current process. Returns a window handle (HWND) which could be used by other activities. Will close when the robot execution stops or by using Close By Handle activity. Could be configured to disappear on timed delay by providing a value for the Hide After argument. If an initialized window Handle is provided will update an existing window (so will act as Update Message). From version 1.4 you could use Presets to quickly change colors of the window.
  2. Display Image - displays an image with optional customizable text on top of it. The image could be scaled dynamically . Returns a window handle (HWND) which could be used by other activities. Will close when the robot execution stops or by using Close By Handle activity. Could be configured to disappear on timed delay by providing a value for the Hide After argument. If an initialized window Handle is provided will update an existing window (so will act as Update Message). From version 1.4 you could use Presets to quickly change colors of the window.
  3. Close By Handle - closes a window by its handle (aka as HWND). Could be used to stop showing a Display Message window. Requires a window handle which could be acquired from Display Message activity.
  4. Progress Bar - displays a progress bar in the center of the screen. Values from 0 to 100. Returns a Handle after the first call which could be used to update the bar value/color (just call Progress Bar with new values) or close it when it is not needed with Close By Handle.
Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.7.81 105 7/18/2024
24.7.22 101 7/3/2024

ProgressBar, DisplayMessage and Display Image are supported.