[MSEide-MSEgui-talk] create component at runtime

2018-07-26 Thread 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 := 10; sd.width := 100; sd.height

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

2018-07-26 Thread Martin Schreiber
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? >> >> Re-about this, even if librarysearchpath has an entry for /lib (that I did

Re: [MSEide-MSEgui-talk] treeitemedit

2018-07-26 Thread mohamed hamza
I Had an error. Deleting sta file corrected this. Regards. Med De : Martin Schreiber Envoyé : jeudi 26 juillet 2018 06:38 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] treeitemedit On Wednesday 25 July 2018 19:28:26

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

2018-07-26 Thread Martin Schreiber
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? > > Re-about this, even if librarysearchpath has an entry for /lib (that I did > not found), compiler/systems/t_bsd.pas:124: "

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

2018-07-26 Thread fredvs
Re-hello. > Maybe librarysearchpath has an entry for /lib where on your system a 64 > bit crtn.o is located? Re-about this, even if librarysearchpath has an entry for /lib (that I did not found), normally, like for all other libraries, it seems to me that there is a check if the file has the

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

2018-07-26 Thread fredvs
> Maybe librarysearchpath has an entry for /lib where on your system a 64 bit crtn.o is located? It is exactly wath I was thinking but... I did not found this in FPC code. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

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

2018-07-26 Thread Martin Schreiber
On Thursday 26 July 2018 14:11:11 fredvs wrote: > Hello Martin. > > > Because in linker script are absolute paths, see my mail from 2018-07-23: > > Huh, OK, I did read it but the code for the linker script is in > t_linux.pas line 508 (see my post of Jul 24, 2018; 2:41pm) > >

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

2018-07-26 Thread fredvs
Hello Martin. > Because in linker script are absolute paths, see my mail from 2018-07-23: Huh, OK, I did read it but the code for the linker script is in t_linux.pas line 508 (see my post of Jul 24, 2018; 2:41pm) StartSection('INPUT('); if linklibc and (libctype<>uclibc) then begin

Re: [MSEide-MSEgui-talk] treeitemedit

2018-07-26 Thread Martin Schreiber
On Wednesday 25 July 2018 19:28:26 mohamed hamza wrote: > if grid.rowcount = 0 then > >   begin >    For i := 0 to 1 do >    begin >    grid.rowcount:=grid.rowcount+1; >    with tmynode(treeedit[i]) do begin >     caption:= chr(65+i); >      for j := 0 to 2  do begin >      add(1,tmynode ); >