Re: [MSEide-MSEgui-talk] Cross-compiling FreeBSD 64 --> FreeBSD 32

2016-09-03 Thread Martin Schreiber
On Saturday 03 September 2016 18:24:42 Fred van Stappen wrote: > Probably not: > " > {$ifdef linux} > function __libc_sa_len(__af: sa_family_t): Integer; cdecl;external clib > name '__libc_sa_len'; > {$else} > //use len field of FreeBSD struct > {$endif} > " > 32 bit FreeBSD is not supported by

[MSEide-MSEgui-talk] calendardatetimeedit

2016-09-03 Thread Patrick Goupell
Hello, I want a time edit on a form. I am trying the tcalendardatetimeedit and setting the kind property to dtk_time. How do I get a time (clock) dissplay instad of a calendar? Patrick --

Re: [MSEide-MSEgui-talk] Cross-compiling FreeBSD 64 --> FreeBSD 32

2016-09-03 Thread Fred van Stappen
On Friday 02 September 2016 18:08:31 Fred van Stappen wrote: > Hello Martin. > > While cross-compiling on FreeBSD 64 --> 32 , there are error messages. > Some constants are not defined. > > Finally, this solves all: > in mselibc.pas and mseockeintf.pas --> change all {$idef linux} with ---> >

Re: [MSEide-MSEgui-talk] MSEide feature request: GoTo Line improvement

2016-09-03 Thread Martin Schreiber
On Friday 02 September 2016 11:05:46 Graeme Geldenhuys wrote: > Hi Martin, > > At the moment if I use GoTo Line, the line ends up being the last line > in the editor window. Could that be changed so the target line appears > in the middle of the editor window (if there is sufficient lines >