Re: [Lazarus] Terminal Component Available

2018-04-11 Thread R0b0t1 via Lazarus
On Tue, Apr 10, 2018 at 10:12 PM, Anthony Walter via Lazarus wrote: > I'm am starting a new thread because I've completed my task. > > Here is a terminal component for Lazarus that is easy to reuse. > > https://cache.getlazarus.org/archives/terminal.7z > > To

Re: [Lazarus] Drag (and show) images

2018-04-11 Thread Werner Pamler via Lazarus
Am 12.04.2018 um 00:02 schrieb Donald Ziesig via Lazarus: I am trying to write an app that allows me to drag images and show them while they are being dragged (like the cards in Solitaire). I have been able to drag images (showing only the drag cursor) and drop them appropriately, but I

Re: [Lazarus] Drag (and show) images

2018-04-11 Thread Graeme Geldenhuys via Lazarus
On 2018-04-11 23:02, Donald Ziesig via Lazarus wrote: > Can anyone point me in the right direction for this? I've never really compared LCL's drag-n-drop implementation with fpGUI's - but they might be similar in some way. Anyway, fpGUI' visual forms designer - the fpGUI's UI Designer

[Lazarus] Drag (and show) images

2018-04-11 Thread Donald Ziesig via Lazarus
Hi All! I am trying to write an app that allows me to drag images and show them while they are being dragged (like the cards in Solitaire). I have been able to drag images (showing only the drag cursor) and drop them appropriately, but I haven't been able to find any recent documentation

Re: [Lazarus] Lazarus translation

2018-04-11 Thread Simon Ameis via Lazarus
Am 10.04.2018 um 19:34 schrieb kapibara via Lazarus: > There is no swedish translation of Lazarus, how can I make one? > You should find a README.txt in the languages directory in your lazarus installation or just read it online at

Re: [Lazarus] Encrypted connection between Lazarus and Firebird

2018-04-11 Thread Tony Whyman via Lazarus
The first question is a Firebird question. With Firebird 3, you can configure use of the Srp user authentication module and "over-the-wire" encryption. This should give you an encrypted connection between client and server. The settings for this are in the "firebird.conf" config file. This

Re: [Lazarus] Encrypted connection between Lazarus and Firebird

2018-04-11 Thread Anthony Walter via Lazarus
Use a socket to connect, and make it encrypted. Or ssl ... it can work on any port, not just 443. https://technet.microsoft.com/en-us/library/ms189067(v=sql.105).aspx Or you could use ssh. http://www.firebirdfaq.org/faq113/ -- ___ Lazarus mailing

Re: [Lazarus] Dark themed lazarus

2018-04-11 Thread Anthony Walter via Lazarus
Juha, no I mean this, reflecting this, the old way the OI handled changes: http://cache.getlazarus.org/videos/drag-inspector.mp4 The lag is visceral. Whenever an item index changes, the entire OI is invalidated. My change repaints 2 items, the previous row, and the new row. It's must faster. --

[Lazarus] Encrypted connection between Lazarus and Firebird

2018-04-11 Thread Kamen Ketev via Lazarus
Can I make an encrypted connection between Lazarus and Firebird? What components should I use? Can I make an encrypted connection between Lazarus and Microsoft SQL Server? What components should I use? Regards, Kamen -- ___ Lazarus mailing list

Re: [Lazarus] Terminal Component Available

2018-04-11 Thread Michael Van Canneyt via Lazarus
On Wed, 11 Apr 2018, Maciej Izak via Lazarus wrote: 2018-04-11 9:18 GMT+02:00 Michael Van Canneyt via Lazarus < lazarus@lists.lazarus-ide.org>: Huh ? Slight historical misinformation here. Linux editors had this decennia before Visual Studio came up with it. Huh? What is wrong with

Re: [Lazarus] Terminal Component Available

2018-04-11 Thread Maciej Izak via Lazarus
2018-04-11 9:18 GMT+02:00 Michael Van Canneyt via Lazarus < lazarus@lists.lazarus-ide.org>: > > Huh ? Slight historical misinformation here. > > Linux editors had this decennia before Visual Studio came up with it. > Huh? What is wrong with you? Where you have historical misinformation? It is

Re: [Lazarus] Terminal Component Available

2018-04-11 Thread Anthony Walter via Lazarus
By the way, there is a small bug with the IDE I discovered while making this. If you dock a window, then right click and close it, or undock it, window cannot be docked again. You have to restart the IDE to be able to dock that window type. Here is a screen capture of the issue:

Re: [Lazarus] Terminal Component Available

2018-04-11 Thread Michael Van Canneyt via Lazarus
On Wed, 11 Apr 2018, Maciej Izak via Lazarus wrote: Very good initiative (Visual Studio Code inspired) . I wish to had this for Windows too :) Huh ? Slight historical misinformation here. Linux editors had this decennia before Visual Studio came up with it. Michael. --

Re: [Lazarus] Terminal Component Available

2018-04-11 Thread Maciej Izak via Lazarus
Very good initiative (Visual Studio Code inspired) . I wish to had this for Windows too :) 2018-04-11 8:43 GMT+02:00 Anthony Walter via Lazarus < lazarus@lists.lazarus-ide.org>: > I updated my archive to include support for a dockable window inside the > Lazarus IDE. > >

Re: [Lazarus] Dark themed lazarus

2018-04-11 Thread Maciej Izak via Lazarus
2018-04-05 12:33 GMT+02:00 Anthony Walter : > As a side enhancement, it would display information about the top, left, > width, and height of the changes inside the overlay as you dragged. Also it > might display the name and class of the control centered within the > overlay.

Re: [Lazarus] Terminal Component Available

2018-04-11 Thread Anthony Walter via Lazarus
I updated my archive to include support for a dockable window inside the Lazarus IDE. https://cache.getlazarus.org/videos/vte-embedded.mp4 -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus