MikeMon
Members-
Content Count
130 -
Joined
-
Last visited
-
Days Won
1
Everything posted by MikeMon
-
There seems to be a general problem with Embarcadero's links. E.g. my.embarcadero.com
-
Tx. So, it's not just me!!
-
I use this approach, too.
-
Currently I use TTMSFNCImage to download images from a URL; using the LoadFromURL procedure. I'm looking for alternatives to do the same, to try and see which way is faster and more efficient. Any ideas?
-
Hi. I'm using it for multi-device apps.
-
Hi. Do you have a working example for reference?
-
Does anyone have any working example(s) on how to use OneSignal push notifications on iOS and Android?
-
TRESTClient Exception: REST request failed: Error sending data: (12175) A security error occurred
MikeMon replied to MikeMon's topic in Network, Cloud and Web
Hi @Huseyin Ozkan Erdem Thank you for your answer. We had tried the fix prior to creating this thread. Unfortunately, it does not work on Windows Server 2012. -
Hi I have an issue with loading a local image in a local HTML file on iOS. On Android it loads correctly. Here is the code I use to get the file including its path: FileName:= 'Image.jpg'; FileName:= TPath.Combine(TPath.GetDocumentsPath, FileName); I checked and the file exists. The image in the local HTML file is assigned as: <img alt="Nov" src="file://the filename above"> I also checked with starting the source with "file:///". It STILL doesn't work on iOS but does on Android. Any ideas?
-
Local Image in a Local HTML File not Loading on iOS
MikeMon replied to MikeMon's topic in Cross-platform
I found a solution by embedding the image as a base64 encoded string and it's working fine on iOS. -
Local Image in a Local HTML File not Loading on iOS
MikeMon replied to MikeMon's topic in Cross-platform
Hi Has anyone faced a similar issue? -
Actually, I think this has to do with Firebase using Kastri. with SDK 13.7 it was working fine.
-
After applying the patch, and adding the iOS Device 64-bit SDK 14.2, I'm getting the following error: [DCC Error] E2597 ld: warning: dwarf DW_FORM_strp (offset=0xFFFFFFDC) is too big in c:\program files (x86)\embarcadero\studio\20.0\lib\iOSDevice64\Release\libibtogo.a(ail.o). Switch to 13.7, everything's fine.
-
Hi I use Interbase XE3. How can I give access to a user to see ONLY the metadata of the tables and fields he/she has privileges for. Currently, he/she can see the metadata of the whole database. Kindly, advise
-
True!!
-
@Sriram& @Dany Marmur Thank you for your input. Dany, allow me to disagree with you in the sense that you are assuming that firstly, I want to HIDE the metadata, and secondly, that what's important in terms of protection is just the data and NOT the metadata. What I really want is to show the metadata of ONLY the tables or views that I've given a user a view access to; which should be the default behavior in my opinion. Only the database owner and the sysdba should have full access to view all the metadata by default. To give you an example, I've created a view and given view access to a user to just view the data in that view, but that user can connect to the database, let's say with IBConsole, and view the metadata of the whole database. In this way, they can use the metadata for their own use, e.g. set up their own database. For me this is a no-brainer. Why would I give a view access to a user for a single view, but be OK for that user to see my database's whole metadata?
-
TRESTClient Exception: REST request failed: Error sending data: (12175) A security error occurred
MikeMon replied to MikeMon's topic in Network, Cloud and Web
Tx. I've voted for the issue!! -
TRESTClient Exception: REST request failed: Error sending data: (12175) A security error occurred
MikeMon replied to MikeMon's topic in Network, Cloud and Web
It IS connected with older Windows versions which use TLS 1.1 or below. But as long as Postman works on those older Windows versions, there should be a solution with TRESTClient. Would you share the Quality Central issue link for me to follow up as well? -
TRESTClient Exception: REST request failed: Error sending data: (12175) A security error occurred
MikeMon replied to MikeMon's topic in Network, Cloud and Web
No solution yet. A solution has to be found because, like I said, other software, e.g. Postman, work fine. -
TRESTClient Exception: REST request failed: Error sending data: (12175) A security error occurred
MikeMon replied to MikeMon's topic in Network, Cloud and Web
I've already added the registry values. No luck. It is very weird that the Postman is working. Obviously, it is overriding the default protocols. -
TRESTClient Exception: REST request failed: Error sending data: (12175) A security error occurred
MikeMon replied to MikeMon's topic in Network, Cloud and Web
I checked the site using https://www.ssllabs.com/ssltest. It uses TLS1.2. In the handshake simulation, IE11 / Win7 and IE11 / Win8.1 return with "Server sent fatal alert; handshake_failure" message. Just FYI, as I wrote above, the problem is on a Windows Server 2012 R2. On my Windows 10 computer, it's working properly. Moreover, on the same Windows Server 2012 R2, the Postman software is working fine. -
TRESTClient Exception: REST request failed: Error sending data: (12175) A security error occurred
MikeMon replied to MikeMon's topic in Network, Cloud and Web
I'm already using 10.4.1. -
TRESTClient Exception: REST request failed: Error sending data: (12175) A security error occurred
MikeMon replied to MikeMon's topic in Network, Cloud and Web
I tried. Same exception. -
TRESTClient Exception: REST request failed: Error sending data: (12175) A security error occurred
MikeMon replied to MikeMon's topic in Network, Cloud and Web
Disabling TLS v1.2 on Postman is producing the same error. Disabling all other options and leaving only TLS v1.2 is working fine on Postman. So, I disabled the TLS13 in the TRESTCLient.SecurityProtocols, but I'm getting the same error. BTW, this is on a Windows Server 2012 R2 (which was working correctly until 2 days ago). On my Windows 10 computer, it's working properly. -
Hi I'm using Delphi 10.3.3. I have a problem with TLabels on Android. There are horizontal or vertical lines on some letters in the TLabel. As you can see on the attached image, the "d", "y" and "A" of the label "Cloudy Apple Juice" have lines on them. So do the "h", "O", "u", "c" and "e" of the label "Fresh Orange Juice". I'm using Java JDK version 1.8.0_261. I don't know if this has anything to do with it, but lately I had to uninstall the JDK (of which I don't remember what the version was) and reinstall it (version 1.80._261). Has anyone encountered this before? And what is the default version installed by Delphi 10.3.3.