Jump to content

Jean-Marc Kiener

uniGUI Subscriber
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by Jean-Marc Kiener

  1. In my opinion you should use one var (TDateTime) as StartDateTime and one var for EndDateTime.  You should first put the fields StartDate and Starttime to a StartDateTime var and the fields EndDate and EndTime to EndDateTIme (Using EncodeDateTIme function or some other..). Then you can use all the functions from Delphi to calculate duration (MinutesBetween, HoursBetween, DayBetween etc.) the correct way.

  2. No. see:
     

    Years ago we used a constellation (Windows-apache-isapi) for deploying some application developed with morfik*. Running on apache had its drawbacks compared with IIS. So we moved to IIS.

    * Morfik was a fabelous IDE making database driven web applications. On server and also on client (browser) you could use FreePascal. On client the pascal code was compiled to javascript. It was an amazing platform. Unfortunately it is not developed anymore.

  3. Hi,

    We ned to show and let edit the user a ini file. TUSynMemo has a highlighter for INI Formats, TUSynIniSyn. It wopuld be very nice if we could have this higlighter also in the "language" property of  TUniSyntaxEditEx.
    Or is there a way to add the INI highlighter by code in my project?

  4. Hi,

    i updated to unigui version 1.50.0.1482. Now i have a problem in a modal search form who contains a TUniDBGrid. The grid has dgRowSelect, dgCheckSelect and dgMultiSelect set to true, so the user can select serveral rows with the keyboard. When hit the enter key i take the selected rows and do some things. I have a OnKeyDown event on the grid to catch enter key. Before updating to the new version all works like expected. Now the behaviour of the grid has changed. Immediatly after hitting enter key the selection is lost. I am not able to get the selected rows and take some action with the enter key. You can try it for yourself in "GridCheckSelect" demo. Add a OnKeyDown event handler to the grid and see whats happening. Selection is lost after hitting the enter key.

    Is this a bug or a wanted new behaviour of the Grid?

     

    2019-02-08_15-01-10.gif

  5. Hi,

    We use a unigui project compiled to an isapi module to upload files to our network attached storage. It works very well and stable. We load big sized files (> 500 MB) without problem to our NAS. The applicaton pool runs under a special accout who has full access to the NAS directory. However, i tryed to run it as hyperserver and followed the instructions in the help file (Version 1.50.1482). It works well until it should upload some files. The upload progress starts and hang immediately. It seems to have no access to write to the NAS directory. But it is the same account as we use when we just use the compiled isapi dll.

    Does anyone have an idea what i am doing wrong?

  6. Our unigui app is a portal app for logging and controlling a non visual delphi program. The delphi program starts the unigui portal when itself starts and close it when itself closes. The portal app should not show any tray icon. It should run silently in background and serve the portal website for the non visual delphi program (http://localhost:8080). Running the unigui app as a service is no option. We are not allowed to install it as a service.

    It would be nice if we could set a property "ShowTrayIcon" in ServerModule.

  7. Did you add some database stuff to your app?. Or you use some other third parrty components?. Check for CoInitialize/CoUnitialize. There is a property "AutoInitialize" or so in the servermodule. Try to set it to true.

×
×
  • Create New...