Jump to content

CarloM

Members
  • Content Count

    53
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by CarloM

  1. Hello, With last update of operating system (Mac OS Catalina 10.15.3) I can´t send emails via Indy. I use a gmail account. I receive this error: Invalid dylib load. Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI. Any idea or fix ? Thank you
  2. CarloM

    Mac Catalina and OpenSSL + Indy

    I use last delphi Rio 10.3.3, I understand that includes last indy ? compiled app with 10.3.2 works ok but no last version of delphi
  3. CarloM

    Mac Catalina and OpenSSL + Indy

    Hi Dave, but you deploy dylib ? actually I use openssl from mac os
  4. CarloM

    EDI (Electronic Data Interchange)

    Hello, I am looking for a components / code for works with EDI system with a delphi custom ERP. (invoices, customers,...) Any suggestions ? Regards
  5. Hello, I would like to know about actual components / code / articles for monetize a delphi App. Thank you show much
  6. CarloM

    Components for monetize app (ads,...)

    Thank you. Is posibble use adsense with Mac and Windows to ? inside app... Regards
  7. CarloM

    Components for monetize app (ads,...)

    Yes, it is an option. Exists other methods ?
  8. Hello, Any components for PDF signature and XML signature (Xades) ? I know Eldos (previous name) but are expensive. Thank you
  9. CarloM

    Components for XADES and PDF signature

    Thank you. I will try it
  10. CarloM

    TImageList changes images backgroud

    I added it on quality central https://quality.embarcadero.com/browse/RSP-26234 any idea ?
  11. CarloM

    PDF view on Android

    Hello, I need to show a PDF in app, on iOS works well with TWebBrowser, but no in android. Any workaround, component ? Thank you
  12. CarloM

    Screenshots for new app

    Hello, When you add a new app to Apple Store you need send multiple screenshot of running app. But with simulator I can´t run app on new decives (ios 12.4). How can I make screenshot for all devices and for send to app store ? Thank you
  13. CarloM

    TListItem Selected background color

    Hello, I am trying to remove gray selected color that comes by default on TListView Native for iOS I would like to change to white, or remove selected. I tried ShowSelection= false, AllowSelection=false,... but on TListView Native for ios does not work
  14. CarloM

    10.3.2 error install

    Hello, when try to install receive Operation Error: 2019-08-06 07:19:54] [ERROR] A problem occurred during the process. [2019-08-06 07:19:54] [INFO ] Installation End [2019-08-06 07:20:13] [INFO ] Installation Start [2019-08-06 07:20:16] [INFO ] Downloading "Delphi Android Professional"... [2019-08-06 07:20:17] [ERROR] Cannot load data from the server: Problem extracting compressed file. Downloaded file seems to be corrupted. Any idea ?
  15. CarloM

    SSL certificate for VCL Application Exe

    Hello Again, when I sign a .exe file... in the resulting exe icon is lost. Any idea ?
  16. CarloM

    SSL certificate for VCL Application Exe

    thank you so much,
  17. CarloM

    SSL certificate for VCL Application Exe

    thank you, but how can sign *.exe any tutorial ?
  18. CarloM

    ActivityDialog on Android

    hello, I have using FGX components on Android successly, but since RAD Tokyo native activity dialog does not work. Any suggestion ?
  19. CarloM

    ActivityDialog on Android

    If I use timers fgActivityDialog1 freezes when executing the corresponding code, aniindicator is paused
  20. CarloM

    ActivityDialog on Android

    fgActivityDialog.Show; if FormSelector <> nil then FormSelector.Free; FormSelector := nil; Application.CreateForm(TFormSelector, FormSelector); //FormSelector := TFormSelector.Create(self); FormSelector.sClass := pSL.Values['Class']; FormSelector.sFromValue := pSL.Values['KeyFrom']; FormSelector.Field := Field; FormSelector.FCurrentFrame := TFrameList(TFrameClass(FindClass(FormSelector.sClass)).Create(FormSelector)); FormSelector.FCurrentFrame.Name := 'FrameSelector'; FormSelector.FCurrentFrame.Align:=TAlignLayout.alClient; FormSelector.FCurrentFrame.Parent:= FormSelector.Panel; FormSelector.FCurrentFrame.TagFloat := 1; FormSelector.Show; fgActivityDialog.Hide; It works on version prior to Tokyo. Now, activitydialog not shown
  21. CarloM

    ActivityDialog on Android

    Yes, I refer to FMX version. Activity dialog does not show on Android
  22. Hello When I show a PDF via TWebBrowser on Mac OS, it only works well for first time. Then when I try to view another PDF raises an error "The specified file was not found", on Windows works well. I use delphi professional rio update 1. I see related question but not solution on these links: https://forums.embarcadero.com/thread.jspa?threadID=252540 https://forums.embarcadero.com/thread.jspa?threadID=260250&tstart=0 Regards
  23. Hello, When I use a OpenDialog.Filename on Mac OS and stores value in a SQlite varchar(255) column no english chars like í, ó,... are converted to ? character. Example: "Sin título.jpg" is converted to "Sin t?tulo.jpg" when stores to database. If I invoke a showMessage(OpenDialog.Filename) it is ok. but when I save: DS.Edit; DS.FieldByName('Nombre').AsString := ExtractFileName(OpenDialog.Filename); DS.Post; or if Assign to a AnsiString var then problem is the same Regards
  24. CarloM

    TOpenDialog.FileName encoding problems on Mac OS

    Hi Remy, I am use a SQLite database in UTF8 mode, I think that all was saved in UT8. on Windows works well
  25. Hello Dave, In Quality central I uploaded a repoducible demo. https://quality.embarcadero.com/browse/RSP-23976?filter=-2. . Thank you
×