I still have problems with this Notifications though.
1) Every time i use NOTIFY ans NOTIFYA instead of RINGHIO it doesn't seem to respect the Notification prefs setting. Is there a prefs program i haven't found yet?
Yes it's part of GUI prefs, which didn't get updated (not sure why exactly, but there was a reason for it IIUC rather simply being overlooked)
Quote:
2) The dark blue to light blue looks amazing, where i can change the gradient?
The Notifications tab of GUI prefs gives a range of coloured themes, but not ultra fine control.
Quote:
3) THE command s eem to hvae changed, my scripts don't work as expected
See SYS:Documentation/Notifications/Notification_Arexx_interface.doc
They may have, I'm not sure, the builtin version is intended to be acut down version, for more features see the aeon produced Notification Server.
In a script you should be about to test for RINGHIO and or NOTIFYA and use whichever is available.
Curiously scripts get access to either server, where binaries working through application.library get redirected to Notification Server (RingHIO) if running or builtin if not.
If i remove NotificationServer from WBStartup and solely use RinghioServer instead, my scripts come up as solid white rectangles (and produce error beeps but no text/imgaes) while AmiUpdate still comes up with the gradient.
It worked perfectly with Ringhio before...so this is a regression
How can you use RINGHIO if Notification Server is removed from startup? Notfication server is the decendent of RingHIO, you *should not* use The original RingHIO at all, it's broken.
Either
Use AEon Notification Server in WBstartup and use the RINGHIO Arexx port
Or Remove any servers from WBStartup and use the builtin server accessed via NOTIFYA ARexx port
I have "NotificationServer" and "RinghioServer" in SYS:System/
Quote:
Use AEon Notification Server in WBstartup and use the RINGHIO Arexx port
So, what now? - Does AEon use RINGHIO as AREXX port, but "Notification" as Server? - Does Hyperion use NOTIFY(A) as AREXX port, but "Ringhio" as Server?
It's still a mess
btw: using the RINGHIO AREXX/NotificationServer pair my scripts run, but it still refuses to show any pictures...so, still a mess
I have "NotificationServer" and "RinghioServer" in SYS:System/
Delete or (move to storage if you prefer) RingHIOServer NotificationServer is it's direct replacement. (originally written by Max Tretene it was distributed with ther OS but later sold ro AEon where it was develeoped futher).
Quote:
So, what now? - Does AEon use RINGHIO as AREXX port, but "Notification" as Server?
Someone decided to chnage the name of the executable, I don't know why, the AREXX port was kept for compatabilty.
Quote:
- Does Hyperion use NOTIFY(A) as AREXX port, but "Ringhio" as Server?
AmigaOS4 uses application.library as the server and NOTIFYA as the ARexx port (to avoid the clash with RINGHIO I guess).
Quote:
It's still a mess
Perhaps but not quite as bad as your thinking, I'll blmae my explnations for your confusion.
Quote:
btw: using the RINGHIO AREXX/NotificationServer pair my scripts run, but it still refuses to show any pictures...so, still a mess
That ought to work, but might be subject to version I did once or twice have to delete my Notification prefs and start from scratch when odd things have occured.
The latest beta is version full file Enhancer:System/NotificationServer NotificationServer 53.74 (08/08/2019)
I'm unsure of the release schedule for that... but I would be optimistic
Since I did a fresh install of FE, followed by Update 1, followed by Update 2, my system seems very stable, but I have noticed a few issues.
My issues .... - NetSurf .... connection timeouts on amiga.org - Odyssey .... Failed to allocate RAM message - Multiview .. hanging forbids messages
***************** NetSurf I get this on amiga.org after I have scrolled through a thread and press Back button. But does not happen every time I go there.
***************** Odyssey This happened a few times while I was at amigans.net. I moved the window over to the right side of the screen and was checking some stuff in the MUI drawer.
I got a requester message saying ...
OWB Fatal Error
Failed to allocate 131072 bytes. Unfortunately, WebKit doesn't check allocations and crashes in such situation.
Even if I quit Odyssey, the system is compromised and I have to reset.
***************************** Hanging forbids messages ... Has only happened once or twice. I didn't capture the entire message. Once in Multiview and perhaps once in NotePad. *****************************
--- redfox System = MicroA1 with 256MB RAM AmigaOS 4.1 Final Edition Update 2
Edited by redfox on 2020/12/30 22:00:55 Edited by redfox on 2020/12/30 22:02:17 Edited by redfox on 2020/12/30 22:05:58 Edited by redfox on 2020/12/30 22:06:42 Edited by redfox on 2020/12/30 22:08:34
I rolled back to kernal from Update 1 (all else is Update 2)
I'm afraid I'll also have to roll back to the older kernel I clean-installed OS4.1 FE, then Update 1 followed by Update 2. (For the time being I have avoided all Enhancer stuff apart from the Radeon driver and the BOOPSI classes.) But my X5000 has become noticeably less stable: it will hard-freeze more often than not, which never happened with Update 1.
I assume all I need to do is replace the contents of the Kickstart drawer?
Needless to say, it might kill you, use at your own risk. I did a test build with Vim and it seems alright but you'll never know. I'm particularily worried about the c++ parts (had to use the axe in libstdc++), but C should work.
If it works, I might try another bump or two. And create a PR for the main repo of course.
The latest beta is version full file Enhancer:System/NotificationServer NotificationServer 53.74 (08/08/2019)
I'm unsure of the release schedule for that... but I would be optimistic
For some reason (i guess because i did those tests earlier and you sent me a test version) i have that exact version installed.
And i did some more tests, because it still refuses to display any images.
Now, the strange thing is that it DOES display the picture, but ONLY if i move the mouse pointer OVER the Notification window ONCE and REMOVE it again. Only then the window will beredrawn (the close gadget flickers shortly) and the image appears.
Needless to say it will vanish again once the Notification window was updated by my script.
I'm not sure. I've been testing with TuneNet and I just realised that displays animations if available and they are working, simple images appear not to be.
I'm using the OS application.library one most of the time, I prefer it's relative simplicity, so something may have broken when I "wasn't looking" it would need investigating, but at a random guess try reverting window.class.
OK thanks for testing. I know it's not your favourite website, but could you raise a mantis on the aeon tracker and I (or someone else) will investigate when I have time.