Page 1 of 1

unigui support

Posted: Mon May 16, 2016 12:52 pm
by nurettin
Hi, our company is planning to purchase sicomponents.

At work we use unigui ( http://unigui.com ) and we compile our program as an ISAPI DLL. When we place TsiLang component on a form, compile the application and try to open the page from a browser, it doesn't load.

I tried enabling exceptions on the tsilang component,
I checked the logs, there are no errors.
I snooped around with a process explorer, didn't see any errors.

What might tsilang component be doing that makes it fail to load when run from ISAPI DLL?

We would like to have a fix or workaround if possible.

Thanks for your time.

Posted: Tue May 17, 2016 3:28 am
by isiticov
Hello,

Unfortunately, we were unable to test the uniGUI in order to try to find the reason for the problem. We've downloaded their trial version available on their forum but all demo projects can't be opened in IDE due to errors. As well as there is no new uniGUI project wizard available in IDE so we don't know how to create new uniGUI project. :(

Posted: Tue May 17, 2016 8:05 am
by nurettin
isiticov wrote:Hello,

Unfortunately, we were unable to test the uniGUI in order to try to find the reason for the problem. We've downloaded their trial version available on their forum but all demo projects can't be opened in IDE due to errors. As well as there is no new uniGUI project wizard available in IDE so we don't know how to create new uniGUI project. :(
Hi,

We can install unigui and build demo projects on Delphi XE7. I hope that helps.

Posted: Wed May 18, 2016 3:12 am
by isiticov
Do you use FULL version of uniGUI? Because the trial version available on their web site doesn't work under XE7

Posted: Fri May 20, 2016 8:50 am
by nurettin
isiticov wrote:Do you use FULL version of uniGUI? Because the trial version available on their web site doesn't work under XE7
Yes, we use the full version, but we did try it before we bought it and the demos built.

Can you tell me the errors? Perhaps I can redirect them to the forums.

Posted: Fri May 20, 2016 10:09 am
by nurettin
isiticov wrote:Do you use FULL version of uniGUI? Because the trial version available on their web site doesn't work under XE7
Actually I just tried a bare-bones ISAPI DLL (WebBroker/Web Application/ISAPI) with a tsilang component on the webmodule unit and the same thing happened.

So I guess it wasn't really about unigui.

Can you please help me resolve the issue of running TsiLang components on any ISAPI DLL?

Posted: Sat May 21, 2016 3:44 am
by farshad
isiticov wrote:Hello,

Unfortunately, we were unable to test the uniGUI in order to try to find the reason for the problem. We've downloaded their trial version available on their forum but all demo projects can't be opened in IDE due to errors. As well as there is no new uniGUI project wizard available in IDE so we don't know how to create new uniGUI project. :(
Hi,

You need to follow uniGUI installation instructions. You must build and install uniGUI design time packages in IDE. Instructions are in uniGUI.pdf which is available after installing.

Re: unigui support

Posted: Sat May 21, 2016 12:58 pm
by farshad
nurettin wrote:Hi, our company is planning to purchase sicomponents.

At work we use unigui ( http://unigui.com ) and we compile our program as an ISAPI DLL. When we place TsiLang component on a form, compile the application and try to open the page from a browser, it doesn't load.

I tried enabling exceptions on the tsilang component,
I checked the logs, there are no errors.
I snooped around with a process explorer, didn't see any errors.

What might tsilang component be doing that makes it fail to load when run from ISAPI DLL?

We would like to have a fix or workaround if possible.

Thanks for your time.
Are you using the trial edition of TsiLang? Maybe it is a restriction of trial edition.

Posted: Sun May 22, 2016 6:05 am
by isiticov
Hello,

We've found a reason for that! Thank Farshad for the hint. Trial version displays a trial message when application is running without IDE! And so when running under web server it can't detect IDE running and will display this message. But under web server this message can't be displayed as result the application hangs.

Posted: Mon May 23, 2016 5:44 am
by nurettin
isiticov wrote:Hello,

We've found a reason for that! Thank Farshad for the hint. Trial version displays a trial message when application is running without IDE! And so when running under web server it can't detect IDE running and will display this message. But under web server this message can't be displayed as result the application hangs.
That is great news, so release version won't have that problem. Will this behavior be changed in the future?

Posted: Tue May 24, 2016 4:02 am
by isiticov
Hello,

The registered version doesn't have such issue. Trial version has this limitation.