Jump to content

Israel Portillo

uniGUI Subscriber
  • Posts

    68
  • Joined

  • Last visited

Posts posted by Israel Portillo

  1. Hi Farshad, thanks for you fast reply.

    When I bought the SSL y never assigned a password, Talking with ssls.com assistence he confirm me the key is clean of password.

    The private key has not password assigned and the pasword property is empty.

    I have not any problem if  I Running my app with another SSL from another vendors like namecheap, just with this one, the firts one from ssls.com

    So maybe I need to do a extra step or configuration.

    Maybe somebody had the same problem and wants to share the correct way. 

    I dont think be the first one in to configurate a ssl from this vendor.

     

     

    image.thumb.jpeg.360fa0ebf450ae0266269922d6d82e62.jpeg

  2. Hi group

    This is the issue:

    SSL Certificate from SSLS.com

    I get those files:

    myPage_com.crt               -> renamed to certificate.crt
    myPage_com.ca-bundle   -> renamed to ca_bundle.crt
    myPage_com.p7b
    www.myPage.com.crs
    private.key                         -> renamed to key.pem

     

    I perform this steps:

    openssl x509 -in certificate.crt -out cert.pem -outform PEM
    openssl x509 -in ca_bundle.crt -out root.pem -outform PEM

    My Unigui App running in 32 bits.
    Copied the files key.pem, cert.pem and root.pem in the main root app:
    and the x86 folder files:
    libeay32.dll and ssleay32.dll

     

    Server module configuration:
    SSL->Enabled = True
    SSL->SSLOptions->CertFile = cert.pem
    SSL->SSLOptions->KeyFile = key.pem
    SSL->SSLOptions->RootCertFile = root.pem
    Method: sslvTLSv1_2
    Mode: sslmUnassigned
    SSLVersion: sslvTLSV1_2

     

    The staff of ssls.com told me the private key HAS NOT password, it is clean.

    Does anybody can help me please..?

     

    Thanks group.

     

    WhatsApp Image 2023-11-17 at 18.17.44_9d2ee102.jpg

  3. OK...

    Unigui desktop App running in a mobile.

    Is there a way to emulate InputType property of UniEdit into UniNumberEdit and Column Control Edit ?

    The goal is when asking in a mobile then show the numeric keyboard....

    I have attached image to clarify.

    Thanks group.

    534089879_uniguiinputbox2.thumb.jpg.f95cfe0d7d2caddd8d1abf099ceadaab.jpg

    image.thumb.jpeg.1bfb98db57f02a0f3052264921499472.jpeg

  4. Hi Sherzod...

    Not yet...

    NetworkInformation object works in browser I need to work, so, this could be my solution, but....

    I dont know how, where or when to implement that javascript code into Delphi...

    For me, It's enough if this code could be called in a click or show event.... 

    Can you help me please...?

     

     

  5. Thanks Sherzod.

    I see connection.NetworkInformation object has my needed information.

    Now....

    Wondering how can implent this code in a Delphi event like show or click event....

    var connection = navigator.connection || navigator.mozConnection || navigator.webkitConnection;
    var type = connection.effectiveType;
    
    function updateConnectionStatus() {
      console.log("Connection type changed from " + type + " to " + connection.effectiveType);
      type = connection.effectiveType;
    }
    
    connection.addEventListener('change', updateConnectionStatus);

    Thanks again.

  6. Hi Lema.

    Thanks for you awesome component.

    Is there a way to save the UniGMap canvas into a jpg image ?

    Mi goal is to generate the map with polylines then save it in a jpg file for future views of the same map to watch the image a not to make another query to google maps api...?

    thanks again.

     

  7. Hi.

    That is the point...

    In order to save querys to Google Maps API I want to generate only for first time my map with my polylines and once generated to save it into a jpg file so the next time, to view a jpg and not a map again....

    I saw a demo of how to save in HTMLtoImage sample but in this case must be a UnigMapToImage app....

    Any clue will be appreciated.

    Thanks again.

×
×
  • Create New...