The confirm message box has the same signature as the standard message box, with the exception that it
returns a Boolean value:
systools.Dialogs.confirm( title, message, isError );
Summary
This chapter covered quite a bit. SWHX is an excellent library for haXe that makes both haXe and Neko
valid contenders in the desktop applications industry all by itself. And while the possibilities for this
library are far reaching, it still remains simple enough to use that it can be covered in a single chapter.
In this chapter, you learned:
Why SWHX is the best option for SWF2Exe projects everywhere
How to install SWHX
How to initialize and utilize SWHX
How to manage communication between Flash and Neko.
How to use dialogs with SysTools
How to use menus and system tray icons
In the next chapter, you look at utilizing threads for multithreaded applications development, and
sockets for multiuser applications development. You also take a look at the ThreadedServer class,
which utilizes both threads and sockets for optimized server - based multiuser applications.
Pages:
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987