Jump to content

Israel Portillo

uniGUI Subscriber
  • Posts

    72
  • Joined

  • Last visited

Recent Profile Visitors

1519 profile views

Israel Portillo's Achievements

Member

Member (2/4)

6

Reputation

  1. Hi Marlon, Upgrading to your last version an running app has this new bug. Error reading Toast.ButtonCustomActive: Property ButtonCustomActive does not exist If I delete this property into dfm file, it works but next time I load the project the error persist.... Version: 1.2.5.355 Any suggestion ? Thanks. PD. I update to unigui version from 1552 to 1583, If I create a new project then I have not this problem, at this moment only in this running app.
  2. Unfortunatly in my case From Delphi 11.4/Unigui 1552 To Delphi 12.1/Unigui 1583 It does NOT work..... Is there an other way to keep this modularity in the same computer...? Thanks any way Georges Soares...
  3. Awesome Fred Doubts: 1.- Is it limited to 256 registered faces ? or could be any number ? 2.- Is there a extra Luxand licence payment? Thanks for you comments....
  4. Farshad Another clue: mysite.mx <- this ssl certificates does not wrorking and you must have it in your email, but myanothersite.com.mx <- this ssl certificates are ok Both ssls were purchased from ssls.com
  5. Yes Farshad, the private key file was sent by SSLS.com, I did not create my CSR by myself. All this process is done in their web site.
  6. 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.
  7. 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.
  8. X2 Did you resolve it ?
  9. 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.
×
×
  • Create New...