Name
Hollywood.MaxHeight -- set/get maximum height
Function
If you set this attribute, your Hollywood object will become resizable. Set this attribute to the maximum allowable height. The maximum height that you can specify here is 16384 pixels.

To indicate that your Hollywood object has no maximum size, you should set this attribute to the maximum allowable size of 16384 pixels. This should be sufficiently large enough for most purposes.

Whenever the user changes the size of your Hollywood object, the Hollywood display that is attached to this Hollywood object will get a "SizeWindow" event which you can listen to using the InstallEventHandler() function.

Type
Number

Applicability
ISG


Show TOC