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...

Many thanks Luciano that resolved the issue.

I also tested with explicitly creating the environment variables [ext] and [uni] that also works and i guess the installer should have created these variables but failed.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...