Re: [Lazarus] Colourful Themes

2014-05-11 Thread zeljko
On 05/11/2014 08:08 PM, Vojtěch Čihák wrote: Hello, I've got one question. Would it be possible to have colors in Themes? Now, when I set color of buttons to -for example- yellow, then TButton and TBitBtn are yellow while TSpeeddBtn remains "default". It is case of Qt4 and GTK2, while (unlucki

Re: [Lazarus] How to program with time in milliseconds?

2014-05-11 Thread Junior
I will investigate this component. thanks Em 11-05-2014 04:44, Graeme Geldenhuys escreveu: On 2014-05-11 01:24, Junior wrote: It will be based on time. I will use hundreds of time. Take a look at EpikTimer. It uses hardware timers where available, with an easy to use API for the developer.

Re: [Lazarus] How to program with time in milliseconds?

2014-05-11 Thread Junior
yes Em 11-05-2014 05:05, Mark Morgan Lloyd escreveu: Graeme Geldenhuys wrote: On 2014-05-11 01:24, Junior wrote: It will be based on time. I will use hundreds of time. Take a look at EpikTimer. It uses hardware timers where available, with an easy to use API for the developer. I agree. But

[Lazarus] How to make link in IpHtmlPanel active?

2014-05-11 Thread Alejandro Gonzalo
My apologies if this is a stupid question, but how to you enable a user to go to an external website when they click on an underlined URL? C:\laz\components\turbopower_ipro Thanks. A. G.-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] Colourful Themes

2014-05-11 Thread Vojtěch Čihák
Hello,   I've got one question. Would it be possible to have colors in Themes? Now, when I set color of buttons to -for example- yellow, then TButton and TBitBtn are yellow while TSpeeddBtn remains "default". It is case of Qt4 and GTK2, while (unluckily) in Windows (Wine) it does not work with a

Re: [Lazarus] fatal error while make lazarus r45001

2014-05-11 Thread Mattias Gaertner
> zeljko hat am 11. Mai 2014 um 12:26 geschrieben: > > > On 05/11/2014 10:51 AM, FreeMan wrote: > > Hello, > > I get this error while make lazarus svn 45001 > > leakview modified in r44998, if I downgrade to r44997, lazarus maked > > > > leakinfo.pas(11,54) Fatal: Can't find unit CodeToolManag

Re: [Lazarus] fatal error while make lazarus r45001

2014-05-11 Thread zeljko
On 05/11/2014 10:51 AM, FreeMan wrote: Hello, I get this error while make lazarus svn 45001 leakview modified in r44998, if I downgrade to r44997, lazarus maked leakinfo.pas(11,54) Fatal: Can't find unit CodeToolManager used by leakinfo Fatal: Compilation aborted make[2]: *** [leakview.ppu] Hata

[Lazarus] fatal error while make lazarus r45001

2014-05-11 Thread FreeMan
Hello, I get this error while make lazarus svn 45001 leakview modified in r44998, if I downgrade to r44997, lazarus maked leakinfo.pas(11,54) Fatal: Can't find unit CodeToolManager used by leakinfo Fatal: Compilation aborted make[2]: *** [leakview.ppu] Hata 1 make[2]: `/opt/lazarus/components/lea

Re: [Lazarus] How to program with time in milliseconds?

2014-05-11 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: On 2014-05-11 01:24, Junior wrote: It will be based on time. I will use hundreds of time. Take a look at EpikTimer. It uses hardware timers where available, with an easy to use API for the developer. I agree. But the original question could also be read as a plea for

Re: [Lazarus] How to program with time in milliseconds?

2014-05-11 Thread Graeme Geldenhuys
On 2014-05-11 01:24, Junior wrote: > It will be based on time. I will use hundreds of time. Take a look at EpikTimer. It uses hardware timers where available, with an easy to use API for the developer. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http

Re: [Lazarus] int64 assignment fails

2014-05-11 Thread Tom Lisjac
That was it... many thanks to you and Flavio! -Tom On Sat, May 10, 2014 at 11:41 PM, leledumbo wrote: > > http://wiki.freepascal.org/User_Changes_2.4.0#Treating_direct-mapped_properties_as_regular_fields > > > > -- > View this message in context: > http://free-pascal-lazarus.989080.n3.nabble.co