Jump to content

Skepsis IT

uniGUI Subscriber
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Skepsis IT

  1. In your case, I will check extjs path. Did you put extjs folder in the same folder of your executable?
  2. http://forums.unigui.com/index.php?/topic/1328-can-i-run-dll-in-apache2-in-linux/
  3. Hi, in an application I use greek characters, utf8 encoding at firebird database and everything works fine when I load the exe file on a windows pc. The problem occurs when I load the dll file on a linux pc running apache for windows, that is the characters that are from a lookup field showed wrong, but when the field is direct from the table field showed ok! I disable transliterate on the specific fields but the same happened. Take a look at the screenshot, the first 2 columns are ok, but the 4th column that is a lookup fields has a problem.
  4. At last it works!!! in the LibraryLocation I should state not only the folders, also the filename (eg. /home/userxxxx/FBCLIENT.DLL). and when a new dll file is uploaded, apache needs a restart. So, running a dll in a linux box can be done!!!
  5. Hi, after a lot of effort, I get the error canot load dynamic libraries fbclient.dll etc, because I use zeos and firebird database. I try several things by loading using TZConnection.LibraryLocation but still the errors exist. The strange thing is that when I execute at the same server, same path, the exe file works fine, but the dll using apache....still nothing. If someone can suggest something... I will be pleased.
  6. Maybe if you see the resolution of your device and dynamically resize your form?
  7. Look at the examples folder all the callback demos, you will feel better after this.
  8. Hi Bennie, firstly you don't have to install 'fmsoft_unigui....'. You can have the folder ext-4.1.1a at the same folder with the executable file. On ExtRoot put [ext]\ and give it a try.
  9. Hi Reinoso, MessageDlg has a callback function, you may not have a command after messagedlg and manage it within the callback function.
  10. Hi, it seems thay you have already installed unixcomponents, I think that the version you have of unixdbgrid is already 3.8.0, so you don't need to install version 2. Check it and come back if it is needed
  11. Hi I stuck also at this. Does selectedrows for unidbgrid is implemented yet?
  12. Hi everybody, link for v2 at post 1 still not working. Nobody from the unigui community has it for share with us?
  13. Theorytically no problem at all. You save memory by that way.
  14. For a start you can go at your project options -> Packages -> Runtime Packages and uncheck the Link with runtime packages. This will reduce dramatically your dll file size. However you must deploy all the bpl files that you use in order your application to run. Moreover if you have delphi xe2 (perhaps and above) don't forget to uncheck the Debug Information on the Linking menu.
  15. The link was on post 1 is not working! I download has v1.0.1. if someone has v2 please send it to me. Thanks anyway
  16. Well, when you install wine at linux, creates automatically on .wine folder, a folder called drive_c. At this folder I create a folder for my application, copy all the files and folder in there, including ext folder. Works fine. Moreover I try to install it as an apache dll but as I have mentioned at post #13 I have some issues. I didn't find the time to troubleshoot because I working right now on another project. When I have something newer I will come back!
  17. The link was on post 1 is not working! I download has v1.0.1. if someone has v2 please send it to me. Thanks anyway
  18. Please would someone send me a link or something for downloading unixdbgrid?
  19. Obvious solution in front of my eyes! Maybe too tired! Furthermore works fine! Thanks to all!
  20. Hi everybody, i've made a search form that has as a result a value. I use the callback method just like the example and works fine, but I have an unexpected behaviour problem. Look at the following code. SearchDlgForm.Show( procedure(Result:Integer) begin res:=Result; end ); MessageDlg('Are you sure?',mtConfirmation,mbYesNo,_Confirm); The Search form pops up and right away the messagedsl command also execute. I want to pop up the search form and when I close it and res returns then the messagedlg command execute. Any ideas?
  21. Yes, I use Firebird with Zeos. Actually I am having a little bit of troubleshooting, because my app loads settings for the database connection from ini files and I get some strange errors, that I am not having when I run it as an exe on the same linux server using wine. Perhaps apache rights stuff. I'll be back when it runs 100%
  22. Finally succeded using wine. wine msiexec -i apache.msi
×
×
  • Create New...