Re: [fpc-pascal] Bitcounting

2016-03-05 Thread Philippe Lévi
sorry ... need change intToStr in my suggestion by something like intToStrBin length( strChange( intToStrBin( N, '0', '')); but it is just for fun! De: fpc-pascal-boun...@lists.freepascal.org em nome de Bart

Re: [fpc-pascal] Lazarus Release 1.6

2016-02-20 Thread Philippe Lévi
Pascal users discussions Assunto: Re: [fpc-pascal] Lazarus Release 1.6 On Sun, Feb 21, 2016 at 2:28 AM, Philippe Lévi <phili...@quarta.com.br> wrote: > I still do not understand the reason why the size is 10 times bigger after > rebuilding Lazarus ... Open Tools -> Configure "B

Re: [fpc-pascal] Lazarus Release 1.6

2016-02-20 Thread Philippe Lévi
... Thanks and sorry for may be useless messages! Philippe De: fpc-pascal-boun...@lists.freepascal.org <fpc-pascal-boun...@lists.freepascal.org> em nome de Philippe Lévi <phili...@quarta.com.br> Enviado: sábado, 20 de fevereiro de 201

Re: [fpc-pascal] Lazarus Release 1.6

2016-02-20 Thread Philippe Lévi
reiro de 2016 12:23 Para: FPC-Pascal users discussions Assunto: Re: [fpc-pascal] Lazarus Release 1.6 On 20/02/2016 13:30, Philippe Lévi wrote: > I may have missed something > > I installed lazarus from lazarus-1.6.0-fpc-3.0.0-win64.exe > > everything seem to have been installed well. &

Re: [fpc-pascal] Lazarus Release 1.6

2016-02-20 Thread Philippe Lévi
23 Para: FPC-Pascal users discussions Assunto: Re: [fpc-pascal] Lazarus Release 1.6 On 20/02/2016 13:30, Philippe Lévi wrote: > I may have missed something > > I installed lazarus from lazarus-1.6.0-fpc-3.0.0-win64.exe > > everything seem to have been installed well. &

Re: [fpc-pascal] Lazarus Release 1.6

2016-02-20 Thread Philippe Lévi
Assunto: Re: [fpc-pascal] Lazarus Release 1.6 On 20/02/2016 13:30, Philippe Lévi wrote: > I may have missed something > > I installed lazarus from lazarus-1.6.0-fpc-3.0.0-win64.exe > > everything seem to have been installed well. > > but when I start Lazarus ... it requir

Re: [fpc-pascal] Lazarus Release 1.6

2016-02-20 Thread Philippe Lévi
I may have missed something I installed lazarus from lazarus-1.6.0-fpc-3.0.0-win64.exe everything seem to have been installed well. but when I start Lazarus ... it requires "C:\lazarus64\fpc\2.7.1\source" ... but 2.6.4 has been installed! what is the best (easiest) solution to clean

Re: [fpc-pascal] New feature: IfThen() intrinsic

2016-02-01 Thread Philippe Lévi
iif ... sounds good to me! +1 ! Philippe De: fpc-pascal-boun...@lists.freepascal.org em nome de Marco van de Voort Enviado: segunda-feira, 1 de fevereiro de 2016 16:22 Para: FPC-Pascal users

Re: [fpc-pascal] New feature: IfThen() intrinsic

2016-02-01 Thread Philippe Lévi
ise between expressiveness (IfThen) and typing-laziness (iif). Roberto 2016-02-01 20:24 GMT+01:00 Philippe Lévi <phili...@quarta.com.br<mailto:phili...@quarta.com.br>>: iif ... sounds good to me! +1 ! Philippe De: fpc-pascal-boun...@lists.freepasc

Re: [fpc-pascal] fpGUI Toolkit v1.4.1 released

2015-09-04 Thread Philippe Lévi
eepascal.org Assunto: Re: [fpc-pascal] fpGUI Toolkit v1.4.1 released On 2015-09-03 01:42, Philippe Lévi wrote: > > what about emails I sent a week ago? I'll get back to you as soon as I can... the weekend. > (some stuffs could have been inserted in the release ... may be!). There is

Re: [fpc-pascal] fpGUI Toolkit v1.4.1 released

2015-09-02 Thread Philippe Lévi
of predefined colors shown on colorwheel and valuebar Change saturation and value to 0-100 and value name to brightness Allow tabtext color setting Anchors label "Height" in case of resizing Philippe Lévi (2): richview: correctly typecast result in TLayoutLineLi

[fpc-pascal] TBGRABitmap / bounds

2015-07-21 Thread Philippe Lévi
bmp := TBGRABitmap.Create(1024,1024, clBlack); bmp.FontHeight := 30; bmp.FontAntialias := true; bmp.FontStyle := [fsBold]; bmp.TextOut( 0, 0, textonaovazio, ColorToBGRA(ColorToRGB( clWhite)), taLeftJustify); bounds := bmp.GetImageBounds; bounds contains 0,1024 0,1024 and I need

Re: [fpc-pascal] Use sleep in thread

2015-02-25 Thread Philippe Lévi
synchronising tools do not do what you want? De: fpc-pascal-boun...@lists.freepascal.org fpc-pascal-boun...@lists.freepascal.org em nome de Xiangrong Fang xrf...@gmail.com Enviado: quarta-feira, 25 de fevereiro de 2015 12:33 Para: FPC-Pascal users discussions

Re: [fpc-pascal] TThread.Queue vs TThread.Synchronize

2015-02-23 Thread Philippe Lévi
I thought it was not possible to use local procedure address as parameter like in queue( @SyncOnPrint); as Clecio showed ... De: fpc-pascal-boun...@lists.freepascal.org fpc-pascal-boun...@lists.freepascal.org em nome de Sven Barth

Re: [fpc-pascal] TThread.Queue vs TThread.Synchronize

2015-02-23 Thread Philippe Lévi
what you want to do makes sense? I don't think so. Thread code may not access stack values of calling code ... De: fpc-pascal-boun...@lists.freepascal.org fpc-pascal-boun...@lists.freepascal.org em nome de silvioprog silviop...@gmail.com Enviado: