Thread: Error message
View Single Post
  #14  
Old 11-04-2009, 11:52 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by cbk1994 View Post
Unrelated, but I'm fairly certain isObject() expects a string.

PHP Code:
if (isObject("MyWindow")) { 
If not, Tig is a liar.
isObject is expecting a string, but if you pass an object then it will use the name of the object, so it should work if the object is already existing
Reply With Quote