Can an Adobe AIR app that's running in the system tray pop up a window?

前端 未结 5 1734
青春惊慌失措
青春惊慌失措 2021-02-10 15:15

For example, if I were to write a calendar app on top of AIR, say with Flex, could this app pop up reminder windows for approaching appointments, just like Microsoft Outlook can

相关标签:
5条回答
  • 2021-02-10 15:47

    Have a look at this article on the Adobe Website, for creating your own Toast Style Popups.

    (Credit for this goes to Duncan Smart, answering this question.)

    0 讨论(0)
  • 2021-02-10 15:54

    There are notification balloons tips but this method is going out of favor with systray icons in Windows 7 and it's not cross platform. Unfortunately, you can only call this in the Win32 API using Shell_NotifyIcon and there is no way to get to it from Air.

    Stuck making your own toaster popups.

    0 讨论(0)
  • 2021-02-10 15:57

    See Creating toast-style windows

    0 讨论(0)
  • 2021-02-10 15:59

    Twhirl pops up "toast" notifications (similiar to most instant messengers), while it is running in the system tray.

    So yes.

    0 讨论(0)
  • 2021-02-10 16:09

    YES

    Your Flex AIR application can pop up windows, dialogs, toasters, whatever.

    0 讨论(0)
提交回复
热议问题