Re: [MSEide-MSEgui-talk] treeitemedit

2018-07-27 Thread Martin Schreiber
On 07/27/2018 11:18 AM, mohamed hamza wrote: > I did not find a property level of a node. Do you think we do not need it? > Please use " ttreelistitem = class(tlistitem) [...] property treelevel: integer read ftreelevel; " Martin

[MSEide-MSEgui-talk] Test 2, please ignore

2018-07-27 Thread Martin Schreiber
Test 2, please ignore -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ mseide-msegui-talk

Re: [MSEide-MSEgui-talk] create component at runtime

2018-07-27 Thread code dz
2018-07-26 20:25 UTC+01:00, Martin Schreiber : > On 07/26/2018 07:15 PM, code dz wrote: >> Hi Martin >> i tried to create a slider at runtime with this code , but nothing >> appears >> >> procedure tmainfo.onbuttonclick(const sender: TObject); >> var sd : tslider; >> begin >> sd :=

Re: [MSEide-MSEgui-talk] create component at runtime

2018-07-27 Thread Martin Schreiber
On 07/26/2018 07:15 PM, code dz wrote: > Hi Martin > i tried to create a slider at runtime with this code , but nothing appears > > procedure tmainfo.onbuttonclick(const sender: TObject); > var sd : tslider; > begin > sd := tslider.create(tscrollbox1);//<<<---tscollbox1 is the owner not >

Re: [MSEide-MSEgui-talk] Multi-arch problem...

2018-07-27 Thread fredvs
Ha, the mails work again. ;) For all the passionates about ELF multi-arch, here how to check if a file is a ELF and what kind. From Wikipedia, ELF format: ... Read the first four bytes. If they are equal to \x7fELF, it's an ELF file. The ELF magic number is 0x7f454C46 (0x7f + "ELF") The

Re: [MSEide-MSEgui-talk] Multi-arch problem...

2018-07-27 Thread fredvs
Hello. > Sorry, I didn't notice that you use Manjaro, Huh, after some bad experience with my ex-favorite Linux OS, I just have switched to a not-Debian OS: Arch-Manjaro. > I thought it's about PolyDev. With polYdev it is a other problem: FreeBSD multi-arch design is not compatible with their

[MSEide-MSEgui-talk] Test, please ignore

2018-07-27 Thread Martin Schreiber
Test, please ignore. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ mseide-msegui-talk

Re: [MSEide-MSEgui-talk] Multi-arch problem...

2018-07-27 Thread fredvs
Hello everybody. > Sorry, I didn't notice that you use Manjaro Huh, after some bad experience with my ex-favorite Linux OS, I just migrate to a not-Debian OS : Arch-Manjaro. >, I thought it's about PolyDev. No with polYdev multi-arch Linux-emulated works like charm (the problem is only with

Re: [MSEide-MSEgui-talk] Multi-arch problem...

2018-07-27 Thread fredvs
Hello. > Sorry, I didn't notice that you use Manjaro, Huh, after some bad experience with my ex-favorite Linux OS, I just have switched to a not-Debion OS: Arch-Manjaro. > I thought it's about PolyDev. With polYdev it is a other problem: FreeBSD multi-arch design is not compatible with their

Re: [MSEide-MSEgui-talk] Multi-arch problem...

2018-07-27 Thread Fred van Stappen
Sorry if this mail is double, with nabble.com it does not appear... Hello. > Sorry, I didn't notice that you use Manjaro, Huh, after some bad experience with my ex-favorite Linux OS, I just have switched for a not-Debian OS: Arch-Manjaro. > I thought it's about PolyDev. With polYdev it is a

Re: [MSEide-MSEgui-talk] treeitemedit

2018-07-27 Thread mohamed hamza
I did not find a property level of a node. Do you think we do not need it? Regards. Med De : mohamed hamza Envoyé : jeudi 26 juillet 2018 15:11 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] treeitemedit I Had an error. Deleting sta

Re: [MSEide-MSEgui-talk] create component at runtime

2018-07-27 Thread code dz
2018-07-26 18:15 UTC+01:00, code dz : > Hi Martin > i tried to create a slider at runtime with this code , but nothing appears > > procedure tmainfo.onbuttonclick(const sender: TObject); > var sd : tslider; > begin > sd := tslider.create(tscrollbox1); > sd.top := 10; > sd.left :=

Re: [MSEide-MSEgui-talk] Multi-arch problem...

2018-07-27 Thread Martin Schreiber
On Thursday 26 July 2018 18:47:21 Martin Schreiber wrote: > On 07/26/2018 03:13 PM, Martin Schreiber wrote: > > On Thursday 26 July 2018 15:01:25 fredvs wrote: > >> Re-hello. > >> > >>> Maybe librarysearchpath has an entry for /lib where on your system a 64 > >>> bit crtn.o is located? > >> > >>