Amalgam plugin defines a Drawable class, in addition to a DrawableModule. The class can be used to draw outside a windows area. It can be used to overlay windows or to animate/transition windows.
[new]: Added Drawable.clickthru as Boolean to ignore mouse clicks in the drawable. [new]: Extended Drawable.show method to Drawable.show(flag as Integer = 0). If flag = 1, show will be zoom-animated, and if flag = 2, show will be fade-animated. [new]: Extended Drawable.hide method to Drawable.hide(flag as Integer = 0). If flag = 1, hide will be zoom-animated, and if flag = 2, hide will be fade-animated. [new]: The DrawableModule has been extended with show and hide api's that extend the REALbasic window class with zoom and fade transitions/ animations. [new]: MacOSX only: Drawable.move and Drawable.size api's provide for transition/animation as well, and the DrawableModule contains similar api's for the REALbasic window class. http://homepage.mac.com/vanhoek/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
