Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12127
  • Joined

  • Last visited

  • Days Won

    811

Posts posted by Farshad Mohajeri

  1. 36 minutes ago, Daniel_Davila said:

    @Farshad Mohajeri With EurekaLog, when the browser is closed and a session times out, we capture this error. The error only occurs in Delphi and UniGUI source codes. My question is whether this exception is truly an error in UniGUI or if it is something caused by our source code.

    I've attached the Eurekalog file.

    IDSSaude_DES-0086_20231011165520.el 86.51 kB · 0 downloads

    Apparently, issue occurs in your code or as a side effect from your code. I recommend simplifying your code asn avoid dynamic destruction of objects as much as possible.

    • Like 1
  2. 2 minutes ago, Daniel_Davila said:


    The problem occurs sometimes when an error occurs during session timeout, such as when the user closes the Chrome tab or the browser. It happens occasionally, but not every day.

    The fact that HyperServer can not terminate the suspended Node is a serious issue. Normally HyperServer should be able to terminate Node regardless of its state.

    Can you also check this:

    https://www.unigui.com/doc/online_help/using-a-different-account-for-.htm

  3. Hi,

    First of all this event is rarely used by developers. It is only used if you need to explicitly tell the grid the dataset record count. Otherwise Grid retrieves it from the dataset.

    It is queried each time an ajax event is received to see if it is needed to refresh the grid rows.

    • Thanks 1
  4. 4 minutes ago, Max3073 said:

    Hi Farshad,

     

    thank you for your reply.

    Actrually I'm using HyperServer as a service. Is there an easier way other than setting up IIS?

    And if set up IIS I probabily don't need HyperServer to manage more apps on the same server, right?

    With Service you can use subdomains or you can use paths.

    Such as,

    app1.domain.com

    or

    domain.com/app1

    Using different domains is something that we can consider implementing in future.

    • Like 1
  5. 1 hour ago, Max3073 said:

    Hello, is it possible to configure HyperServer so that:

    - application1 starts when URL is www.domainA.com

    - application2 starts when URL is www.domainB.com

    in other words: documentation explains how to associate applications to SUBdomains. Is it possible to associate different domanins?

     

    Hi,

    Currently only subdomains or domain paths are supported. You can solve it by adding to different sites to IIS each pointing a different HyperServer instance.

  6. 4 hours ago, Frederick said:

    Yes, I am using HyperServer in the VM.

    Shouldn't UniServerModule.Port display a value that I had assigned during design time and remain so regardless of what HyperServer returns since it is a property that can be assigned a value?

    When used with HyperServer your assigned port is irrelevant. System will use an automatically assigned port based on HyperServer CFG file.

  7. 12 hours ago, Frederick said:

    I set UniServerModule's port to 8082 in my application. 

    When I run it in a local machine, reading UniServerModule.Port returns 8082.

    When I run the same application in a VM (VMWare Workstation), UniServerModule.Port returns a different number (16685). Why does this happen?

    Interestingly, I need to use port 8082 in both browser calls to get the application running, i.e. http://localhost:8082. Using http://localhost:16685 in the VM does not work.

    --
    Frederick
    (UniGUI Complete - Professional Edition 1.90.0.1572)
     

    Hi,

    Are you using HyperServer in your VM?

    If yes, HyperServer assigns a different port automatically to each Node. That's why you see different ports.

  8. 38 minutes ago, Mohammed Nasman said:

    There's another problem we faced with prevoius built

    the theme ubuntu, some of the breadcrumb icons doesn't shown, and after we looked at the problem, we found you this folder is exit:

    unipackages-7.5.1\themes\ext-theme-uni_ubuntu\resources\images\breadcrumb

    but the icons is in gif format, while unigui looking for .png ones, so just copying from another theme, it worked fine. fix it too please.

    Can you please specify which components use these icons?

  9. Fix:

    On Linux computer please go to below folder (or the respected folder for your particular deployment):

    /etc/fmsoft/unigui/unigui_runtime/unipackages-7.5.1/themes

    Rename Css folder to css. (That's why it works in Windows but not in Linux. Linux FS is case sensitive)

    We will also fix it internally for the next build.

    • Thanks 1
  10. On 1/19/2023 at 2:55 AM, Skyp said:

    Я установил значения в Design Time, и он отлично работает, если я строю проект под Windows :

    unMUUKNgo

    wABCfkoEw

    image.thumb.png.62d67d299226eaf50ba9217da1fac373.png

    ,1702261233_image(4).thumb.png.6bd1cb57e28271010131ef7972cafa38.png,

    (StandAlone) В Windows (10) (это нормально):

    2033203311_image(2).png.e70c1da91e2b3b5aab24e35f02fb6fd9.png,

    Ff8PVYsaw

    (StandAlone) в Linux (CentOS 7) (это плохо = ():

    iZivHJrvT

    1002618557_image(3).png.3856889c11d79da607ff0a003926d229.png,

    Что я делаю неправильно? Разве это не работает под Linux? (alignwithmargins - маржа)

    Вер: 1.90.0.1564

     

     

     

    Fixed.

    • Thanks 1
×
×
  • Create New...