View Single Post
Old 15th October 2013, 10:46 AM   #4
Geoffm
Junior Member
Member
 
Geoffm's Avatar
 
Join Date: Aug 2013
Location: London UK
Posts: 22
Default Re: Disable tk_messageBox using global variable

Opps one minor error - add

rename tk_messageBox {}

before

rename tk_messageOriginal tk_messageBox

otherwise the proc "tk_messageBox" already exists and cannot be overwritten. Renaming tk_messageBox to {} (the empty string) destroys its (temporary) version.
Geoffm is offline   Reply With Quote