Jump to content

Only "loading ..." in the browser. What is wrong?


psborges

Recommended Posts

I have installed the components correctly. In Delphi opening window they appear registered. Open projects with them and make the compilation and execution. The icon is in Tray Bar. But when I try to view the browser only is the term "loading ..." I've tried everything. What should I do? Ah! In the open browser window, with the phrase "loading" also appears at the top of the Delphi XE8 icon. I've tried Windows 10, 64-bit, now Windows 7 Ultimate, 32-bit. My Delphi's RAD Studio XE8.

Link to comment
Share on other sites

the same situation, win2008r2 64bit, application pool configured to work with 32bit, when try to open application see "Loading..." and nothing else

 

 

code of the page:

 

05.02.2016-13.57.png

 

 

Browser  google Chrome, Javascript never disabled before

Link to comment
Share on other sites

Hello p2rcoder

 

Did you find the issue ?

It seems you didn't install runtime Package as shuiab suggest it.

 

When you download unigui framework from your portal session you have always 2 files to download :

- the Unigui package

- the runtime package (OEM sencha)

 

• Uninstall any older version (runtime + Unigui package)

• Uninstall any older unigui Demo (the runtime is different).

• Then re-install unigui + its runtime version

 

Please check this and tell us again...

Ignore the point 1 (below) :

http://forums.unigui.com/index.php?/topic/6195-chnage-project-from-standalone-server-to-isapi-module/?p=31727

Link to comment
Share on other sites

Hello PsBorges, I went through this problem and decided that way.

 

procedure TUniServerModule.UniGUIServerModuleBeforeInit(Sender: TObject);
begin
    Self.ExtRoot:='ext-4.2.5.1763'; \\C:\Program Files (x86)\FMSoft\Framework\uniGUI\"Name Folder"
    Self.UniRoot:='uni-0.99.95.1296'; \\C:\Program Files (x86)\FMSoft\Framework\uniGUI\"Name Folder"
    Self.Port:=8077;
    Self.SessionTimeout:=540000;
    Self.Title :='Title Name';
end;
  • Like 1
Link to comment
Share on other sites

  • 5 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...