Page 2 of 2
Re: Windows 10 Notifications
Posted: Fri Feb 24, 2023 9:32 am
by mrupp
airsoftsoftwair wrote: ↑Tue Jan 01, 2019 4:36 pm
Looks interesting, I'll see if it can be supported!
Just wondering if Ranchero support has been implemented, yet. If not, any plans to do so? From its docs it should be as easy as sending an arexx message to its port, apparently.
Re: Windows 10 Notifications
Posted: Fri Feb 24, 2023 11:08 pm
by airsoftsoftwair
Code: Select all
- New [OS3]: ShowNotification() supports the Ranchero system now; since apps need to register before they
can show notifications with Ranchero it's recommended that if you intend to use ShowNotification() on
AmigaOS3 with Ranchero you should use @APPIDENTIFIER to specify a unique ID for your app
Re: Windows 10 Notifications
Posted: Sun Feb 26, 2023 10:02 pm
by mrupp
airsoftsoftwair wrote: ↑Fri Feb 24, 2023 11:08 pm
Code: Select all
- New [OS3]: ShowNotification() supports the Ranchero system now; since apps need to register before they
can show notifications with Ranchero it's recommended that if you intend to use ShowNotification() on
AmigaOS3 with Ranchero you should use @APPIDENTIFIER to specify a unique ID for your app
Excellent, thanks! Andreas, you're the best!