Re: [MSEide-MSEgui-talk] MSElang news.

2018-08-10 Thread Martin Schreiber
On Friday 10 August 2018 21:40:30 fredvs wrote: > Hello Martin. > > Ooops, out-of-the-box... > > $ /home/fred/mselang-master/mselang/compiler/mlc --llvm > > MSElang Compiler version 0.0 > Copyright (c) 2013-2018 by Martin Schreiber > Fatal: No input file defined > > Ok, I will try with some

Re: [MSEide-MSEgui-talk] MSElang news.

2018-08-10 Thread fredvs
Hello Martin. Ooops, out-of-the-box... $ /home/fred/mselang-master/mselang/compiler/mlc --llvm MSElang Compiler version 0.0 Copyright (c) 2013-2018 by Martin Schreiber Fatal: No input file defined Ok, I will try with some input Huh, mlc is compiled with fpc, could it be compiled later

Re: [MSEide-MSEgui-talk] MSElang news.

2018-08-10 Thread fredvs
> Currently MSElang is for 32 bit Linux only. Ha, ok, a good test for Manjaro 64 bit multi-arch. > it needs LLVM version 3.8.0. Here, with: $ sudo pacman -S lib32-llvm It install llvm-6.0.1-1. Maybe llvm-6.0.1 is compatible with llvm-3.8.0. I will try with this first. Thanks. Fre;D

Re: [MSEide-MSEgui-talk] tstringgird individual cell color

2018-08-10 Thread Martin Schreiber
On Friday 10 August 2018 16:50:35 Patrick Goupell wrote: > > https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk > > using sgLog.rowcolors [i] := cl_green gives error "List index (0) out of > bounds." > Please use " sgLog.rowcolorstate[i]:= ; " selects one of the colors in

Re: [MSEide-MSEgui-talk] tstringgird individual cell color

2018-08-10 Thread Patrick Goupell
On 08/10/2018 01:41 AM, Martin Schreiber wrote: It is possible to set a color to a specific row by setting .rowcolors[]. An other option is to set [][].selected which shows [].colorselect. Individual cell colors must be set in .datacols[].onbeforedrawcell(). " procedure

Re: [MSEide-MSEgui-talk] treeitemedit

2018-08-10 Thread Martin Schreiber
On Friday 10 August 2018 12:34:10 mohamed hamza wrote: > I read with interest the articles you sent me. Particularly : > http://mikehillyer.com/articles/managing-hierarchical-data-in-mysql > > I filled the tree.fdb with the data of the example that the author gives. I > used 'flamerobin' as editor

Re: [MSEide-MSEgui-talk] treeitemedit

2018-08-10 Thread mohamed hamza
I read with interest the articles you sent me. Particularly : http://mikehillyer.com/articles/managing-hierarchical-data-in-mysql I filled the tree.fdb with the data of the example that the author gives. I used 'flamerobin' as editor of database. I executed the tree.prj but the tree is not

Re: [MSEide-MSEgui-talk] MSElang news.

2018-08-10 Thread Martin Schreiber
On Friday 10 August 2018 10:09:30 fredvs wrote: > Hello Martin. > > I did try to compile mselang.prj > > And get this error message: > > Compiling mselang.pas > ... > Compiling globtypes.pas > Compiling ./compiler/__mla__internaltypes.pas > __mla__internaltypes.pas(40,12) Error: Identifier not

Re: [MSEide-MSEgui-talk] MSElang news.

2018-08-10 Thread fredvs
Hello Martin. I did try to compile mselang.prj And get this error message: Compiling mselang.pas ... Compiling globtypes.pas Compiling ./compiler/__mla__internaltypes.pas __mla__internaltypes.pas(40,12) Error: Identifier not found "card32" __mla__internaltypes.pas(40,18) Error: Error in type