Jump to content

Skepsis IT

uniGUI Subscriber
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Skepsis IT

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

    post-1478-0-58330400-1378984859_thumb.jpg

  2. 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. :unsure:

    If someone can suggest something... I will be pleased.

     

  3. thanks for answering

     

    see the example in the demo mega unigui and can see this from the callback.

    now tells me I should do the same with the ShowModal forms. wonder if I want to get some values ​​returned from a modal form how I would do? I define these parameters in the callback function?

     

    Look at the examples folder all the callback demos, you will feel better after this.

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

  5.  

    Error
    ---------------------------
    Cannot load package 'UniXDBGridDXE3.'  It contains unit 'UniXDBGrid', which is also contained in package 'UniXComponents17'.
    ---------------------------
    OK   
    ---------------------------
     

    Help????

     

     

     

    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

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

  7. 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!  :) 

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

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

×
×
  • Create New...