Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 ActionScript 3 中,默认情况下,警报框有一个确定按钮。如何在没有任何按钮(甚至没有 OK 按钮)的情况下显示警报框?
在我的应用程序中,当一行模糊时,警报框会自行关闭。我的客户不希望出现 OK 按钮。
您可能只需要创建自己的警报类。不过这应该不难,因为那些东西的图形是如此原始和裸露。