Re: [Lazarus] Launching External Tool Cmd.exe in Windows

2016-09-23 Thread shoKwave
Am 22.09.2016 um 23:13 schrieb Lars: To clarify I meant the external tools in the IDE that allow you to launch a tool from the IDE tools menu... i.e. not actual lazarus coding, but a tool to launch from the IDE. Most text editors have this feature, lazarus has really good access to lots of

Re: [Lazarus] Windows 10 force any non-white background color to White

2016-10-14 Thread shoKwave via Lazarus
Am 14.10.2016 um 11:10 schrieb Dennis via Lazarus: Can anyone help? I googled and the only articles is about changing the title bar color, not the form's color. Dennis Maybe a TPanel can help. Ingo -- ___ Lazarus mailing list

Re: [Lazarus] German lazarus forum down

2017-05-16 Thread shoKwave via Lazarus
Danke, es beruhigt schon zu wissen, dass sich jemand darum kümmert. Gutes gelingen. Mfg Ingo Am 15.05.2017 um 22:57 schrieb Michael Fuchs via Lazarus: [Short English version below] Hallo allerseits, wie ihr vielleicht schon gemerkt habe, ist das deutschsprachige Lazarusforum schon wieder

Re: [Lazarus] Key scan codes

2017-05-29 Thread shoKwave via Lazarus
Something like: procedure TForm1.FormKeyPress(Sender: TObject; var Key: char); begin Label1.Caption := '$' + IntToHex(Ord(Key), 2); end; Am 28.05.2017 um 23:11 schrieb Larry Dalton via Lazarus: I need a function or procedure that will return the scan code for a keypress on both Linux

Re: [Lazarus] How to use two different versions of FPC

2018-05-07 Thread shoKwave via Lazarus
Am 07.05.2018 um 16:54 schrieb Gabor Boros via Lazarus: Is BigChimp's suggestion (1.-6.) a good starting point nowadays or something changed meanwhile in this topic. I will build everything (Lazarus fixes_1_8 and trunk, FPC trunk) from source except the actual stable FPC (now 3.0.4).

Re: [Lazarus] Icon program cannot be set as favorite in Ubuntu 18.04

2020-05-22 Thread shoKwave via lazarus
Hi, I don't have a Ubuntu running currently, but I could imagine you run your binary directly. You should try to create a .desktop file and run your application that way. A .desktop file is a simple textfile whitch contains some metainformation (like a .lnk on Windows) and looks like this.