[Lazarus] tachart legend colorbar

2014-03-31 Thread Andrea Mauri
Dear all, I would like to know if it is possible to add to a TAChart a legend as a colorbar (see

Re: [Lazarus] Some articles on Lazarus/Free Pascal.

2014-03-31 Thread Allan E. Registos
On Saturday, 29 March, 2014 11:52 PM, Michael Van Canneyt wrote: Hello, Since many years I have been writing articles about Object Pascal (both in Delphi/Kylix and FPC/Lazarus), as well as some other things. These articles were published - in the main - in a German magazine called Toolbox.

Re: [Lazarus] TTimer woes (newbie)

2014-03-31 Thread Michael Schnell
On 03/31/2014 01:44 AM, Bob Axtell wrote: can someone show a newbie how to use the two system timers? What do you mean by system timers ? In a normal GUI based application you normally use TTimer for time-based actions. You easily can create as many TTimers as you like (as well visually

Re: [Lazarus] Crosscompile Target Win32 error : ( /units/i386-win32/win32] Error 1)

2014-03-31 Thread Allan E. Registos
On Friday, 28 March, 2014 05:36 PM, Mattias Gaertner wrote: On Fri, 28 Mar 2014 17:02:44 +0800 Allan E. Registos allan.regis...@smpc.steniel.com.ph wrote: [...] and can't locate the correct fpcsrc version What is the correct fpcsrc version? During Lazarus startup, cannot find the correct

Re: [Lazarus] TTimer woes (newbie)

2014-03-31 Thread Howard Page-Clark
On 31/03/2014 10:25, Michael Schnell wrote: On 03/31/2014 01:44 AM, Bob Axtell wrote: can someone show a newbie how to use the two system timers? What do you mean by system timers ? I think he means the TTimer and TIdleTimer found on the System page of the Component Palette. If you drop

Re: [Lazarus] TTimer woes (newbie)

2014-03-31 Thread Bob Axtell
mine (a morse-code blinker) just doesn't work: unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls; type { TForm1 } TForm1 = class(TForm) Panel1: TPanel; Timer1: TTimer; procedure FormKeyPress(Sender:

Re: [Lazarus] TTimer woes (newbie)

2014-03-31 Thread Flávio Etrusco
On Mon, Mar 31, 2014 at 2:24 PM, Bob Axtell bob.axt...@gmail.com wrote: mine (a morse-code blinker) just doesn't work: unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls; type { TForm1 } TForm1 =