Re: [Lazarus] PostMessage return value

2014-09-19 Thread Michael Schnell
On 09/18/2014 09:44 PM, Mark Morgan Lloyd wrote: I suggest calling it a vector Thanks a lot for the clarification (I am not a native English speaker). -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] PostMessage return value

2014-09-19 Thread Michael Schnell
On 09/18/2014 10:32 AM, Xiangrong Fang wrote: I don't quite understand the logic or difference between critical section and events. Following your suggestion to use events (here meaning semahores) instead of critical sections (here meaning mutexes) I tried to modify my code to use TEvent

[Lazarus] LabeledEdit with more than one EditLabel

2014-09-19 Thread Gabor Boros
Hi, I want to make a LabeledEdit descendant with two EditLabels. But it is not an easy task because TBoundLabel have a hardcoded name SubLabel. Worked out a solution for myself, see the attachment. But that solve only the naming problem. What is the good and easy solution for others? Double

Re: [Lazarus] PostMessage return value

2014-09-19 Thread Michael Schnell
On 09/19/2014 12:23 PM, Michael Schnell wrote: Following your suggestion to use events (here meaning semahores) instead of critical sections (here meaning mutexes) I tried to modify my code to use TEvent (as same is Delphi compatible - or at least it does exist in Delphi as well). I got it

Re: [Lazarus] Help system questions

2014-09-19 Thread Reinier Olislagers
On 13/09/2014 07:00, Reinier Olislagers wrote: I'm working on fixing some things in the help system. 2. My patch in http://bugs.freepascal.org/view.php?id=26079 seems to work ok: for context-sensitive lhelp is started, hidden, loads .chm files and then is shown once the files are loaded.

Re: [Lazarus] Help system questions

2014-09-19 Thread Richard Mace
Excellent, is this likely to get into 1.26? Richard On 19 September 2014 12:42, Reinier Olislagers reinierolislag...@gmail.com wrote: On 13/09/2014 07:00, Reinier Olislagers wrote: I'm working on fixing some things in the help system. 2. My patch in

Re: [Lazarus] Help system questions

2014-09-19 Thread Reinier Olislagers
On 19/09/2014 14:34, Richard Mace wrote: Excellent, is this likely to get into 1.26? Richard On 19 September 2014 12:42, Reinier Olislagers reinierolislag...@gmail.com mailto:reinierolislag...@gmail.com wrote: On 13/09/2014 07:00, Reinier Olislagers wrote: I'm working on

Re: [Lazarus] PostMessage return value

2014-09-19 Thread Xiangrong Fang
2014-09-19 18:23 GMT+08:00 Michael Schnell mschn...@lumino.de: On 09/18/2014 10:32 AM, Xiangrong Fang wrote: Unfortunately I do not get this working. When I instantiate TEvents instead of TCriticalSections (and don't do much with same) the GUI freezes. In fact I do this in the OnCreate

Re: [Lazarus] PostMessage return value

2014-09-19 Thread Michael Schnell
On 09/19/2014 02:48 PM, Xiangrong Fang wrote: As far as I tried, you cannot use RTLEventWaitFor in main thread, otherwise the gui will freeze. Of course I did not do this. I used TEvent.Waitfor and I only used it in the Execute function of the worker Threads . Supposedly the problem was

Re: [Lazarus] PostMessage return value

2014-09-19 Thread Sven Barth
Am 19.09.2014 14:49 schrieb Xiangrong Fang xrf...@gmail.com: 2014-09-19 18:23 GMT+08:00 Michael Schnell mschn...@lumino.de: On 09/18/2014 10:32 AM, Xiangrong Fang wrote: Unfortunately I do not get this working. When I instantiate TEvents instead of TCriticalSections (and don't do much with

Re: [Lazarus] Fuzzy translations ignored

2014-09-19 Thread Bart
I refactored the GraphStat form using a TListView and a TImageList. See r46256. Bart -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus