View Single Post
Old 5th August 2012, 02:11 PM   #1
thorax
Junior Member
Member
 
Join Date: Nov 2011
Posts: 10
Default Disable tk_messageBox using global variable

Hi, im doing some batch script conversion using TCL
Im getting these annoying tk_messageBox that completely stop my process.

Code:
sending command to TCL: set tkms [tk_messageBox -title "AC3D message" -message "Warning: 1356 objects did not have textures assigned.  You must assign a texture to every object for X-Plane output." -type ok -icon info -parent . ]
I've seen that for instance
Code:
set_unsaved_changes 0
disables unsaved changes popups.

Is there any similar global variable or set proc to disable these tk_messageBox as well?
these look like standard TCL and i cant modify the plugin that is calling them cause i dont have the source code.

ive looked into various TCL files and using ac3d list but found no similar proc.

thanks a lot.
thorax is offline   Reply With Quote