[Lazarus] Does anybody know a TStrinGrid-Component capable of sorting Date. Time, Float ...

2017-02-13 Thread John Landmesser via Lazarus
Hi, i searched some time for such a component ... in vain! So i developed myself a TStringGrid, that sorts columns with TDate, TTime, TFloat ... I can't believe that this doesn't allready exists for Lazarus?! For example i found http://www.tkweb.eu/en/delphicomp/kgrid.html BUT!! "Written

[Lazarus] Fw: thanks for everything

2017-03-29 Thread John Landmesser via Lazarus
Hey friend, I wanted to tell you how much much I appreciate our friendship, you may read my thank you message here http://zypi.com/language.php?5b5a Warm regards, John Landmesser -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

[Lazarus] List down?

2017-08-10 Thread John Landmesser via Lazarus
just to see if my post will be shown on lazarus-ide.org because: *Last message date:*/Sat Aug 5 16:27:27 CEST 2017/ / / /... or just holiday? / -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

[Lazarus] compiling svn Lazarus -> error

2017-04-28 Thread John Landmesser via Lazarus
does anyone got the same error when compiling svn Lazarus? Revision 54762 Lazarus 1.9.0 r54742 FPC 3.0.0 x86_64-linux-gtk2 Revision 54762 message: (3104) Compiling directorycacher.pas /home/john1/lazarus/components/codetools/directorycacher.pas(1257,14) Error: (3026) Wrong number of

Re: [Lazarus] Favourite stand-alone db file?

2017-11-29 Thread John Landmesser via Lazarus
just plain text Files that works with SQL-Statements http://wiki.lazarus.freepascal.org/ZMSQL Am 26.11.2017 um 14:52 schrieb DougC via Lazarus: It would be hard to beat SQLite for a small stand-alone single-user RDBMS. On Wed, 22 Nov 2017 00:07:02 -0500 *Chavoux Luyt via Lazarus

Re: [Lazarus] IDE menu editor - icons in dropdown are grayed

2017-12-20 Thread John Landmesser via Lazarus
Am 20.12.2017 um 08:46 schrieb AlexeyT via Lazarus: Not sure it is bug. i added icon to mainmenu top items, and to dropdown items (e.g. File and File/Open). Menu editor: icon for File is yellow, ok. icon for File/Open is grayed, not ok. must be same icon. gtk2, Laz trunk. no problem with

[Lazarus] Highlight matching brackets

2017-12-11 Thread John Landmesser via Lazarus
i think there is something wrong?! Lazarus svn Lazarus 1.9.0 r56691M FPC 3.0.4 x86_64-linux-gtk2 should highlight Brackets as () but it highlights single quotes ' that happens for WinXP too! sceenshot of settings (right) and IDE (left) .. could not send the sreenshot, it's over 100 kb!! --

Re: [Lazarus] Highlight matching brackets

2017-12-11 Thread john landmesser via Lazarus
ControlStyle:=ControlStyle+ [csNoDesignVisible]; //does NOT work i.e. when previous char is "red" +-*/@() etc. it works, while abcde...ABCDE... or *space* doesn't. Also with UTF chars it doesn't work (ěščřžýáí) V. ______ > Od: Jo

Re: [Lazarus] TStringGrid sort symbol in TitleButton

2018-05-14 Thread John Landmesser via Lazarus
Hi Zeljko, think of a *.csv file and StringGrid.LoadFromCSV... No columns defined in StringGrid, they will be created "on the fly" and user wants to sort a column by click on columnTitle. There are default arrows that only show up if you define at least one column and thats not ok i think!

[Lazarus] Package/New Package broken

2018-05-16 Thread John Landmesser via Lazarus
Hi, Lazarus 1.9.0 r57942 FPC 3.0.0 x86_64-linux-gtk2 try Package/New Package and you get an Error Dialog. "PackageEditor_Neues Package1" is not a valid component name. -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

Re: [Lazarus] Lazarus-ccr Access

2018-05-17 Thread John Landmesser via Lazarus
Am 17.05.2018 um 17:40 schrieb Joost van der Sluis via Lazarus: Op 17-05-18 om 13:20 schreef John Landmesser via Lazarus TStringGrid sorts everything as string! To improve that i developed TSortGrid, derived from TStringGrid, but capable of sorting Integer, Float, Date, Time, String and show

Re: [Lazarus] Lazarus-ccr Access

2018-05-18 Thread John Landmesser via Lazarus
Am 18.05.2018 um 15:44 schrieb Werner Pamler via Lazarus: Am 17.05.2018 um 13:20 schrieb John Landmesser via Lazarus: is that a candidate for ccr and can i get access to it? It was Felipe who gave me commit rights for ccr, just contact him directly referring to this thread. You'll find his

Re: [Lazarus] Package/New Package broken

2018-05-18 Thread John Landmesser via Lazarus
Am 17.05.2018 um 00:01 schrieb Cyrax via Lazarus: On 16/05/18 10:44, John Landmesser via Lazarus wrote: Hi, Lazarus 1.9.0 r57942 FPC 3.0.0 x86_64-linux-gtk2 try Package/New Package and you get an Error Dialog. "PackageEditor_Neues Package1" is not a valid component name. Laz

Re: [Lazarus] error on compiling trunk

