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

Best regards,
Igor Siticov.
Igor Siticov.
Hi,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.
We can install unigui and build demo projects on Delphi XE7. I hope that helps.
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.isiticov wrote:Do you use FULL version of uniGUI? Because the trial version available on their web site doesn't work under XE7
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?
Hi,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.
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
Are you using the trial edition of TsiLang? Maybe it is a restriction of trial edition.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.
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.
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.
Best regards,
Igor Siticov.
Igor Siticov.
That is great news, so release version won't have that problem. Will this behavior be changed in the future?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.