Re: [Lazarus] automated testing code

2024-10-31 Thread Alexander Hofmann via lazarus
Hi, my two cents: Am 28.10.24 um 15:40 schrieb duilio foschi via lazarus: In the instance, the weird text /-5 07:36 28/10/2024507:36 28/10/2024 is written. Inserting current date and time is a long-lasting feature of notepad (unchanged since at least Windows 2 :-)) - triggered by [F5] key (o

Re: [Lazarus] Sqlite3 on Android

2024-10-31 Thread Larry Dalton via lazarus
I will let you know On Thu, Oct 31, 2024 at 17:59 Jean SUZINEAU via lazarus < lazarus@lists.lazarus-ide.org> wrote: > If you use LAMW, I think you can find the documents directory this way > (assuming var jF: jForm; ): > > DocumentsDirectory:= jF.GetEnvironmentDirectoryPath( dirDocuments); > > I

Re: [Lazarus] lazarus Digest, Vol 201, Issue 10

2024-10-31 Thread Tony Stone via lazarus
Not sure if i am using this mailing list properly but I want to share my modified mouseandkeyinput package with the user who was having issues.  It can be found here and I did make some "improvements" and maybe it will be helpful to you. https://github.com/TonyStone31/lmakiproject1 I have bee

Re: [Lazarus] Sqlite3 on Android

2024-10-31 Thread Jean SUZINEAU via lazarus
If you use LAMW, I think you can find the documents directory this way (assuming var jF: jForm; ): DocumentsDirectory:= jF.GetEnvironmentDirectoryPath( dirDocuments); I would be curious if you can open the database this way. For my programs, due to to the various securities of Android, I neede