help fix the error please

2023-10-10 Thread Calonger
> tray.menu[] = TrayMenu(text: "hello") You need allocate tray.menu

help fix the error please

2023-10-10 Thread treeform
Sorry I don't know how to help you, but our Windy library has a Tray API for windows: You can either use windy or copy the code from windy to use in your App. I hope that helps!

help fix the error please

2023-10-10 Thread ploxotnuj1
"hello") # Инициализируйте системный лоток if trayInit(tray) != 0: echo "Ошибка инициализации системного лотка" quit(1) # Запустите цикл обработки событий системного лотка while true: if trayLoop(1) == -1: echo "0" Run help fix the error please