The other way of doing this is to keep the visible = true but set the location of the stack to somewhere off-screen before opening it:
set the loc of stack "printStack" to -1000,-1000 go stack "printStack" print card into 54,28,558,756 -- or whatever -- Peter Peter M. Brigham [email protected] http://home.comcast.net/~pmbrig On Dec 1, 2011, at 10:50 AM, Charles Szasz wrote: > Peter, > > Thanks for you suggestion! Your suggestion is better than mine, which is > longer: > > open stack "print" > set the invisible of stack "print" to true > print stack "print" _______________________________________________ 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