2018-01-09 Thread John Landmesser via Lazarus
Am 09.01.2018 um 19:22 schrieb Mattias Gaertner via Lazarus: On Tue, 9 Jan 2018 16:10:51 +0100 John Landmesser via Lazarus <lazarus@lists.lazarus-ide.org> wrote: /lazarus/components/codetools/identcompletiontool.pas(634,31) Error: (3205) Illegal qualifier Lazarus 1.9.0 r56520M FPC

[Lazarus] error on compiling trunk

2018-01-09 Thread John Landmesser via Lazarus
/lazarus/components/codetools/identcompletiontool.pas(634,31) Error: (3205) Illegal qualifier Lazarus 1.9.0 r56520M FPC 3.0.0 x86_64-linux-gtk2 -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] error on compiling trunk

2018-01-09 Thread John Landmesser via Lazarus
Am 09.01.2018 um 16:17 schrieb Mattias Gaertner via Lazarus: On Tue, 9 Jan 2018 16:10:51 +0100 John Landmesser via Lazarus <lazarus@lists.lazarus-ide.org> wrote: /lazarus/components/codetools/identcompletiontool.pas(634,31) Error: (3205) Illegal qualifier Lazarus 1.9.0 r56520M FPC

[Lazarus] Linux: howto define file *.lpi to be opened with lazarus?

2018-01-15 Thread John Landmesser via Lazarus
I'm on Linux-Mint Cinnamon and i want to associate *.lpi with lazarus Application: *.lpi is of Filetype XML, but we need the fileExtension *.lpi here!! found: lazarus.desktop copied:  cp '/home/john1/lazarus/install/lazarus.desktop' /usr/share/applications/ and lazarus-mime.xml copied:  

Re: [Lazarus] Linux: howto define file *.lpi to be opened with lazarus?

2018-01-15 Thread John Landmesser via Lazarus
tried this, didn't work :-( update-mime-database /usr/share/mime/ -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Linux: howto define file *.lpi to be opened with lazarus?

2018-01-15 Thread John Landmesser via Lazarus
Am 15.01.2018 um 18:40 schrieb Howard Page-Clark via Lazarus: Navigate to any .lpi file on your disk using the file browser (Nemo). Right click on that .lpi, and choose Properties. In the .lpi Properties dialog click on the third button at the top, Open With, and choose Lazarus from the

Re: [Lazarus] Linux: howto define file *.lpi to be opened with lazarus?

2018-01-16 Thread John Landmesser via Lazarus
Am 15.01.2018 um 22:46 schrieb Mark Morgan Lloyd via Lazarus: Possibly one of the xdg-* programs... a bit of Googling suggests xdg-mime seems to work now: executed: xdg-mime install ./lazarus-mime.xml But *.xml is still opened by lazarus aplication. Could be because i really tried a lot

Re: [Lazarus] Lazarus trunk: AV on rightClick on Component-pallette: ShowAll

2018-02-08 Thread John Landmesser via Lazarus
On 08.02.2018 12:57, Landmesser John via Lazarus wrote: do i have to write a bug report? Lazarus 1.9.0 "today" FPC 3.0.4 i386-win32-win32/win64 bug report done https://bugs.freepascal.org/view.php?id=33139 -- ___ Lazarus mailing list

Re: [Lazarus] Lazarus trunk: AV on rightClick on Component-pallette: ShowAll

2018-02-08 Thread John Landmesser via Lazarus
On 08.02.2018 20:58, Juha Manninen via Lazarus wrote: On Thu, Feb 8, 2018 at 8:51 PM, Juha Manninen wrote: Can you open the components list with Ctrl-Shift-P ? I meant Ctrl-Alt-P. Juha sam AV if i use the keyboard shortcut --

Re: [Lazarus] Lazarus trunk: AV on rightClick on Component-pallette: ShowAll

2018-02-08 Thread john Landmesser via Lazarus
Am 08.02.2018 um 21:45 schrieb John Landmesser via Lazarus: On 08.02.2018 20:58, Juha Manninen via Lazarus wrote: On Thu, Feb 8, 2018 at 8:51 PM, Juha Manninen <juha.mannine...@gmail.com> wrote: Can you open the components list with Ctrl-Shift-P ? I meant Ctrl-Alt-P. Juha sam AV if

Re: [Lazarus] Lazarus trunk: AV on rightClick on Component-pallette: ShowAll

2018-02-08 Thread John Landmesser via Lazarus
On 08.02.2018 20:58, Juha Manninen via Lazarus wrote: On Thu, Feb 8, 2018 at 8:51 PM, Juha Manninen wrote: Can you open the components list with Ctrl-Shift-P ? I meant Ctrl-Alt-P. Juha Ctrl-Alt-P is already defined on my Linux XFCE Have to learn how to redefine

Re: [Lazarus] Lazarus trunk: AV on rightClick on Component-pallette: ShowAll

2018-02-08 Thread john Landmesser via Lazarus
did a fresh svn download of lazarus Without own components it is ok but this AV appears again after compiling with my extra components?!! -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Lazarus trunk: AV on rightClick on Component-pallette: ShowAll

2018-02-08 Thread John Landmesser via Lazarus
same experience for Linux XFCE and own components installed -> AV with these messages: TLazarusManager.Run starting /home/john1/lazarus/lazarus ... Hint: (lazarus) [TMainIDE.ParseCmdLineOptions] PrimaryConfigPath="/home/john1/.lazarus" Hint: (lazarus) [TMainIDE.ParseCmdLineOptions]

