I have restarted my development efforts on a new machine. I started a new application with VisualBuilder. But, it will not display. Firebug found the problem. It said
Sure enough. ISC_Core.js line 54 has it.
My other app seems to run OK. Have I upgraded FireFox too far?
Thanks,
Rick
P.S. I am running SmartClient_v82p_2013-06-15/EVAL Development Only on Mozilla Firefox 20.0 with Firebug using Windows 7 Premium 64 bit.
Non-standard document.all property was used. Use W3C standard document.getElementById() instead.
Code:
isc.Browser.isTransitional=/.*(Transitional|Frameset)/.test((document.all&&document.all[0]&&document.all[0].nodeValue)||(document.doctype&&document.doctype.publicId));isc.Browser.isIE7=isc.Browser.isIE&&isc.Browser.version==7;isc.Browser.isIE8=isc.Browser.isIE&&isc.Browser.version>=8&&document.documentMode==8
Thanks,
Rick
P.S. I am running SmartClient_v82p_2013-06-15/EVAL Development Only on Mozilla Firefox 20.0 with Firebug using Windows 7 Premium 64 bit.