Windows 10 Notifications

Feature requests for future versions of Hollywood can be voiced here
User avatar
mrupp
Posts: 147
Joined: Sun Jan 31, 2021 7:44 pm
Location: Switzerland
Contact:

Re: Windows 10 Notifications

Post 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.
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Windows 10 Notifications

Post 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
User avatar
mrupp
Posts: 147
Joined: Sun Jan 31, 2021 7:44 pm
Location: Switzerland
Contact:

Re: Windows 10 Notifications

Post 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!
Post Reply