Re: [Lazarus] Strange screen flickering Lazarus revision > 57000

2018-02-20 Thread John Landmesser via Lazarus
the delivered patch in https://bugs.freepascal.org/view.php?id=33198 is: Index: grids.pas === --- grids.pas    (revision 57332) +++ grids.pas    (working copy) @@ -9414,6 +9414,8 @@  procedure TCustomGrid.Loaded;  begin    inherited

Re: [Lazarus] Start Lazarus and press F9 to see a console saying: "Analysing... Coding..."

2018-08-05 Thread John Landmesser via Lazarus
.. works ok with: Lazarus 1.9.0 r58509 FPC 3.0.4 x86_64-linux-gtk2 Am 05.08.2018 um 17:06 schrieb Marcos Douglas B. Santos via Lazarus: I've updated my Lazarus and now I cannot start any GUI application. Th IDE shows a console saying "Analysing... Coding...". To reproduce, just start Lazarus

Re: [Lazarus] error if lhelp needs to be compiled

2018-08-21 Thread John Landmesser via Lazarus
Am 20.08.18 um 20:23 schrieb John Landmesser via Lazarus: path is wrong: double slash: The program "/home/john1/lazarus//components/chmhelp/lhelp/lhelp" does not seem to exist or could not be built! Lazarus: Lazarus 1.9.0 r58745 FPC 3.0.4 x86_64-

Re: [Lazarus] Howto use Tooltip for function pos( for example?

2018-03-15 Thread John Landmesser via Lazarus
bug-report, done https://bugs.freepascal.org/view.php?id=33433 Am 15.03.2018 um 13:21 schrieb Juha Manninen via Lazarus: On Thu, Mar 15, 2018 at 2:07 PM, Landmesser John via Lazarus wrote: Should i write bug-report? Yes please. Juha --

Re: [Lazarus] Terminal Component Available

2018-04-14 Thread John Landmesser via Lazarus
for Lazarus 1.9.0 r57653 FPC 3.0.4 x86_64-linux-gtk2 you need also dynlibs in gtk2term: uses   GLib2, Gtk2, dynlibs; Am 11.04.2018 um 05:12 schrieb Anthony Walter via Lazarus: I'm am starting a new thread because I've completed my task. Here is a terminal component for Lazarus that is

Re: [Lazarus] Loading an image to a mysql blob

2018-11-01 Thread John Landmesser via Lazarus
Am 31.10.18 um 13:05 schrieb Terry A. Haimann via Lazarus: I tried loading an image into a Medium Blob.  The image uploads and shows up on my form, but when I click post on my DbNavigator the program gives me an access violation. Here is the source code: procedure

Re: [Lazarus] How to build FPC/Lazarus from sources on Windows?

2018-11-07 Thread John Landmesser via lazarus
have a look at: http://wiki.freepascal.org/fpcupdeluxe that should be sufficient?!! Am 07.11.18 um 14:22 schrieb Bo Berglund via lazarus: On Wed, 07 Nov 2018 12:23:29 +0100, Bo Berglund via lazarus wrote: On Wed, 07 Nov 2018 11:51:36 +0100, Bo Berglund via lazarus wrote: Is there an

Re: [Lazarus] TListView + OwnerData=true + CheckBoxes

2018-12-11 Thread John Landmesser via lazarus
perhaps useful: http://tinyurl.com/y8p4zzf3 Am 11.12.18 um 13:18 schrieb Marcos Douglas B. Santos via lazarus: On Tue, Dec 11, 2018 at 10:06 AM zeljko wrote: On 12/11/2018 12:44 PM, Marcos Douglas B. Santos wrote: On Tue, Dec 11, 2018 at 5:40 AM zeljko wrote: On 12/10/2018 08:38 PM,

Re: [Lazarus] Wiki animated logo

2018-12-18 Thread John Landmesser via lazarus
Am 17.12.18 um 18:19 schrieb AlexeyT via lazarus: Hi. Can someone replace animated http://wiki.freepascal.org/skins/pic/logo.gif  - running cat - to static pic? It can be from http://wiki.freepascal.org/Logos_and_Banners very good idea!! Kill that nervous cat !! --

Re: [Lazarus] compile error svn Lazarus 2.1

2018-12-04 Thread John Landmesser via lazarus
last working version: Lazarus 2.1.0 r59677 FPC 3.0.4 x86_64-linux-gtk2 Am 03.12.18 um 21:57 schrieb John Landmesser via lazarus:  /home/john1/lazarus/packager/fppkghelper.pas(28,31) Hint: (5024) Parameter "PackageName" not used /home/john1/lazarus/packager/fppkghelper.pas(29,28) H

Re: [Lazarus] compile error svn Lazarus 2.1

2018-12-04 Thread john Landmesser via lazarus
errors start with rev. 59710 IDE: Fixed possible AV's during the dependency checks on fpmake-packages Am 04.12.2018 um 15:10 schrieb John Landmesser via lazarus: last working version: Lazarus 2.1.0 r59677 FPC 3.0.4 x86_64-linux-gtk2 Am 03.12.18 um 21:57 schrieb John Landmesser via

[Lazarus] compile error svn Lazarus 2.1

2018-12-03 Thread John Landmesser via lazarus
 /home/john1/lazarus/packager/fppkghelper.pas(28,31) Hint: (5024) Parameter "PackageName" not used /home/john1/lazarus/packager/fppkghelper.pas(29,28) Hint: (5024) Parameter "AList" not used /home/john1/lazarus/packager/fppkghelper.pas(131,19) Error: (5000) Identifier not found "FFPpkg"

[Lazarus] Linux: how to get colored output in terminal of "make useride" for example?

2019-04-04 Thread John Landmesser via lazarus
... errors should be red ... Therefore do i need a bunch of settings in bashrc?? Copy/paste would be nice :-) -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] make useride error

