Application.cleanup function will be called, which will enable the garbage collector to
do its bit. At this point, you should try to forcibly clean up any stray database connections, abstract
pointers, and other such memory hogging connections, so as to play nicely with your operating system.
Working with Windows
One of the most common reasons for working with an SWF2Exe style framework is to utilize alternative
window functionality. The features supplied automatically with the standard Flash projector aren ??™ t
exactly extensive, and can often be a little restrictive for even the most simple desktop Flash application.
Therefore, to be given the freedom to control a window size and location, specify the window border
type and controls, and even make the window completely transparent, is something that will appeal
to many.
Window Decoration Flags
Instigating this level of control is very simple with SWHX, thanks to the flags parameter of the Window
class constructor. There are numerous combinations, some of which require other flags to be set before
they will work.
Pages:
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951