[Lazarus] Nodes and Image in TTreeview

2013-09-20 Thread Richard Mace
Hi, If I add Child nodes with images into a TTreeview, everything looks great until I actually select the child node, at which point the image disappears until I select another node. Then, the image comes back, but disappears on the new node that I have just selected. Is there a way of adjusting

Re: [Lazarus] Nodes and Image in TTreeview

2013-09-20 Thread Mattias Gaertner
On Fri, 20 Sep 2013 07:43:12 +0100 Richard Mace richard.m...@gmail.com wrote: Hi, If I add Child nodes with images into a TTreeview, everything looks great until I actually select the child node, at which point the image disappears until I select another node. Then, the image comes back, but

[Lazarus] (no subject)

2013-09-20 Thread Michael Schnell
Hi experts, Using (nearly) the current trunk fpc, when checking out Lazarus and doing make clean all get: .. Compiling debugmanager.pas debugmanager.pas(63,3) Error: Duplicate identifier GDBMISERVERDEBUGGER debugmanager.pas(63,3) Error: Duplicate identifier GDBMIServerDebugger ... make:

Re: [Lazarus] Access violation during compile...

2013-09-20 Thread Kjow
2013/9/20 Samps sa...@unplugd.com Trying to compile (anything, but in this case, just an empty form in a stock project) I get an Access Violation, with the option to continue and risk data corruption (which does nothing but dismiss the error dialog) and 'cancel', which closes the IDE

Re: [Lazarus] Access violation during compile...

2013-09-20 Thread Kjow
2013/9/20 Kjow antispamm...@gmail.com 2013/9/20 Samps sa...@unplugd.com Trying to compile (anything, but in this case, just an empty form in a stock project) I get an Access Violation, with the option to continue and risk data corruption (which does nothing but dismiss the error dialog) and

Re: [Lazarus] Access violation during compile...

2013-09-20 Thread Kjow
2013/9/20 Kjow antispamm...@gmail.com 2013/9/20 Samps sa...@unplugd.com Trying to compile (anything, but in this case, just an empty form in a stock project) I get an Access Violation, with the option to continue and risk data corruption (which does nothing but dismiss the error dialog) and

Re: [Lazarus] (no subject)

2013-09-20 Thread Mattias Gaertner
On Fri, 20 Sep 2013 09:24:17 +0200 Michael Schnell mschn...@lumino.de wrote: Hi experts, Using (nearly) the current trunk fpc, when checking out Lazarus and doing make clean all get: .. Compiling debugmanager.pas debugmanager.pas(63,3) Error: Duplicate identifier

Re: [Lazarus] Access violation during compile...

2013-09-20 Thread Mattias Gaertner
On Fri, 20 Sep 2013 15:12:21 +0930 Samps sa...@unplugd.com wrote: Trying to compile (anything, but in this case, just an empty form in a stock project) I get an Access Violation, with the option to continue and risk data corruption (which does nothing but dismiss the error dialog) and

Re: [Lazarus] Access violation during compile...

2013-09-20 Thread Mattias Gaertner
On Fri, 20 Sep 2013 11:06:15 +0200 Mattias Gaertner nc-gaert...@netcologne.de wrote: On Fri, 20 Sep 2013 15:12:21 +0930 Samps sa...@unplugd.com wrote: Trying to compile (anything, but in this case, just an empty form in a stock project) I get an Access Violation, with the option to

[Lazarus] can't compile newest svn version

