[Lazarus] TSplitter refuses to move to the left with mouse (but moves via code)

2017-03-20 Thread Jürgen Hestermann via Lazarus
I have a TSplitter that separates elements on the left from those on the right. I use code to move this splitter to the left or right in an KeyDown routine. Example: --- case Key of VK_LEFT : begin if

[Lazarus] Was bug on moving to 2nd monitor

2017-03-20 Thread Alexey via Lazarus
Bug report about manifest on Win10: opt "dpi aware = true/PM". it works bad, if: - I maximized Cudatext window on 1st monitor - I drag window caption to 2nd monitor On moved to 2nd mon, Cudatext window takes 0x0 size, limited to minimal window size(?). It is about 100x30pixels now, all content

Re: [Lazarus] sqoKeepOpenOnCommit

2017-03-20 Thread Michael Van Canneyt via Lazarus
On Mon, 20 Mar 2017, kapibara via Lazarus wrote: I started using TSQLQuery's new property sqoKeepOpenOnCommit instead of CommitRetaining. When the app is closing there is now this error: Quote Operation cannot be performed on an active dataset Happens only if sqoKeepOpenOnCommit is