Jump to content

harpco

Members
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

harpco's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>New Application</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=10.0, user-scalable=yes"> <meta http-equiv="content-type" content="charset=utf-8"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="expires" content="-1"> <link REL="SHORTCUT ICON" HREF="/cache/mdemo_exe/loDcTTRrU710331A68C/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <link rel=stylesheet href="/uni-1.50.0.1480/css/uni-ext.css" /> <link rel=stylesheet href="/ext-6.5.3/build/classic/theme-classic/resources/theme-classic-all.css" /> <script src="/ext-6.5.3/build/ext-all.js"></script> <script src="/ext-6.5.3/build/classic/theme-classic/theme-classic.js"></script> <script src="/uni-1.50.0.1480/ext-unicommon-min.js"></script> <script src="/uni-1.50.0.1480/ext-sync-min.js"></script> <script src="/uni-1.50.0.1480/jQuery/jquery-1.11.2.min.js"></script> <link rel=stylesheet href="/ext-6.5.3/build/packages/font-awesome/resources/font-awesome-all.css" /> <link rel=stylesheet href="/ext-6.5.3/build/packages/font-pictos/resources/font-pictos-all.css" /> <script src="/uni-1.50.0.1480/jQuery/MaskedInput/jquery.inputmask.min.js"></script> <script src="/uni-1.50.0.1480/jQuery/autoNumeric/autoNumeric-1.9.35.js"></script> <script src="/uni-1.50.0.1480/ext-treenode-plugin.js"></script> <script src="/uni-1.50.0.1480/codemirror-0.8/js/codemirror.js"></script> <link rel=stylesheet href="/uni-1.50.0.1480/codemirror-0.8/css/csscolors.css" /> <script src="/uni-1.50.0.1480/codemirror-0.8/js/Ext.ux.CodeMirror.js"></script> <link rel=stylesheet href="/ext-6.5.3/build/packages/charts/classic/classic/resources/charts-all.css" /> <script src="/ext-6.5.3/build/packages/charts/classic/charts.js"></script> <script src="/uni-1.50.0.1480/unicanvas-min.js"></script> <script src="/ext-6.5.3/build/packages/ux/classic/ux.js"></script> <link rel=stylesheet href="/ext-6.5.3/ext-addons/packages/calendar/build/classic/classic/resources/calendar-all.css" /> <script src="/ext-6.5.3/ext-addons/packages/calendar/build/classic/calendar.js"></script> <link rel=stylesheet href="/uni-1.50.0.1480/css/uni-xtheme-common.css" /> <link rel=stylesheet href="/uni-1.50.0.1480/css/uni-xtheme-classic.css" /> <script src="/uni-1.50.0.1480/ext-unigui-min.js"></script> <script src="http://maps.googleapis.com/maps/api/js?sensor=false"></script> <link rel=stylesheet href="/files/jdigiclock/css/jquery.jdigiclock.css" /> <script src="/files/jdigiclock/lib/jquery.jdigiclock.js"></script> <link rel=stylesheet href="/files/clockdemo/jquery.tzineClock/jquery.tzineClock.css" /> <script src="/files/clockdemo/jquery.tzineClock/jquery.tzineClock.js"></script> <style type="text/css"> html { height: 100% } body { height: 100%; margin: 0; padding: 0 } #uni_map_canvas { height: 100% } </style> </head> <script> uniVars._extVer="6.5.3";_S_ID="_S_ID=loDcTTRrU710331A68C";uniSyncObj.errShow=true;uniSyncObj.errText="Connection Error";uniSyncObj.errRetryText="Retrying...";uniSyncObj.errTextColor="#0055AA";uniSyncObj.errAfterRetry=1; Ext.application({name:"uniApplication",launch: function(){setTimeout(function(){Ext.get("loading").remove();Ext.get("loading-mask").fadeOut({remove:true});},250);Ext.BLANK_IMAGE_URL="/ext-6.5.3/build/classic/theme-classic/resources/images/tree/s.gif"; Ext.BLANK_IMAGE_SRC="<img src="+Ext.BLANK_IMAGE_URL+">"; TextMetrics=new Ext.util.TextMetrics(Ext.getBody()); var _ajxerr=false;_ifrm_("FRM_loDcTTRrU710331A68C");_showAjaxErr=true;_ajxflerr="Communication Error";Download=Ext.DomHelper.append(document.body,{tag:"iframe",cls:"x-hidden"});try{_clat_();var w=window;var dc=w.document;w.onbeforeunload=null;dc.open();dc.write("\x3Chtml\x3E\n\x3Cbody bgcolor=\"#dfe8f6\"\x3E\n\x3Cp style=\"text-align:center;color:#0000A0\"\x3EProduct is expired: 0x0099\x3C/p\x3E\n\x3Cp style=\"text-align:center;color:#A05050\"\x3E\x3Ca href=\"http://localhost:8077/\"\x3ERestart application\x3C/a\x3E\x3C/p\x3E\n\x3C/body\x3E\n\x3C/html\x3E\n");dc.close();}catch(e){alert(e.message)}}}); window.onunload=function(){_cunld_()}; </script> <body> <div id="loading-mask"></div><div id="loading"><div class="loading-indicator">Loading...</div></div> <div id=body></div><noscript>This web application requires JavaScript enabled</noscript></body> </html>
  2. Any suggestions on how to fix this error?
  3. You could just have asked me to open up Developer Tools. "Uncaught ReferenceError: uniVars is not defined at (index):49"
  4. By that do you mean http://localhost:8077/server?
  5. I open that page everytime I do the re-install.
  6. You might need to more precisely define "completely" because I've done that multiple times already.
  7. From the All Features Demo, running from XE8.
  8. I have this problem, running the latest Trial edition in XE8.
×
×
  • Create New...