[Lazarus] Using a DateTimeIntervalChartSource in TAChart

2014-09-22 Thread Richard Mace
Hi All, I am trying to create a line graph where the X axis is a zoomable TDateTime value and I believe that I need to use a DateTimeIntervalChartSource However, I cannot seem to work out how to add values to it. Could somebody give me any pointers please? Thanks PS I've have looked at the "axis"

Re: [Lazarus] [FEATURE REQUEST] Check syntax on the fly

2014-09-22 Thread Václav Valíček
+1, I "love" when Netbeans or anything similar lags all the time and consumes my battery x times faster than lazarus... Václav Valíčeki vac...@valicek.name Dne 22.9.2014 v 21:19 Richard Mace napsal(a): I also agree with leledumbo. A ctrl-F9 is so quick, it's nearly automatic for me anyway :)

Re: [Lazarus] [FEATURE REQUEST] Check syntax on the fly

2014-09-22 Thread Richard Mace
I also agree with leledumbo. A ctrl-F9 is so quick, it's nearly automatic for me anyway :) Richard On 22 September 2014 18:02, Kostas Michalopoulos wrote: > I agree with leledumbo, i really dislike that "feature" in modern IDEs > which all it does is slow down the editor and make random pauses.

Re: [Lazarus] [FEATURE REQUEST] Check syntax on the fly

2014-09-22 Thread Kostas Michalopoulos
I agree with leledumbo, i really dislike that "feature" in modern IDEs which all it does is slow down the editor and make random pauses. On Mon, Sep 22, 2014 at 5:55 PM, leledumbo wrote: > > But if you share your opinion or direct me in the right way, I could try > write it by myself. > > Feel f

[Lazarus] Side effects of fixing window RestoredLeft/Top values? Issue #8576.

2014-09-22 Thread Juha Manninen
I resolved an old issue: 8576: After Mini/Maximizing window 'RestoredLeft/Top' values changes to "unreal" values http://bugs.freepascal.org/view.php?id=8576 by applying a patch from Yuichiro Takahashi. It seems to fix the error and I did not notice any problems caused by it. Yet, there may be

Re: [Lazarus] [FEATURE REQUEST] Check syntax on the fly

2014-09-22 Thread leledumbo
> But if you share your opinion or direct me in the right way, I could try write it by myself. Feel free to write one, but IMO it's not a good idea to integrate it (or worse: having it installed and turned on by default) with the IDE. My primary reason is regarding speed. Features like this could

[Lazarus] Fatal: Can not find unit ButtonEdit. Check if package ButtonEditLaz is in the dependencies.

2014-09-22 Thread Eric Kom
Hi all, Please I got a problem after I have switched from windows XP to windows 7 64bit, the unit ButtonEdit can be fund. After I have downloaded the package unit ButtonEdit from: https://github.com/derit/ButtonEdit/archive/master.zip I received the above error during compilation: C:\lazarus\c

[Lazarus] [FEATURE REQUEST] Check syntax on the fly

2014-09-22 Thread Алексей Мухин
Hello, I'm wondering about checking syntax on the fly in Lazarus, at least like in Visual Studio. Whether it will be implemented? I wrote a small package that finds simplest errors like 'missing keyword'. It uses CodeTools and I think, it will work quite slowly on big files. It can be found here:

Re: [Lazarus] TCustomTImer.Interval: milliseconds?

2014-09-22 Thread Mattias Gaertner
On Mon, 22 Sep 2014 10:58:52 +0200 Reinier Olislagers wrote: > I'm assuming TCustomTimer.Interval is in milliseconds. Is that correct? Yes Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/ma

[Lazarus] TCustomTImer.Interval: milliseconds?

2014-09-22 Thread Reinier Olislagers
I'm assuming TCustomTimer.Interval is in milliseconds. Is that correct? -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus