Re: [Lazarus] LazDataDesktop: transaction handling

2019-09-04 Thread LacaK via lazarus
If data of underlaying TSQLQuery are presented and edited only thorought this DBGrid then I would add to TSQLQuery option "sqoAutoApplyUpdates". (I am not familiar with architecture of LazDataDesktop) Which causes that on every Post/Delete updates are applied to database. There will remain

[Lazarus] LazDataDesktop: transaction handling

2019-09-04 Thread Ondrej Pokorny via lazarus
Hello (Michael)! I started to use LazDataDesktop because PgAdmin4 is horrible. I have a problem with transactions with Postgres connection (well I tested only Postgres connection). I found out that when using the SQL editor, I can type "COMMIT" and "ROLLBACK" - so far so good. (Well I would

Re: [Lazarus] Cross-platform project. Font sizes not the same....

2019-09-04 Thread Kostas Michalopoulos via lazarus
I *highly* recommend to avoid changing font sizes, users select themes because they want applications to use them, so it is better to stick with their choices and use autosizing (the default setting for most controls), the align property and the anchor editor. Here is an old (but still valid)

[Lazarus] IDE: on deleting build-modes, I got change in .lpr file

2019-09-04 Thread Alexey Tor. via lazarus
I deleted 2 build modes, and diff shows that also the .lpr file was changed. Space was deleted near the :=. --- a/app/cudatext.lpr +++ b/app/cudatext.lpr @@ -28,7 +28,7 @@ begin    if Screen.MonitorCount>1 then Application.MainFormOnTaskBar:= True;    {$IFEND} -  Application.Title:=