Mistium / Origin-OS

originOS is a scratch desktop gui made by @Mistium
https://origin.mistium.com
28 stars 9 forks source link

[Suggestions] Notification System #58

Closed koo1140 closed 5 months ago

koo1140 commented 8 months ago

notification "title" "text"


mainloop:
import "win-buttons"
window "x" 510
window "y" -270
window "dimensions" 300 90
window "resizable" false
goto -140 30
c #fff
text "Notification Title" 9
goto -140 0
text "This is an example notification, you can edit this." 8 ```
Mistium commented 7 months ago

i have a basic system for displaying notifications now. just need to add the osl and all the rest to make it actually work

Mistium commented 5 months ago

i have the backend and front end just no api to trigger this yet