2019-04-05 Thread John Landmesser via lazarus
Solution: Delete ~/.lazarus configuration files and start configuring Lazarus again from scratch. Am 15.03.19 um 22:21 schrieb John Landmesser via lazarus: if i svn update lazarus and then make useride i get in terminal this error: make[2]: Entering directory '/home/john1/lazarus/ide

Re: [Lazarus] Theme support for lazarus IDE

2019-03-05 Thread John Landmesser via lazarus
Am 05.03.19 um 11:42 schrieb Anthony Walter via lazarus: The GTK_THEME variable is recognized by Gtk 3. For Gtk 2 you need to set GTK2_RC_FILES to the gtkrc file for the theme you want. Your Gedit is build using Gtk 3. Lazarus is typically build on Linux using Gtk 2. See also:

[Lazarus] Theme support for lazarus IDE

2019-03-04 Thread John Landmesser via lazarus
this one works ok on Linux: |GTK_THEME=Adwaita:dark gedit but lazarus ignores this setting?! ... i like a desktop dark theme, but not for lazarus. I would prefer ||GTK_THEME=Adwaita:light for lazarus Long time ago Michael Van Canneyt told us lazarus as gtk-App should be capable of theme per

Re: [Lazarus] TLabel or TStaticText?

2019-03-15 Thread John Landmesser via lazarus
what about a new form with FormStyle := fsSystemStayOnTop ?! Am 15.03.19 um 12:37 schrieb frans via lazarus: Hi, I'm using Lazarus 1.8.4 on Win10. In my application I have a Form with 2 functions. (1) Is to download files from an internet server using ftp, (2) is to store the data from those

Re: [Lazarus] is there a free Grid component better than the default TStringGrid?

2019-05-28 Thread John Landmesser via lazarus
Yes, sorry in ProjectIInspector there is a dependency that should have been removed by me: second possibility ignore the warning and compile: works here! m 27.05.19 um 17:07 schrieb Dennis via lazarus: John Landmesser via lazarus wrote: See attached demo that works without installing

Re: [Lazarus] is there a free Grid component better than the default TStringGrid?

2019-05-27 Thread John Landmesser via lazarus
perhaps TSortGrid from Online Package Manager that handles String, Float, Integer as you would expect?! Am 27.05.19 um 06:43 schrieb Dennis via lazarus: I am hoping one that supports different column types editing without much coding on my side. thanks in advance. Dennis --

Re: [Lazarus] is there a free Grid component better than the default TStringGrid?

2019-05-27 Thread John Landmesser via lazarus
See attached demo that works without installing TSortGrid. m 27.05.19 um 11:02 schrieb John Landmesser via lazarus: perhaps TSortGrid from Online Package Manager that handles String, Float, Integer as you would expect?! Am 27.05.19 um 06:43 schrieb Dennis via lazarus: I am hoping one

Re: [Lazarus] It is a beautiful day...

2019-07-12 Thread John Landmesser via lazarus
Little improvement: Highlight the current compiling project: Why? Think of a package with examples all called project1, so you don't know which project eventually throws an error?!! Thanks for project-groups!! Am 11.07.19 um 17:46 schrieb Michael Van Canneyt via lazarus: Hello, For those

Re: [Lazarus] Default color of form in RGB?

2019-10-13 Thread John Landmesser via lazarus
Am 13.10.19 um 21:55 schrieb Anthony Walter via lazarus: Does anyone know of a reliable way get the default color of a form (as in clDefault) in RGB? I am writing some code to prepare bitmaps and I want their background to match the default color of a form. Unfortunately I don't see a way to

Re: [Lazarus] Update Lazarus from svn, what happens on rebuild?

2019-12-18 Thread John Landmesser via lazarus
All packages become part of the lazarus executable. Thats different from Delphi for example where packages are dynamical loaded. This one builds the IDE with all extra packages you installed yourself: make clean lazbuild useride starter i Hope, thats a useful and correct answer! Am

Re: [Lazarus] svn update can't be compiled

2020-02-24 Thread John Landmesser via lazarus
My solution: For Manjaro (ArchLinux) i installed fpc-svn and fpc-src-svn from AUR with yay and now i have a running: Lazarus 2.1.0 r62669 FPC 3.3.1 x86_64-linux-gtk2 Hope that big jump from 3.0.4 to 3.3.1 causes no troubles ... we'll see! Thanks Juha for your information! --

Re: [Lazarus] svn update can't be compiled

2020-02-25 Thread John Landmesser via lazarus
Am 25.02.20 um 10:23 schrieb Juha Manninen via lazarus: I also run Manjaro Linux but I didn't know that AUR has FPC trunk. I would download it if I didn't build it already myself. My experience: pamac couldn't  build the svn versions from AUR, but yay -S fpc-svn  fpc-src-svn did it after

