erva
Members-
Content Count
48 -
Joined
-
Last visited
Community Reputation
2 NeutralTechnical Information
-
Delphi-Version
Delphi 10.4 Sydney
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Also these properties are in TIdmessage: object mailMessage: TIdMessage AttachmentEncoding = 'UUE' Encoding = meDefault
-
Hi, Added these properties to TIdmessage: mailMessage.ContentType := 'text/plain'; mailMessage.CharSet := 'UTF-8'; After that mail attachments shows in receivers mail as Base64 format in mail, no attached file is in mail like this: "This is a multi-part message in MIME format --sgPuwCmxSaiDhkWsCT2JPGRD=_YJcryGeg Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline T=C3=A4ss=C3=A4 on =C3=A4=C3=A4kk=C3=B6si=C3=A4 ja liite --sgPuwCmxSaiDhkWsCT2JPGRD=_YJcryGeg Content-Type: application/pdf; name="1.pdf" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="1.pdf" JVBERi0xLjcNCiXi48/TDQoyIDAgb2JqDQo8PC9MZW5ndGggMjcxMi9GaWx0ZXIvRmxhdGVEZWNv ZGU+Pg0Kc3RyZWFtDQp4Aa2aS4/sOhWF5yXVf8gvMH7mISGke+6D8YEjMUDMLiAhQDp3wt/nWzt2 utLd5Up3apB2ynHSy2uvvb39+H69fL1evre/OWSXyjJMi3dTHIeQJ5d9pHRhSsNvf79e/nK9/Pd6 +fLtevndL35Y3DKW4ds/rpe//m3ww6/Xi6fww2//vF7yPLsy8q3sljx849nvvU/F+zJzRe/zl7Us gXvVUfpEm5HfmWee8sc/DN/+db38zD/8eoN0vU8TcIdp8m6e8xDC4nwpn0ObZjcXPlVc8A1sAGwA kJW6B1AAWEg9UGEpbpzTkCExljyUxZU4fw5VjMkFfSq7PG2w4Cf8CBZBowzwGPIhSDCVQ3gKpCm7 MW6QMJ+YkfkE7TGkajo4ktDikt3s0z2SArZ1S5nvKK3abkmYvyGK2EliS4v3EZISghO6CNKE0HSp TfyZ51x6bm31HFvrd/yJZ/pNe72r7+lbutKEULlGvqv3kv4HV6TO/gdGUpsxvmOYvbP86Y+4jZvK........." If mail is not including attachment, it shows as it should in receivers email app. I need to chance some other properties also from TIdSMTP and/or TIdMessage but i don't have any idea what to change.
-
Using now 10.4 Sydney without problems. Probably problem solved when have done clean install again.
-
Ok, thanks. Good link. Any idea where to get info how to get heart rate readings from watch? GPS is maybe working with TLocation as usual.
-
I guess it's possible to make apps for Samsung galaxy Watch with Delphi. But how they are installed to watch? It's only bluetooth, no USB cable connection. And is it possible to get user heart rate readings from watch?
-
Trying to set Android app so that it doesn't go to sleep mode. Added to uses Android.JNI.PowerManager but compiler doesn't find it. Does in Tools/Options/Language/Library paths need to add path to some folder where Android.JNI.PowerManager exists or what do i need to do?
-
Reinstalled Delphi, but problem still exist. Managed to install iOS SDK without problems to free install.
-
I can't install macOS 64-bit at SDK Manager. When try to install, it doesn't get saved to to "SDK versions" lists. macOS 32-bit i can uninstall and reinstall with no problems, problems are only with 64-bit.
-
Noticed that in Platform Properties SDK was empty. When try to add new SDK, "Add a New SDK" settings are just like in previous post, it doesn't get saved. SDK stays empty.
-
Thanks for help again, they were messed. I think it has something to do with that i installed one 3rd party component demo and from demo was support for macOS eluded. I didn't now it first and tested manually add library paths to components. Now i have added all missing items but when compiling error rises without any explation: And during compilation this windows appears:
-
I was able to compile to macOS fine, but after installing TMS Software components i get this error, any idea what to do? [dccosx64 Error] E2597 ld: file not found: librtlhelper.a
-
Mysterious things happening.... I got date formatting working ok. But then made changes to DB structure and after that grids first and last dates show like they should, others not
-
That 'displaytext' property i was missing from grid side, thanks a lot:)
-
Tried FormatDateTime('dd.mm.yyyy', Now); but get this exception:
-
I'am using FormatDateTime('dd.mm.yyyy', %s) and get error "Invalid class typecast".