barnett@cc.ic.ac.uk (G.J. Barnett) (02/08/91)
Firstly Thanks to everyone who came up with an idea. To force hypercard to update its screen from an XCMD:- 1. SetPort(hcPort); {set the graphics port to HC} 2. sendHCMessage('set lockScreen to false'); { only needed if screen was locked} 3. sendHCMessage('go to this card'); {this updates the screen} 4. setPort(myPort); {switch back to my port if reqd} Graham Barnett@ic.cc.ac.uk Thought for the Day: When the going looks good - Duck.