[Lazarus] svn update can't be compiled

2020-02-24 Thread John Landmesser via lazarus
Hi, Info: Lazarus 2.1.0 r62571M FPC 3.0.4 x86_64-linux-gtk2 error compiling the IDE: Lazarus-Quelltext aufräumen: Erfolg Kompiliere Package FCL 1.0.1: Erfolg Kompiliere Package LazUtils 1.0: Erfolg, Warnungen: 2 laz2_dom.pas(1944,14) Warning: Symbol "BuildList" is deprecated: "Use NodeFilter

Re: [Lazarus] Projects in a directory hierarchy - what is allowed?

2020-02-03 Thread John Landmesser via lazarus
Two steps i would try: A) File/Clean Directory B) Run/Clean and rebuild I have a german Lazarus IDE, so the commands perhaps called different! .. never had these sort of issue, never uesed Raspbian Buster good luck John Am 02.02.20 um 23:50 schrieb Bo Berglund via lazarus: I have

Re: [Lazarus] Lazarus on Ubuntu 18 does not restore all minimized windows with the main window

2020-04-12 Thread John Landmesser via lazarus
I use /lazarus/components/anchordocking/design/anchordockingdsgn.lpk and there is in Kontextmenue of minimized App "restore all" Perhaps useful ?!! Am 12.04.20 um 11:45 schrieb Bo Berglund via lazarus: I have installed FPC 3.0.4/Lazarus 2.0.6 from sources retrieved by SVN onto a repurposed HP

[Lazarus] Suddenly my appplication needs lbgtk-win32*.dll for Win10

2020-03-13 Thread John Landmesser via lazarus
H, just  curiuos: I ave a little apllication that suudenly(?!!) needs ligtk-win32*.dll on Windows 10. I think that's new and now i search for my changes that made this *.dll needed! On Linux ldd shows: [john1@manjaro Sanduhr]$ ldd ./Sanduhr     linux-vdso.so.1 (0x7ffcf0b98000)     

Re: [Lazarus] Suddenly my appplication needs lbgtk-win32*.dll for Win10

2020-03-13 Thread John Landmesser via lazarus
Landmesser via lazarus mailto:lazarus@lists.lazarus-ide.org>> wrote: just  curiuos: I ave a little apllication that suudenly(?!!) needs ligtk-win32*.dll on Windows 10. I think that's new and now i search for my changes that made this *.dll needed! Seems like you

[Lazarus] Lazarus svn compile error: "Error: Duplicate resource: Type = 10, Name = TSELECTDATASETFORM, Lang ID, = 0000"

2020-05-01 Thread John Landmesser via lazarus
Windows 10: Lazarus 2.1.0 r63090M FPC 3.0.4 i386-win32-win32/win64 Log messages: IDE erstellen: Exit code 2, Fehler: 2, Warnungen: 7, Hinweise: 1 sourcesyneditor.pas(1574,35) Warning: Symbol "FScreenCaretPainterClass" is deprecated: "need refactor" sourcesyneditor.pas(1581,35) Warning:

Re: [Lazarus] Lazarus svn compile error: "Error: Duplicate resource: Type = 10, Name = TSELECTDATASETFORM, Lang ID, = 0000"

2020-05-01 Thread John Landmesser via lazarus
Am 01.05.20 um 17:18 schrieb Michael Van Canneyt via lazarus: On Fri, 1 May 2020, John Landmesser via lazarus wrote: Windows 10: Lazarus 2.1.0 r63090M FPC 3.0.4 i386-win32-win32/win64 Log messages: IDE erstellen: Exit code 2, Fehler: 2, Warnungen: 7, Hinweise: 1 sourcesyneditor.pas

Re: [Lazarus] fpccfg is missing in new Lazarus install

2020-05-14 Thread John Landmesser via lazarus
.. get a newer lazarus from: https://www.lazarus-ide.org/index.php?page=downloads Am 14.05.20 um 15:59 schrieb Terry A. Haimann via lazarus: I just did a fresh install of Lazarus and it says the fpc.cfg file isn't found. These are the files I used to install lazarus with:

Re: [Lazarus] MatchesWindowsMask('[x]','[x]') return False

2020-03-19 Thread John Landmesser via lazarus
Am 19.03.20 um 08:25 schrieb Rolf Wetjen via lazarus: BTW, where can I get some info how to update the help files? This one should be enough, on Linux you would do: New folder, change to new folder and then: svn co https://svn.freepascal.org/svn/lazarus/binaries/docs/chm/ Then in Lazarus

Re: [Lazarus] Fwd: Consulta sobre Lazarus Ide

2020-05-22 Thread John Landmesser via lazarus
Am 21.05.20 um 19:12 schrieb Alexander Nava via lazarus: Good afternoon  I am developing an application with lazarus ide and freepascal on a workstation that works with gnu linux debian 10 32 bits, we need to port the application to windows 32 and 64 bits for the company I am working with. I

Re: [Lazarus] Lazarus crashes when opening project under conversion, how to fix?

2020-05-22 Thread John Landmesser via lazarus
Am 21.05.20 um 23:39 schrieb Bo Berglund via lazarus: I am using Lazarus 2.0.8 32bit in Win 10 x64 with FPC 3.0.4 I am trying to convert a project created in Delphi7 and maintained in D7 and Delphi 2007 so it can be worked on in Lazarus/FPC. It is a service application so it uses TService,

