CarloM
Members-
Content Count
53 -
Joined
-
Last visited
-
Days Won
1
Everything posted by CarloM
-
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
-
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
-
Hi Dave, but you deploy dylib ? actually I use openssl from mac os
-
Hello, I am looking for a components / code for works with EDI system with a delphi custom ERP. (invoices, customers,...) Any suggestions ? Regards
-
Hello, I would like to know about actual components / code / articles for monetize a delphi App. Thank you show much
-
Thank you. Is posibble use adsense with Mac and Windows to ? inside app... Regards
-
Yes, it is an option. Exists other methods ?
-
Hello, Any components for PDF signature and XML signature (Xades) ? I know Eldos (previous name) but are expensive. Thank you
-
Thank you. I will try it
-
I added it on quality central https://quality.embarcadero.com/browse/RSP-26234 any idea ?
-
Hello, I need to show a PDF in app, on iOS works well with TWebBrowser, but no in android. Any workaround, component ? Thank you
-
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
-
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
-
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 ?
-
Hello Again, when I sign a .exe file... in the resulting exe icon is lost. Any idea ?
-
thank you so much,
-
thank you, but how can sign *.exe any tutorial ?
-
hello, I have using FGX components on Android successly, but since RAD Tokyo native activity dialog does not work. Any suggestion ?
-
If I use timers fgActivityDialog1 freezes when executing the corresponding code, aniindicator is paused
-
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
-
Yes, I refer to FMX version. Activity dialog does not show on Android
-
FMX.WebBrowser on MacOS raises error "the specified file was not found"
CarloM posted a topic in FMX
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 -
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
-
Hi Remy, I am use a SQLite database in UTF8 mode, I think that all was saved in UT8. on Windows works well
-
FMX.WebBrowser on MacOS raises error "the specified file was not found"
CarloM replied to CarloM's topic in FMX
Hello Dave, In Quality central I uploaded a repoducible demo. https://quality.embarcadero.com/browse/RSP-23976?filter=-2. . Thank you