On Feb 3, 2015, at 12:28 PM, Marty Knapp wrote: > Thank Bernd, I'll give that a try. Detecting mouseClicks or other mouse > related functions aren't an issue for me in this case - it's that printing > images with transparency on Windows can really come out strange and in some > cases cause printing to fail.
if the platform = "Win32" then hide grc "transparentMask" end if -- print routines here show grc "transparentMask" This would take care of it, no? -- Peter Peter M. Brigham [email protected] http://home.comcast.net/~pmbrig _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