Re: [Lazarus] How to find out why a unit is used in a project?

2020-09-23 Thread John Landmesser via lazarus
Am 23.09.20 um 18:59 schrieb Bo Berglund via lazarus: I am porting a Delphi application to Linux and as a stop I am first doing it from Delphi to Lazarus/Fpc on Windows. Now when I try to compile it throws an error inside a unit I did not even know it used. And to further complicate the issue I

Re: [Lazarus] Keyboard mapping probelm

2020-05-28 Thread John Landmesser via lazarus
Am 28.05.20 um 00:53 schrieb Brian via lazarus: On 5/20/20 8:37 AM, Brian via lazarus wrote: On 5/20/20 5:50 AM, John Landmesser via lazarus wrote: Am 20.05.20 um 01:12 schrieb Brian via lazarus: Regrettably, it appears I spoke too soon. I fired up Lazarus again and the problem is back. I'm

[Lazarus] OT: thunderbird 68 (linux) and column From

2020-05-28 Thread John Landmesser via lazarus
Strange behaviour of newest thunderbird 68.8.1 on Deepin Linux: See Column "von" . I'm used to see the sender-Name there Googled with no succes :-( Anybody else has this issue? Regards John -- ___ lazarus mailing list

Re: [Lazarus] OT: thunderbird 68 (linux) and column From

2020-05-28 Thread John Landmesser via lazarus
rsion... Korrespondenten maybe?) On 2020/05/28 12:51, John Landmesser via lazarus wrote: Strange behaviour of newest thunderbird 68.8.1 on Deepin Linux: See Column "von" . I'm used to see the sender-Name there Googled with no succes :-( Any

Re: [Lazarus] OT: thunderbird 68 (linux) and column From

2020-05-28 Thread John Landmesser via lazarus
Thats it Deleted every item in Address-book containing "Lazarus" Would have taklen me years to realize that! Thanks again John Am 28.05.20 um 14:56 schrieb Martin Frb via lazarus: On 28/05/2020 12:51, John Landmesser via lazarus wrote: Strange behaviour of newest thunderb

Re: [Lazarus] OT: thunderbird 68 (linux) and column From

2020-05-28 Thread John Landmesser via lazarus
Thats it Deleted every item in Address-book containing "Lazarus" Would have taklen me years to realize that! Thanks again John Am 28.05.20 um 14:56 schrieb Martin Frb via lazarus: On 28/05/2020 12:51, John Landmesser via lazarus wrote: Strange behaviour of newest thunderb

Re: [Lazarus] Keyboard mapping probelm

2020-05-30 Thread John Landmesser via lazarus
Am 30.05.20 um 15:40 schrieb Brian via lazarus: On 5/29/20 3:32 PM, Juha Manninen via lazarus wrote: On Fri, May 29, 2020 at 5:40 PM Bart via lazarus wrote: It is a Lazarus/LCL/WS issue though, since other programs don't have that issue. Yes, let's hope GTK3 bindings will be better. Now it

Re: [Lazarus] Keyboard mapping probelm

2020-05-20 Thread John Landmesser via lazarus
Am 20.05.20 um 01:12 schrieb Brian via lazarus: Regrettably, it appears I spoke too soon. I fired up Lazarus again and the problem is back. I'm compiling trunk for both fpc and lazarus using fpcupdeluxe. To recap, this is under Linux Mint 19.3 64-bit (Ubuntu base). I have absolutely *NOT* done

[Lazarus] Something wrong with /components/freetype??

2020-07-14 Thread John Landmesser via lazarus
Info: Lazarus 2.1.0 r63545 FPC 3.3.1 x86_64-linux-gtk2 compiling trunk i get this error: make -C components/freetype make[1]: Verzeichnis „/home/john1/lazarus/components/freetype“ wird betreten make[1]: *** Es wurden keine Ziele angegeben und keine „make“-Steuerdatei gefunden.  Schluss.

Re: [Lazarus] Cannot find inc file from a registered package...

2020-06-24 Thread John Landmesser via lazarus
Am 24.06.20 um 15:39 schrieb Bo Berglund via lazarus: On Tue, 23 Jun 2020 22:40:19 +0300, Juha Manninen via lazarus wrote: Is the path containing the include file (Indy10\System or similar) in Indy package's include search path? If not then please add it. Otherwise it sounds like a bug. Unit

Re: [Lazarus] error building IDE

2020-06-28 Thread John Landmesser via lazarus
Am 28.06.20 um 18:38 schrieb Mattias Gaertner via lazarus: Just learned: In VirtualBox with Manjaro fpc trunk AND 3.0.4 everything is fine ... so no need to search at Lazarus code! ok Mattias Adjusted my command -line ... issue is gone :-) # OLD:  make clean lazbuild useride starter #

Re: [Lazarus] error building IDE

2020-06-28 Thread John Landmesser via lazarus
Am 28.06.20 um 17:08 schrieb Mattias Gaertner via lazarus: On Sun, 28 Jun 2020 16:59:42 +0200 John Landmesser via lazarus wrote: Hi, I have several different  Linux+Lazarus on my HD and i'm wondering about: Info Manjaro XFCE Linux 64bit, fpc trunk: Lazarus 2.1.0 r63454 FPC 3.3.1 x86_64

[Lazarus] error building IDE