2013-09-20 Thread Michael Schnell
On 09/20/2013 10:35 AM, Mattias Gaertner wrote: It works here. Maybe you were unlucky and got a bad revision. Seems so. :-( I deleted trunk and re-checked-in everything. After that make did work without an error message. But when starting the newly created ide, now I get a message that it

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Mattias Gaertner
On Fri, 20 Sep 2013 11:26:22 +0200 Michael Schnell mschn...@lumino.de wrote: On 09/20/2013 10:35 AM, Mattias Gaertner wrote: It works here. Maybe you were unlucky and got a bad revision. Seems so. :-( I deleted trunk and re-checked-in everything. After that make did work without an

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Michael Schnell
On 09/20/2013 11:46 AM, Mattias Gaertner wrote: The IDE needs the lazarus sources, not only the ide sources. Of course. "It says "the Lazarus Directory contains the sources of the ide and the package files.."

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Mattias Gaertner
On Fri, 20 Sep 2013 11:59:20 +0200 Michael Schnell mschn...@lumino.de wrote: On 09/20/2013 11:46 AM, Mattias Gaertner wrote: The IDE needs the lazarus sources, not only the ide sources. Of course. It says the Lazarus Directory contains the sources of the ide and the package files..

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Michael Schnell
On 09/20/2013 12:08 PM, Mattias Gaertner wrote: Does your folder contain a file ide/lazarus.lpi? yep: mschnell@mschnell-Linux:~/Downloads/svn/lazarus/trunk/ide ls -l lazarus.lpi -rw-r--r-- 1 mschnell users 32253 Sep 20 10:57 lazarus.lpi -- ___

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread patspiper
On 20/09/13 12:59, Michael Schnell wrote: On 09/20/2013 11:46 AM, Mattias Gaertner wrote: The IDE needs the lazarus sources, not only the ide sources. Of course. "It says "the Lazarus Directory

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Michael Schnell
On 09/20/2013 12:18 PM, patspiper wrote: Shouldn't that have been ../svn/lazarus/trunk? Yep. The ide was too much :-( No idea how this happened ?!?!?!? Thanks, -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Michael Schnell
Grrr After browsing to the correct folder, it did start, but it threw an exception when loading a recent project. When restarting I now get: Seemingly it changed the path I browsed to into a relative path. But that does not seem to

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Mattias Gaertner
On Fri, 20 Sep 2013 12:12:49 +0200 Michael Schnell mschn...@lumino.de wrote: On 09/20/2013 12:08 PM, Mattias Gaertner wrote: Does your folder contain a file ide/lazarus.lpi? yep: mschnell@mschnell-Linux:~/Downloads/svn/lazarus/trunk/ide ls -l lazarus.lpi -rw-r--r-- 1 mschnell users

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Mattias Gaertner
On Fri, 20 Sep 2013 12:31:00 +0200 Michael Schnell mschn...@lumino.de wrote: Grrr After browsing to the correct folder, it did start, but it threw an exception when loading a recent project. There was a bug in revsions 42889-42893. When restarting I now get: Seemingly it

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Michael Schnell
On 09/20/2013 12:39 PM, Mattias Gaertner wrote: I don't know any place in the IDE where the Lazarus directory is changed to a relative path. I gather I did change it after - because of the failed checkout - I git the error message the first time. But I understand I did now correctly browse

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Mattias Gaertner
On Fri, 20 Sep 2013 13:05:57 +0200 Michael Schnell mschn...@lumino.de wrote: On 09/20/2013 12:39 PM, Mattias Gaertner wrote: I don't know any place in the IDE where the Lazarus directory is changed to a relative path. I gather I did change it after - because of the failed checkout - I

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Michael Schnell
On 09/20/2013 01:41 PM, Mattias Gaertner wrote: Your screenshot says the directory lcl was not found. Is it there? Yep: mschnell@mschnell-Linux:~/Downloads/svn/lazarus/trunk ls -l lcl total 4108 -rw-r--r-- 1 mschnell users 12948 Sep 20 10:58 actnlist.pas -rw-r--r-- 1 mschnell users 1787

[Lazarus] Friday trivia... the acronym “I18N”

2013-09-20 Thread Graeme Geldenhuys
Just for fun... I came across something today which I never knew before (though I have always wondered about it). Ever seen the acronym “I18N” (pronounced as “eye eighteen en”)? Sure you have. It is used when talking about internationalization in software. Ever wondered how they came to [or

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Graeme Geldenhuys
On 2013-09-20 10:59, Michael Schnell wrote: It says the Lazarus Directory contains the sources of the ide and the package files.. Incidentally, I got the exact same error when I downloaded the latest Lazarus Trunk. I copied my latest 'lazarus' binary into the new checkout folder, so I

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Mattias Gaertner
On Fri, 20 Sep 2013 14:06:10 +0100 Graeme Geldenhuys gra...@geldenhuys.co.uk wrote: On 2013-09-20 10:59, Michael Schnell wrote: It says the Lazarus Directory contains the sources of the ide and the package files.. Incidentally, I got the exact same error when I downloaded the

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Michael Schnell
On 09/20/2013 03:06 PM, Graeme Geldenhuys wrote: Incidentally, I got the exact same error when I downloaded the latest Lazarus Trunk. Nice to hear that it is not just silly me -Michael -- ___ Lazarus mailing list

Re: [Lazarus] Friday trivia... the acronym “I18N”

2013-09-20 Thread Mattias Gaertner
On Fri, 20 Sep 2013 13:48:38 +0100 Graeme Geldenhuys gra...@geldenhuys.co.uk wrote: Just for fun... I came across something today which I never knew before (though I have always wondered about it). You used an abbreviation for years without looking it up? You wrote you had a bad internet

[Lazarus] Changing the cursor to hourglass then to default

2013-09-20 Thread Richard Mace
Hi, I am trying to change the cursor in my app to busy and then default, when it is going to be busy for a bit. I have changed to cursor := crHourglass and then back to crDefault at the end, but the cursor doesn't update. Even if I put application.processmessages in (after the crHourglass bit).

Re: [Lazarus] Changing the cursor to hourglass then to default

2013-09-20 Thread Antonio Fortuny
Le 20/09/2013 15:47, Richard Mace a écrit : Hi, I am trying to change the cursor in my app to busy and then default, when it is going to be busy for a bit. I have changed to cursor := crHourglass and then back to crDefault at the end, but the cursor doesn't update. *Screen.*Cursor :=

Re: [Lazarus] can't compile newest svn version

2013-09-20 Thread Graeme Geldenhuys
On 2013-09-20 14:36, Mattias Gaertner wrote: What error did you get exactly? The directory selected is not a lazarus [or lcl - can't remember] directory. I knew it was, so I ignored the error and clicked the 'Start IDE' button. ps #1: I did a checkout from the Git mirror repository. Maybe the

Re: [Lazarus] Friday trivia... the acronym “I18N”

2013-09-20 Thread Graeme Geldenhuys
On 2013-09-20 14:47, Mattias Gaertner wrote: You used an abbreviation for years without looking it up? hehehe.. These days acronyms appear as fast as patent lawsuits. After a while I simply stopped investigating each one. :) Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI

Re: [Lazarus] Changing the cursor to hourglass then to default

2013-09-20 Thread Graeme Geldenhuys
On 2013-09-20 15:03, Antonio Fortuny wrote: *Screen.*Cursor := crHourGlass; try ... finally *Screen.*Cursor := crDefault; end; Another trick - slightly better that yours [I think] - is to use interfaces instead. That way you can nest cursor changes, and know the interfaces will unwind

Re: [Lazarus] OT [Re: Friday trivia... the acronym “I18N”]

2013-09-20 Thread Graeme Geldenhuys
On 2013-09-20 15:30, Martin wrote: Ah yes.. GRAE-ME LOL Regards, - Graeme - -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Changing the cursor to hourglass then to default

2013-09-20 Thread Martin
On 20/09/2013 14:47, Richard Mace wrote: Hi, I am trying to change the cursor in my app to busy and then default, when it is going to be busy for a bit. I have changed to cursor := crHourglass and then back to crDefault at the end, but the cursor doesn't update. Even if I put

[Lazarus] MS Word via LazActiveX

2013-09-20 Thread Roland Turcan
Hello Lazarus mailing list! This test case proves, that no one event is called when it should. WD := TWordDocument.Create(nil); WD.OnNew_ := @DoWordDocumentNew; WD.OnOpen := @DoWordDocumentOpen; WD.OnClose := @DoWordDocumentClose; WD.OleServer.Application.Visible := True;

[Lazarus] OT [Re: Friday trivia... the acronym “I18N”]

2013-09-20 Thread Martin
On 20/09/2013 15:12, Graeme Geldenhuys wrote: hehehe.. These days acronyms appear as fast as patent lawsuits. After a while I simply stopped investigating each one. :) Regards, - Graeme - Ah yes.. GRAE-ME http://www.allacronyms.com/GRAE http://www.allacronyms.com/ME Not sure why you use

Re: [Lazarus] Changing the cursor to hourglass then to default

2013-09-20 Thread Antonio Fortuny
Le 20/09/2013 16:52, Martin a crit: On 20/09/2013 14:47, Richard Mace wrote: Hi, I am trying to change the cursor in my app to busy and then default, when it is going to be

Re: [Lazarus] Changing the cursor to hourglass then to default

2013-09-20 Thread Richard Mace
Le 20/09/2013 15:47, Richard Mace a écrit : Hi, I am trying to change the cursor in my app to busy and then default, when it is going to be busy for a bit. I have changed to cursor := crHourglass and then back to crDefault at the end, but the cursor doesn't update. *Screen.*Cursor :=