enableAlphaCorrection
Corrects alpha channel rendering and anti-aliasing on Windows OS.
enableAlphaMode
Enables or disables a window's alpha channel.
flashTaskBarButton
Flashes the application's taskbar button to alert the user your application needs attention.
freezeShape
Freezes a window's shape.
loadMedia
Loads new content into a "media" window.
removeBackground
Removes a window's background, creating a transparent window.
setAlpha
Sets the alpha level of the window.
setBackgroundColor
Sets a window's background color.
setDockRectangle
Sets a window's dock rectangle.
setFlashSize
Changes the size of the Flash movie in the window.
setMaskRectangle
Sets a window's mask rectangle. Windowless playback adds a significant CPU overhead (proportional to the size of the window rectangle), which can be reduced by applying a mask rectangle.
setShape
Sets the shape of the window as defined by the outline of the non-transparent region of the specified TIF file.
setTraceColor
Sets a window's custom trace color.
showOnTaskBar
Shows or hides a task bar button for a child window.
onDocked [Event]
An event handling function called after a window is docked to, or undocked from a desktop edge.
onDragLeave [Event]
An event handling function called when a dragging session is cancelled.
onDragString [Event]
An event handling function called when a text string is dragged into a window.
onDropString [Event]
An event handling function called when a text string is dropped into a window.
onMouseMaskDown [Event]
Invoked when mProjector detects a mouse down in the mask (TIF) window region.
onMouseMaskUp [Event]
Invoked when mProjector detects a mouse up in the mask (TIF) window region.
|