On 04/11/2018 07:18 PM, Werner Pamler via Lazarus wrote:
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 t
There is a bit more to adapt all features of cmd.exe, especially
colors. The interface is handled by a windows DLL and kind of clunky,
so you need to hook functions. That is why I was wondering if it had
already been done.
On Thu, Apr 12, 2018 at 1:50 PM, Mark Morgan Lloyd via Lazarus
wrote:
> On
On 12/04/18 05:45, R0b0t1 via Lazarus wrote:
Did you ever try to make it cross platform? I only ask as I have notfound a
good way to embed either PowerShell or cmd.exe.
I did it years ago for cmd.exe on Delphi, I think it used pipes in some
form.
--
Mark Morgan Lloyd
markMLl .AT. telemetry
Thanks, Anthony Walter and Tony Whyman.
Regards,
Kamen
> Оригинално писмо
>От: Tony Whyman via Lazarus lazarus@lists.lazarus-ide.org
>Относно: Re: [Lazarus] Encrypted connection between Lazarus and Firebird
>До: lazarus@lists.lazarus-ide.org
>Изпратено на: 11.0
R0b0t1,
If you look at the sources you'll see I simply wrapped some of the
functionality of gnome's terminal component inside a LCL TCustomControl
class. Two function calls actually, vte_terminal_new
and vte_terminal_fork_command_full. The gnome tool kit, or gtk for short,
takes care of the rest.