Re: [Lazarus] white popup hint box

2014-09-16 Thread waldo kitty
On 9/16/2014 2:06 AM, Juha Manninen wrote: On Tuesday, September 16, 2014, Rik van Kekem mailto:r...@graficalc.nl>> wrote: Isn't Lazarus 1.3 r42488 a really old version? (November 2013?) Or am I seeing this wrong? It is older, from August 2013. More than a year old. Waldo should updat

Re: [Lazarus] PostMessage return value

2014-09-16 Thread Michael Schnell
I did a draft of a TThreadPool class. Most of it works (creating assigning and re-assigning tasks works, stopping the thing still produces an exception). If anybody wants to test it I can post the project. -Michael -- ___ Lazarus mailing list Lazar

Re: [Lazarus] PostMessage return value

2014-09-16 Thread Xiangrong Fang
Hi Michael, Could you please post it somewhere, e.g. github? Thanks! 2014-09-16 19:44 GMT+08:00 Michael Schnell : > I did a draft of a TThreadPool class. > > Most of it works (creating assigning and re-assigning tasks works, > stopping the thing still produces an exception). > > If anybody want

Re: [Lazarus] PostMessage return value

2014-09-16 Thread Michael Schnell
I added a notify event for having both a single task and all task issue an event when having don the scheduled work. -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] TAChart with transparent background

2014-09-16 Thread Werner Pamler
I see. If you can keep the chart size unchanged then it is certainly a good idea to stretch the image to the requested size immediately after loading and use a simple "Draw" of the obtained image while charting. If you know the range of your data in advance it may also help to freeze the chart

[Lazarus] TAChart CandleStick Chart

2014-09-16 Thread Werner Pamler
In r46244 the TOpenHighLowCloseSeries has a new property "Mode": selection "mOHLC" does the standard painting as before while "mChandleStick" paints the candlesticks that you requested. Since your code was mostly a copy of existing code I decided to stick to the old series type, but just add th

Re: [Lazarus] Displaying a Listview entry in bold and a different colour

2014-09-16 Thread Richard Mace
Hi Howard, Many thanks for your reply. That does seem to work, but my subitems and images don't seem to be displayed now? Would you mind giving me a further pointer as to how to display the images, and the subitems in the same colour? Thanks Richard On 15 September 2014 16:42, Howard Page-Clark

Re: [Lazarus] PostMessage return value

2014-09-16 Thread Xiangrong Fang
2014-09-16 23:08 GMT+08:00 Michael Schnell : > I added a notify event for having both a single task and all task issue an > event when having don the scheduled work. But where is the source please? -- ___ Lazarus mailing list Lazarus@lists.lazarus.free