Re: [Lazarus] Code tooltips

2009-05-20 Thread Lord Satan
On Fri, 08 May 2009 12:13:26 +0200 Mattias Gärtner wrote: > I improved a few things. Please test with 19853. Do the hints work as expected? I have my doubts (see screenshot). S. -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: T

[Lazarus] test

2009-05-20 Thread Martin
test ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Debugger - Failed to load file: .../myproject.app: No such file or directory

2009-05-20 Thread Roland Turcan
<<< 20.5.2009 18:53 - Mattias Gaertner "nc-gaert...@netcologne.de" >>> MG> On Wed, 20 May 2009 16:33:52 +0200 MG> Roland Turcan wrote: >> Hello Lazarus mailing list! >> >> I reinstalled my Mac and decided to have lazarus in ~/lazarus instead >> of /usr/local/share/lazarus, but I receive error me

Re: [Lazarus] Debugger - Failed to load file: .../myproject.app: No such file or directory

2009-05-20 Thread Mattias Gaertner
On Wed, 20 May 2009 16:33:52 +0200 Roland Turcan wrote: > Hello Lazarus mailing list! > > I reinstalled my Mac and decided to have lazarus in ~/lazarus instead > of /usr/local/share/lazarus, but I receive error message when I want > to debug from IDE. What error message? > What could be a pr

[Lazarus] Debugger - Failed to load file: .../myproject.app: No such file or directory

2009-05-20 Thread Roland Turcan
Hello Lazarus mailing list! I reinstalled my Mac and decided to have lazarus in ~/lazarus instead of /usr/local/share/lazarus, but I receive error message when I want to debug from IDE. What could be a problem? I don't think, that it is the length of path, but something else. Why doesn't it wan

[Lazarus] [patch] Introduction of color scheme factory

2009-05-20 Thread Graeme Geldenhuys
Hi, I made a few improvements to the handling of color schemes. This is in preparation of handling user defined color schemes. Instead of hard-coding the color schemes, a color scheme factory is used to register built-in schemes (and can handle runtime registration of user define color schemes). I

Re: [Lazarus] Compile for PDA

2009-05-20 Thread Rádi László
Thank you for the quick reply. It was helpful, i've found it. Thanks. Autóvásárlást tervez? Megbízható és kedvező díjú kötelezőt és cascót kötne autójára?Válassza a Genertelt, hogy biztonságban tudja autóját!http://ad.adverticum.net/b/

Re: [Lazarus] Compile for PDA

2009-05-20 Thread Henry Vermaak
2009/5/20 Rádi László : > Hi! > > I'm new to Lazarus. I'd like to compile a program for PDA, but I didn't find > anything on the web. How should I set up Lazarus for that? Thanks in > advance. www.google.co.uk/search?q=lazarus+wince henry ___ Lazarus m

Re: [Lazarus] Compile for PDA

2009-05-20 Thread Vincent Snijders
Rádi László schreef: Hi! I'm new to Lazarus. I'd like to compile a program for PDA, but I didn't find anything on the web. How should I set up Lazarus for that? Thanks in advance. That depends on the kind of PDA. If it is a arm based wince PDA, look here: http://wiki.lazarus.freepascal.org/

[Lazarus] Compile for PDA

2009-05-20 Thread Rádi László
Hi! I'm new to Lazarus. I'd like to compile a program for PDA, but I didn't find anything on the web. How should I set up Lazarus for that? Thanks in advance. Autóvásárlást tervez? Megbízható és kedvező díjú kötelezőt és cascót kötne aut

Re: [Lazarus] Clicking in editor preview doesn't select Element Attributes

2009-05-20 Thread Paul Ishenin
Graeme Geldenhuys wrote: 2009/5/20 Paul Ishenin : Sorry, this piece of code was lost while dialog merge. Fixed in r20075. Thanks it's working 99% again. :-) One few issues: * When clicking in the Gutter, it doesn't select the Gutter element attribute. these two are minor * It do

Re: [Lazarus] Clicking in editor preview doesn't select Element Attributes

2009-05-20 Thread Graeme Geldenhuys
2009/5/20 Paul Ishenin : > > Sorry, this piece of code was lost while dialog merge. Fixed in r20075. Thanks it's working 99% again. :-) One few issues: * When clicking in the Gutter, it doesn't select the Gutter element attribute. these two are minor * It doesn't detect "bracket highlight"

Re: [Lazarus] Clicking in editor preview doesn't select Element Attributes

2009-05-20 Thread Paul Ishenin
Graeme Geldenhuys wrote: Hi, In Lazarus (Editor Colors) one could alway click in the editor preview window on an element, and the element attribute listbox would automatically select the correct attribute. This doesn't happen any more. Is this a bug? I'm using latest Lazarus from SVN and GTK2.

[Lazarus] Clicking in editor preview doesn't select Element Attributes

2009-05-20 Thread Graeme Geldenhuys
Hi, In Lazarus (Editor Colors) one could alway click in the editor preview window on an element, and the element attribute listbox would automatically select the correct attribute. This doesn't happen any more. Is this a bug? I'm using latest Lazarus from SVN and GTK2. Regards, - Graeme - __

[Lazarus] Calling DO_SYSCALL on Mac OS X

2009-05-20 Thread Roland Turcan
Hello lazarus project! I need to flush buffers from TFileStream which I should use function "fpfsync (Handle)", but as far as I found, there is no implementation of DO_SYSCALL for mac. DO_SYSCALL is implemented only for BSD. When my application crashes all files modified over TFileStream are brok