2020-06-28 Thread John Landmesser via lazarus
Hi, I have several different  Linux+Lazarus on my HD and i'm wondering about: Info Manjaro XFCE Linux 64bit, fpc trunk: Lazarus 2.1.0 r63454 FPC 3.3.1 x86_64-linux-gtk2 what about this: compiling svn lazarus from within the IDE with success  i see this message: Lazarus-Quelltext aufräumen:

Re: [Lazarus] Google Calendar API TEvent start or _end (TDatetime) question

2020-06-05 Thread John Landmesser via lazarus
As Example for Germany: https://wiki.freepascal.org/Daylight_saving_time/de Am 05.06.20 um 14:00 schrieb Francesco Sammarco via lazarus: Ok. But not so how to do it. Is there an example? Il giorno ven 5 giu 2020 alle ore 13:54 wkitty42--- via lazarus

Re: [Lazarus] Default project ?

2020-11-18 Thread John Landmesser via lazarus
Am 18.11.20 um 21:31 schrieb Bo Berglund via lazarus: Especially since Lazarus crashes greatly if there is a problem with the last project and then it takes a detective to make it return to usable again since just restarting causes the same crash to occur again and again. Happened to me many

Re: [Lazarus] Lazarus 2.0.10 corrupted by Win 10 crash, how to repair?

2020-10-29 Thread John Landmesser via lazarus
Am 29.10.20 um 10:51 schrieb Bo Berglund via lazaru Rant: - This thing with Windows crashing never happened in the many years I used Windows 7, but in Dec 2019 I had to finally move to a new notebook and of course now Win 7 is no longer available so I have Win 10... And that has caused all

[Lazarus] lazarus trunc IDE compile error

2021-01-04 Thread John Landmesser via lazarus
Something went wrong? last running trunc version:   Lazarus 2.1.0 r64270 FPC 3.2.0 x86_64-linux-gtk2 /home/john1/lazarus/components/lazcontrols/spinex.inc(255,13)*Error: (4057) Can't determine which overloaded function to call*

Re: [Lazarus] lazarus trunc IDE compile error

2021-01-04 Thread John Landmesser via lazarus
mpf ... this error occurs only on newest Deepin 20.1 (based on Debian 10??) No probs on Manjaro XFCE! Am 04.01.21 um 19:05 schrieb John Landmesser via lazarus: Something went wrong? last running trunc version:   Lazarus 2.1.0 r64270 FPC 3.2.0 x86_64-linux-gtk2 /home/john1/lazarus

Re: [Lazarus] lazarus trunc IDE compile error

2021-01-04 Thread John Landmesser via lazarus
Thanks. It compiles now! Am 04.01.21 um 20:00 schrieb Werner Pamler via lazarus: Am 04.01.2021 um 19:32 schrieb Martin Frb via lazarus: On 04/01/2021 19:05, John Landmesser via lazarus wrote: Something went wrong? last running trunc version:   Lazarus 2.1.0 r64270 FPC 3.2.0 x86_64-linux

Re: [Lazarus] Some IDE/LHelp issues

2021-02-02 Thread John Landmesser via lazarus
Am 02.02.21 um 11:22 schrieb Rolf Wetjen via lazarus: Maybe someone can help with a few issues around LHelp in the IDE: 1) When LHelp opens (regardless if opens with Tools->CHM-Help or F1 context help) it opens with 11 tabs. Some of them have a caption, some of them are [unknown]. The [unknown]

Re: [Lazarus] Some IDE/LHelp issues

2021-02-02 Thread John Landmesser via lazarus
Am 02.02.21 um 12:49 schrieb John Landmesser via lazarus: Am 02.02.21 um 11:22 schrieb Rolf Wetjen via lazarus: Maybe someone can help with a few issues around LHelp in the IDE: 1) When LHelp opens (regardless if opens with Tools->CHM-Help or F1 context help) it opens with 11 tabs. S

[Lazarus] No TrayIcon.Hint on Linux KDE?

2021-07-12 Thread John Landmesser via lazarus
Hi, See example project C:\lazarus\examples\trayicon\wndtray.lpi The Trayicon.hint works on XFCE and Windows, but it will not be visible on KDE?!! FormCreate;   SystrayIcon.Hint := 'my tool tip'; Any workaround ? Thanks John -- ___ lazarus

[Lazarus] Lazarus list down?

2021-07-12 Thread John Landmesser via lazarus
Test -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] No TrayIcon.Hint on Linux KDE?

2021-07-12 Thread John Landmesser via lazarus
Am 09.07.21 um 16:06 schrieb John Landmesser via lazarus: Hi, See example project C:\lazarus\examples\trayicon\wndtray.lpi The Trayicon.hint works on XFCE and Windows, but it will not be visible on KDE?!! FormCreate;   SystrayIcon.Hint := 'my tool tip'; Any workaround ? Thanks John

Re: [Lazarus] Lazarus list down?

2021-07-12 Thread John Landmesser via lazarus
Thanks! Yes no it works again! Am 12.07.21 um 13:41 schrieb Marc Weustink via lazarus: I guess it was, I restarted it this morning since it was a bit quiet in here. Marc On 9-7-2021 16:48, John Landmesser via lazarus wrote: Test -- ___ lazarus

Re: [Lazarus] lazarus Digest, Vol 159, Issue 8

