** Hot News **
Updated MS-Windows Notification Utility
For PowerBuilder version 2025 R2 build 6430!
Software Tool & Die Inc. are please to announce an updated MS-Windows Notification application (build 2026.3.0.61) from the latest free open source STD Integrated Foundation Classes (version 2026 R3 build 2026.3.0.481) and specially designed for the latest Appeon PowerBuilder version PB2025 R2 build 6430! The Foundation Classes provide most of the Notification Utility's functionality. The Windows Notification feature works for any Native, PowerClient or PowerServer based PB Application!
The notification utility application takes the notification information as a command line argument when called from your PB App. This release supports both a 64 bit P-Code, 32 bit P-Code & 32 bit M-Code compilation. To use this from your current PB App, you can just call one of the EXE's as follows (for example):
- pbnotify32M.exe Time=5,Name=STD Framework,Msg=This is a test message from the calling application!
- pbnotify32P.exe Time=5,Name=STD Framework,Msg=This is a test message from the calling application!
- pbnotify64p.exe Time=5,Name=STD Framework,Msg=This is a test message from the calling application!
Where ...Name=xxxx // Application Name
Msg=xxxx // User message to display
The resulting W10 / W11 notification would appear like so ==>
The notification application has the following uses ...
- The
application returns an O/S return code. +1 for OK and -1 for fail. Tip:
You can check this RC if you use the STD Frameworks "Run & Wait"
feature.
- The application will only work when run in Windows 10 and higher versions of the MS-Windows O/S.
- It can be called from any Application EXE type (not just PB), Batch command file, PowerShell or Windows scheduler script (just to name a few options)!
- Simultaneous messages can appear if the Application Name or message text are different.
- Compatible with both PowerClient and PowerServer deployed Apps as well!
| Updated Notification Log uses latest STD Framework! |
The updated Notification application for Appeon PB2025 R2 build 6430can be downloaded and used for free from the SourceForge web site ... just click here! It is also comes ready to work in an already compiled 32 bit or 64 bit EXE's as well!
Check out how it can be called and how it actually works when called
from any Application (PB or other platform). Try the STD Framework example OrderEntry application to see this App in action and also how to call it from any PB App to display Windows Notification messages.
Note: this utility has now been tested with the latest W11 version 25H2 build 26200.9168 of the MS-Window's O/S!
Enjoy!
No comments:
Post a Comment