Origin Version (Select Help-->About Origin): 7.5 Operating System: Windows XP Hello iam using this script for for export of conture plot window in to the BMP but if i export the window result is just blank screen can you please help me with this?
Your code works fine in Origin 7.0 SR4 and 7.5 SR6 so it should also work in your version. Are you sure that mp is attached to a valid graph window? (Can be either layer or page.)
Note however that LabTalk does not recognize true and false as 1 and 0. Image.ShowOptions = false is interpreted as Image.ShowOptions = 0/0 and the property will default to 0. Likewise, Image.ShowOptions = true will also default to 0.