Re: [Lazarus] GPL'ed projects and closed-sourced tools

2009-03-03 Thread Funky Beast
t; Well...lets see uhmm, there are mega-tons of GPL'ed Delphi projects on SourceForge, and Delphi is not a GPL'ed tool. There are also tons of GPL'ed VS projects on SourceForge, and VS is most definitely not a GPL'ed tool. puzzled, Funky Beast

Re: [Lazarus] GUI frontend to a console application

2009-02-24 Thread Funky Beast
processors instantly as the OS will do it for you like as though you open multiple programs, you don't need to spend time tweaking your threads to consume or force-feed them to a paticular core. The front end serves only to display or execute console apps and load results. my $0.002 Funky Bea

[Lazarus] Patch to add FixedCols capability for TCustomGrid and TDBGrid

2009-02-08 Thread Funky Beast
Hi, I've created a patch that adds FixedCols capability to TDBGrid. Its submitted at: http://bugs.freepascal.org/view.php?id=13139 Please review. Thanks, Funky Beast ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

[Lazarus] Can a frame be registered into the component pallette?

2009-01-07 Thread Funky Beast
Hi, May I know if i can register a frame that I designed into the component pallette? If it can, I would like to know if I include the component icon using the same process as any other kind of components. TIA, Funky Beast ___ Lazarus mailing list

Re: [Lazarus] How to mimic MWSnap's "Window Information" feature on X11

2008-10-26 Thread Funky Beast
rom here: http://www.roard.com/docs/cookbook/cbsu19.html HTH, Funky Beast ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] How to mimic MWSnap's "Window Information" feature on X11

2008-10-23 Thread Funky Beast
_ > Lazarus mailing list > Lazarus@lazarus.freepascal.org > http://www.lazarus.freepascal.org/mailman/listinfo/lazarus > Hi, Try wininfo, its included in most distros. To find out how they do it, you can get the source from: http://www.freedesktop.or

Re: [Lazarus] Lazarus KDE4 Plazma applet

2008-07-17 Thread Funky Beast
nally, I would wait for at least version 4.3 for daily production use. Regards, Funky Beast ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] PowerPDF Installation

2008-05-09 Thread Funky Beast
Lee Jenkins wrote: > Funky Beast wrote: >> Lee Jenkins wrote: >>> BTW, I know this sound dumb, but what is Lazarus-CCR? I've seen it around >>> have >>> never connected the dots for what CCR stands for. >>> >> Lazarus-Code and Component Re

Re: [Lazarus] PowerPDF Installation

2008-05-09 Thread Funky Beast
Lee Jenkins wrote: > BTW, I know this sound dumb, but what is Lazarus-CCR? I've seen it around > have > never connected the dots for what CCR stands for. > Lazarus-Code and Component Repository: http://sourceforge.net/projects/lazarus-ccr

Re: [Lazarus] Lazarus Newbie Question about DB programming

2008-05-07 Thread Funky Beast
eight database use TDbf, the database system compiles directly into your executable, you only need to distribute your dbf tables files. Examples here: http://wiki.lazarus.freepascal.org/Lazarus_Tdbf_Tutorial HTH, Funky Beast ___ Lazarus mailing list La

Re: [Lazarus] Setting String Properties of Custom Component = AV

2008-05-01 Thread Funky Beast
etting Mode to Delphi fixed it, but I'm curious as to how to get >>> this to work in FPC mode. Hi, In FPC mode, your event assignments should prefix with '@' like this: constructor TPOSButton.Create(AOwner: TComponent); begin inherited

Re: [Lazarus] DrawText function problems

2008-04-12 Thread Funky Beast
ge doesn't have some capabilities that some other widgetset's TImage have. In these cases its better to draw it yourself with a TCustomControl. I do many exotic and non-conventional controls by descending from TCustomControl since Delphi2 days. It obeys you 100% and not the widgetset i

Re: [Lazarus] Who would write custom IDE feature?

2008-04-07 Thread Funky Beast
/Bounties and announce back here. Someone capable of the task might contact you. HTH, Funky Beast ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] svn2.freepascal.org/svn/lazarus/trunk/ stuck in r14665

2008-04-05 Thread Funky Beast
Funky Beast wrote: > Hi, > > The mirror http://svn2.freepascal.org/svn/lazarus/trunk/ has been > stuck at r14665 for quite some time. > > I have problem accessing http://svn.freepascal.org/svn/lazarus/trunk/ > so I'm have been using svn2 recently.

[Lazarus] svn2.freepascal.org/svn/lazarus/trunk/ stuck in r14665

2008-04-04 Thread Funky Beast
Hi, The mirror http://svn2.freepascal.org/svn/lazarus/trunk/ has been stuck at r14665 for quite some time. I have problem accessing http://svn.freepascal.org/svn/lazarus/trunk/ so I'm have been using svn2 recently. Thanks, Funky Beast ___ La

Re: [Lazarus] grid documentation (TStringGrid)

2008-03-13 Thread Funky Beast
Graeme Geldenhuys wrote: > TGridDrawState = set of (gdSelected, gdFocused, gdFixed, gdHot, gdPushed); > gdFixed -- when drawing on cells of fixed rows (e.g. title row) or fixed columns (e.g. indicator column). no idea what gdHot and gdPushed means :( HTH, Funky

Re: [Lazarus] test

2008-02-14 Thread Funky Beast
Michael A. Hess wrote: > test Hopefully OK here in Singapore. Regards, Funky Beast ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus