Home › Forums › General XMetaL Discussion › how to prevent XMAX OnStatus to overwrite the window status message? › Reply To: how to prevent XMAX OnStatus to overwrite the window status message?
Reply to: how to prevent XMAX OnStatus to overwrite the window status message?
April 26, 2010 at 8:26 pmI assume because you mention “window.status” you have XMAX sitting in an
XMAX shouldn't be doing anything to IE that you don't want it to. It has no idea which application it is embedded inside and so there is no direct communication with any specific IE properties even if that is the container application. Setting these types of properties, including “window.status” should be done with script, so I would look around inside your solution for a script that is setting this property.