2021-04-20 Thread John Landmesser via lazarus
Am 20.04.21 um 09:51 schrieb Detlef Overbeek via lazarus: Thank you for your answer: however I forgot to tell you that I did change that to every few minutes and even this morning it still does not work. I could compile and install this  package on Manjaro Linux: Lazarus 2.1.0 r63838M FPC

Re: [Lazarus] Unable to show method

2021-09-14 Thread John Landmesser via lazarus
Am 14.09.21 um 12:56 schrieb Marcos Douglas B. Santos via lazarus: Hello, I have an issue creating a new component, but it can be reproduce easily using a default component: - drop a TPopupMenu - on Object Inspector, go to Events tab - double-click in `Items.OnClick` to implement - you will get

Re: [Lazarus] Unable to show method

2021-09-14 Thread John Landmesser via lazarus
Am 14.09.21 um 12:56 schrieb Marcos Douglas B. Santos via lazarus: Hello, I have an issue creating a new component, but it can be reproduce easily using a default component: - drop a TPopupMenu - on Object Inspector, go to Events tab - double-click in `Items.OnClick` to implement - you will get

Re: [Lazarus] Start application maximized with a shortcut

2021-09-07 Thread John Landmesser via lazarus
Am 06.09.21 um 22:25 schrieb Bart via lazarus: On Sun, Sep 5, 2021 at 10:42 AM Gabor Boros via lazarus wrote: Create a new "Application", compile it. Send a shortcut from project1.exe to the desktop. At shortcut's properties change "Run" to "Maximized". Start the application with the

[Lazarus] How to restore anchor docking manager in the IDE?

2021-07-13 Thread John Landmesser via lazarus
Hi, i just "ruined" layout of the anchor docking manager in the IDE. Reinstall the package does not restore the default layout and pulling for example object inspector does not help. I would expect the IDE would show where to place the object inspector by painting a frame where it would sit if

Re: [Lazarus] How to restore anchor docking manager in the IDE?

2021-07-13 Thread John Landmesser via lazarus
Am 13.07.21 um 14:07 schrieb John Landmesser via lazarus: Hi, i just "ruined" layout of the anchor docking manager in the IDE. Reinstall the package does not restore the default layout and pulling for example object inspector does not help. I would expect the IDE would show wher

Re: [Lazarus] How to restore anchor docking manager in the IDE?

2021-07-13 Thread John Landmesser via lazarus
Am 13.07.21 um 19:55 schrieb Michael W. Vogel via lazarus: Am 13.07.2021 um 14:07 schrieb John Landmesser via lazarus: Hi, i just "ruined" layout of the anchor docking manager in the IDE. Can you explain, what you have done? I can only fix/work on things, I'm aware about. I don'

[Lazarus] cannot compile git trunk from today

2021-07-31 Thread John Landmesser via lazarus
On Manjaro XFCE Linux there where issues compiling  new pulled lazarus source Working lazarus was: Lazarus 2.1.0 r63838M FPC 3.3.1 x86_64-linux-gtk2 got the source with git clone https://gitlab.com/freepascal.org/lazarus/lazarus.git lazarus cd ~/lazarus make all clean useride

Re: [Lazarus] cannot compile git trunk from today

2021-08-01 Thread John Landmesser via lazarus
Am 31.07.21 um 23:20 schrieb Juha Manninen via lazarus: On Sat, Jul 31, 2021 at 11:09 PM John Landmesser via lazarus mailto:lazarus@lists.lazarus-ide.org>> wrote: gtk2trayicon.inc(387,5) Error: Identifier not found "gtk_status_icon_set_tooltip_text" What s

Re: [Lazarus] Question

2021-12-21 Thread John Landmesser via lazarus
You find old versions here: https://sourceforge.net/projects/lazarus/files/ Am 21.12.21 um 09:15 schrieb Евгений Кадисов via lazarus: Thank you once more. It turned out that the problem was not solved. When I have installed new version of Lazarus (2.0.12 instead of 2.0.10), my program failed

Re: [Lazarus] Faster than popcnt [[Re: UTF8LengthFast returning incorrect results on AARCH64 (MacOS)]]

2021-12-30 Thread John Landmesser via lazarus
Perhaps usefui test information from my PC: ** [john1@manjaro sdb2]$ ./utf8lentest 234526968 fst:128406168 pop:128406168 add:128406168 asm:128406168 29315871 fst 1365 fst 1367 fst 1366 fst 1366 pop 9990 pop 9990 pop 9997 pop 9981 add 1386 add 1382 add

Re: [Lazarus] How to convert Delphi program with TRichEdit?

2021-12-09 Thread John Landmesser via lazarus
Am 08.12.21 um 22:39 schrieb Dmitry Boyarintsev via lazarus: On Wednesday, December 8, 2021, Bo Berglund via lazarus wrote: Is there some non-standard package I could install (from  OLPM or similar) in order to get it working again?  you might want to try TRichMemo it provides

[Lazarus] IDE qt5 compile error

2022-03-14 Thread John Landmesser via lazarus
I can't compile lazarus IDE anymore: Lazarus 2.3.0 (rev main-2_3-991-ge2ad6b3d8d) FPC 3.2.2 x86_64-linux-gtk2 error: Error: /home/john1/lazarus/lcl/interfaces//qt5/qtobject.inc:42: undefined reference to `QGuiApplication_setFallbackSessionManagementEnabled' I am on Manjaro Linux stable

  1   2   >