psborges Posted May 1, 2016 Posted May 1, 2016 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. Quote
epos4u Posted May 1, 2016 Posted May 1, 2016 Hi, make sure you have installed the runtime library Quote
epos4u Posted May 1, 2016 Posted May 1, 2016 Hi, that should not happen if you have installed the correct runtime library, try re-installing the runtime again, and restart the pc Quote
psborges Posted May 2, 2016 Author Posted May 2, 2016 this signify adding the directory lines in the Path Library? Quote
Sherzod Posted May 2, 2016 Posted May 2, 2016 Hi, Please read the installation instructions: http://forums.unigui.com/index.php?app=core&module=attach§ion=attach&attach_id=3157 Best regards. Quote
p2rcoder Posted May 2, 2016 Posted May 2, 2016 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: Browser google Chrome, Javascript never disabled before Quote
p2rcoder Posted May 2, 2016 Posted May 2, 2016 installing components on the server helped me, but it became ok after while, not at the same time when I had installed, looks like there was some kind of cache Quote
psborges Posted May 8, 2016 Author Posted May 8, 2016 I keep trying ... but greatly appreciate the help of all! Quote
Abaksoft Posted May 12, 2016 Posted May 12, 2016 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 Quote
Luciano Benito Posted May 17, 2016 Posted May 17, 2016 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; 1 Quote
Boghos Posted August 3, 2021 Posted August 3, 2021 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.