[lazarus] Re: Reports

2008-01-31 Thread Funky Beast
? Regards, Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Re: Nokia acquires Trolltech

2008-01-28 Thread Funky Beast
/videoplay?docid=6642148224800885420hl=en Regards, Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Re: Nokia acquires Trolltech

2008-01-28 Thread Funky Beast
willem wrote: Well now the KDE core developers are nervous. Well no, they aren't. KDE is Nokia's latest ally. KDE has been cooking for mobile devices for a while, e.g: http://dot.kde.org/1130942127/ Regards, Funky Beast

[lazarus] Question about SimpleIPC

2007-11-26 Thread Funky Beast
Hi, I'm new to simpleipc. May I know which is more efficient: 1 server per client, or 1 server for all clients. I'm trying to write a multi-processes manager for my app which might execute up to 100 exhaustive console apps/instances concurrently. TIA, Funky Beast

[lazarus] Re: Gradient fill into corners

2007-10-25 Thread Funky Beast
Hi, Try attached very old code. HTH, Funky Beast //NColors == Number of steps per color transition function CalColor(BeginCol, EndCol: TColor; var arColors: array of TColor; NColors: integer): Boolean; var BeginRGB : array[0..2] of Byte; RGBDifference : array[0..2] of integer; R

[lazarus] Re: Anybody using FVWM window manager?

2007-10-24 Thread Funky Beast
before. Thanks. Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ Hi, xprop too. HTH, Funky Beast

[lazarus] ERROR in LCL: obsolete call to CreateComponent in GTK1 GTK2

2007-08-17 Thread Funky Beast
/wincontrol.inc $0812A0A5 TWINCONTROL__CMVISIBLECHANGED, line 6055 of ./include/wincontrol.inc $08066A19 [FORMS.PP] ExceptionOccurred [FORMS.PP] ExceptionOccurred Thanks, Funky Beast

[lazarus] Re: ERROR in LCL: obsolete call to CreateComponent in GTK1 GTK2

2007-08-17 Thread Funky Beast
Valdas Jankūnas wrote: Funky Beast rašė: Hi, Today I've updated lazarus to r11832 (havn't been updating since r11535). One of my project couldn't run. ... ERROR in LCL: obsolete call to CreateComponent

[lazarus] Re: New ListView bug in Lazarus

2007-05-03 Thread Funky Beast
window manager. HTH, Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Re: fpc.cfg for fpc2.1.1 (svn)

2007-03-01 Thread Funky Beast
, pipes.ppu and pipes.o. Take a look at a few threads above on subject: Recent SVN lazarus won't compile. Can't find unit contnrs. here news://news.gmane.org:119/[EMAIL PROTECTED] HTH, Funky Beast _ To unsubscribe: mail [EMAIL

[lazarus] Re: Recent SVN lazarus won't compile. Can't find unit contnrs.

2007-02-28 Thread Funky Beast
on how to check for fcl's existence. HTH, Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Re: Recent SVN lazarus won't compile. Can't find unit contnrs.

2007-02-27 Thread Funky Beast
be compilable with your r6610 version. With FPC 2.1.1 6610 and lazarus 10678 all work's. O.S Linux fedora core 6. HTH, Funky Beast. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives

[lazarus] Re: Copy 'n paste in the editor

2007-02-23 Thread Funky Beast
] ExceptionOccurred [FORMS.PP] ExceptionOccurred [FORMS.PP] ExceptionOccurred [EMAIL PROTECTED]:~ -- Ger Hi, I believe i've reported this bug here: http://www.freepascal.org/mantis/view.php?id=8259 Regards, Funky Beast

[lazarus] Re: Linking Fails: cannot find -lglib

2007-01-16 Thread Funky Beast
to work properly !!! ERROR: dev-lang/lazarus-0.9.12 failed. Funky Beast wrote: Hi, Maybe you can try: emerge --nospinner =x11-libs/gtk+-1.2.10-r12 It should bring in glib-1.2 If it doesn't, try: emerge --nospinner =dev-libs/glib-1.2.10-r5 HTH and good luck, Funky Beast

[lazarus] Re: Making calls to External Programs

2007-01-16 Thread Funky Beast
from the web at http://mail2web.com/ . http://wiki.lazarus.freepascal.org/Executing_External_Programs For all other informations: http://wiki.lazarus.freepascal.org/Special:Allpages Regards Funky Beast _ To unsubscribe: mail

[lazarus] Re: Linking Fails: cannot find -lglib

2007-01-15 Thread Funky Beast
--nospinner =dev-libs/glib-1.2.10-r5 HTH and good luck, Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Re: Messages window showing wrong unit with error (part 2)

2007-01-12 Thread Funky Beast
Graeme Geldenhuys wrote: Here is the last screenshot mentioned in the part 1 email. If its fpc2.1.1, it may be related to this bug: http://www.freepascal.org/mantis/view.php?id=7883 Regards, Funky Beast

[lazarus] Re: SQLDB TIBConnection

2007-01-04 Thread Funky Beast
. If not, then its a bizarre bug. (I have all SQLDB components on my component palette.) Another option is to specify where you want your compiled lazarus executable to end up by specifying a target directory in Tools-Configure Build Lazarus, and rebuild lazarus. HTH, Funky Beast

[lazarus] Re: SQLDB TIBConnection

2007-01-04 Thread Funky Beast
Lee Jenkins wrote: Funky Beast wrote: You might want to try finding all instances of lazarus executable in your entire system with a file manager started as root, by searching from '/' directory with 'include subfolder' options. Try them one by one and maybe you might find one that has

[lazarus] Re: patch for StdCtrls

2006-12-13 Thread Funky Beast
Vincent Snijders wrote: Mattias Gaertner schreef: On Wed, 13 Dec 2006 12:32:48 +0800 Funky Beast [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: please add documentation for them. Mattias Here you go, also added documentation for AutoComplete and AutoCompleteTextOption. Thanks

[lazarus] Re: Executing executables on linux

2006-12-02 Thread Funky Beast
Lee wrote: Hi all, Where can I find information on executing other files on Linux through laz/fp? Thank you, http://wiki.lazarus.freepascal.org/Executing_External_Programs For all other informations: http://wiki.lazarus.freepascal.org/Special:Allpages Regards Funky Beast

[lazarus] Re: Lazarus 0.9.20 beta and Rx compoments

2006-11-27 Thread Funky Beast
Nataraj S Narayan wrote: Hi Beast (Funky?) I am using the latest compiled. Positive. regards Nataraj Funky Beast wrote: Nataraj S Narayan wrote: Hi Somebody help me out with this. regards Nataraj Nataraj S Narayan wrote: Hi I tried installing Rx components into my Lazarus 0.9.20

[lazarus] Re: Lazarus 0.9.20 beta and Rx compoments

2006-11-26 Thread Funky Beast
. my $0.02 guess. Regards Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] SelectAll on TEdit and TCombobox

2006-11-25 Thread Funky Beast
: TObject ); begin ComboBox1.SelectAll; end; procedure TForm1.ComboBox2Enter (Sender: TObject ); begin ComboBox2.SelectAll; end; Is it an LCL's problem or the underlying widgetset's problem? Lazarus: Latest SVN FPC: 2.1.1 rev 5191 and 2.0.4 Widgetset: GTK1 on Linux thanks, Funky Beast

[lazarus] How to use TRegion

2006-11-08 Thread Funky Beast
Hi, Any docs, wiki or example of how to utilize a TCanvas.Region or defining a TRegion? Is it a cross widget/platform thing? thanks, Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

[lazarus] Re: Lazde extension

2006-09-28 Thread Funky Beast
months, must have a lot of conflicts with the svn version. So if you're interested, i can try to clear all the conflicts, zip the whole doceditor directory and write a summary of what as far as i can remember what i've added to lazde and email to you. Regards Funky Beast

[lazarus] Re: Screenshot tool under Linux

2006-09-22 Thread Funky Beast
this in a single step. MWSnap http://www.mirekw.com/winfreeware/mwsnap.html Regards, - Graeme - ksnapshot - Capture Mode: Region Regards, Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

[lazarus] Possible memory leak or replication of object inspector's tooltip

2006-09-06 Thread Funky Beast
) from then on. I didn't noticed this until the Runaway Process applet tells me that Lazarus is slowing the system down. At that time, the cursor was parked at the object inspector. using Lazarus SVN: 9819 FPC 2.0.4 Regards Funky Beast

[lazarus] Re: Possible memory leak or replication of object inspector's tooltip

2006-09-06 Thread Funky Beast
Mattias Gaertner wrote: On Wed, 06 Sep 2006 16:13:55 +0800 Funky Beast [EMAIL PROTECTED] wrote: Hi, Not sure if its just me, but here goes. When the cursor moves past the properties of the object inspector a tooltip will show a short description of the property under the cursor

[lazarus] Re: 0001680: If tooltip content is too big...

2006-09-01 Thread Funky Beast
://sg.geocities.com/funkybeast888/lazarus_designer_hint.png Regards Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Re: findinfiles patch

2006-08-16 Thread Funky Beast
Vincent Snijders wrote: Funky Beast schreef: Vincent Snijders wrote: Mattias Gaertner wrote: On Tue, 08 Aug 2006 00:26:34 +0800 Funky Beast [EMAIL PROTECTED] wrote: FinInFilesDlg: Enable AutoComplete feature for TextToFindComboBox and ReplaceTextComboBox. DirectoryBrowseClick initializes

[lazarus] Re: Lazarus :Unable to compile latest svn

2006-07-31 Thread Funky Beast
to the uses section of newfield.pas as you can find the function there. Regards Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] lfm streaming failed

2006-07-19 Thread Funky Beast
. Regards, Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Find function with Entire Scope option cannot find next

2006-07-08 Thread Funky Beast
check 'Selected Text' in FindReplaceDlg anymore. Something broke? Using SVN: 9574 Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

[lazarus] Re: Comments about DB2

2006-04-04 Thread Funky Beast
, AMilliSecond: Word); You can also encode a TDatetime value with: Function EncodeDateTime(const AYear, AMonth, ADay, AHour, AMinute, ASecond, AMilliSecond: Word): TDateTime; in the same unit. Cheers, Funky Beast

[lazarus] Re: Some Errors

2006-02-14 Thread Funky Beast
Mattias Gaertner wrote: On Tue, 14 Feb 2006 14:28:42 +0800 Funky Beast [EMAIL PROTECTED] wrote: Vincent Snijders wrote: Mattias Gaertner wrote: On Mon, 13 Feb 2006 20:59:41 +0800 Funky Beast [EMAIL PROTECTED] wrote: Kleiton L R Soares wrote: Good Morning, I'm try use Lazarus

[lazarus] Re: Some Errors

2006-02-13 Thread Funky Beast
Tab-Lazarus Directory must point to root of Lazarus source directory e.g. /usr/local/lazarus. Stumped me the first time i use Lazarus :-) Cheers Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED

[lazarus] Re: Some Errors

2006-02-13 Thread Funky Beast
Vincent Snijders wrote: Mattias Gaertner wrote: On Mon, 13 Feb 2006 20:59:41 +0800 Funky Beast [EMAIL PROTECTED] wrote: Kleiton L R Soares wrote: Good Morning, I'm try use Lazarus but... i'm add a button and click on event onClick, when i make this action one aerror message

[lazarus] Re: Tooltips in ide dialogs

2006-02-03 Thread Funky Beast
Mattias Gaertner wrote: On Thu, 02 Feb 2006 23:19:00 +0800 Funky Beast [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Wed, 1 Feb 2006 08:38:38 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: What's the difference between a LazDoc xml Document and a fpdoc xml? What's

[lazarus] Re: Tooltips in ide dialogs

2006-02-03 Thread Funky Beast
Mattias Gaertner wrote: On Sat, 04 Feb 2006 01:31:34 +0800 Funky Beast [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Thu, 02 Feb 2006 23:19:00 +0800 Funky Beast [EMAIL PROTECTED] wrote: Reading:-- But if we use these methods to read an FPC xml document which i checked out from

[lazarus] Re: Tooltips in ide dialogs

2006-02-02 Thread Funky Beast
in the above property. Then the HTML canvas, a help hint window and a local help form. Funky Beast. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

[lazarus] Re: Some questions on Identifier Completion of TSourceNotebook

2006-01-18 Thread Funky Beast
Darius Blaszijk wrote: Funky Beast/Tomas/Mattias, I'm very pleased with the discussion on this topic so far. What I would like to add is the following; - I would like to join in merging the tool that Tomas has made and LazDoc. I think both tools complement each other - I like what Funky Beast

[lazarus] Re: Some questions on Identifier Completion of TSourceNotebook

2006-01-17 Thread Funky Beast
to return the formated string to the hint list base on the index value. So the 'hint list' only needs to maintain a few number of strings=NBLinesInWindow (i.e. the displayed items). Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED

[lazarus] Re: Some questions on Identifier Completion of TSourceNotebook

2006-01-17 Thread Funky Beast
Mattias Gaertner wrote: On Tue, 17 Jan 2006 17:04:57 +0800 Funky Beast [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On 16 Jan 2006 21:36:09 +0100 Darius Blaszijk [EMAIL PROTECTED] wrote: On Mon, 2006-01-16 at 19:59, Mattias Gaertner wrote: What we need: 1. a hint window to right

[lazarus] Re: Some questions on Identifier Completion of TSourceNotebook

2006-01-17 Thread Funky Beast
Tomas Gregorovic wrote: Funky Beast napsal(a): Mattias Gaertner wrote: On 16 Jan 2006 21:36:09 +0100 Darius Blaszijk [EMAIL PROTECTED] wrote: On Mon, 2006-01-16 at 19:59, Mattias Gaertner wrote: What we need: 1. a hint window to right of the completion box. 2. the search for the fpdoc

[lazarus] Some questions on Identifier Completion of TSourceNotebook

2006-01-16 Thread Funky Beast
ItemList? If its not the above, i'll have to add a FHintList to TSourceNotebook. Asking first so as not to cause overlapping codes. Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

[lazarus] Re: patch for LCLProc

2006-01-11 Thread Funky Beast
Tomas Gregorovic's name doesn't look good on win32 either. OKOK ... my name is Hwang Weng Sun. Cheers, Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

[lazarus] Re: patch for LCLProc

2006-01-10 Thread Funky Beast
Mattias Gaertner wrote: On Sun, 08 Jan 2006 01:24:02 +0800 Funky Beast [EMAIL PROTECTED] wrote: Added functions: GetCompleteText and IsEditableKey Both are for implementing AutoComplete property for TComboBox. I applied the LCLProc additions. What name should I add to the Contributors.txt

[lazarus] patch for TCustomComboBox

2006-01-08 Thread Funky Beast
Added property AutoCompleteText Didn't use AutoComplete as property name due to recent Delphi's AutoComplete is a Boolean property and the one I implemented is a Set which provides a few settings for the behaviour of AutoComplete feature. So as not to clash. Index: ideintf/propedits.pp

[lazarus] Where to add this function

2006-01-06 Thread Funky Beast
Edit1.Text := sCompleteText; Edit1.SelStart := iSelStart; Edit1.SelLength := Length(Edit1.Text); end;//End if not ((UpperCase(sCompleteText) = UpperCase(Edit1.Text)) if (Key = VK_RETURN) then Edit1.SelectAll; end; //* Funky

[lazarus] Re: Where to add this function

2006-01-06 Thread Funky Beast
L505 wrote: Where should i add the below function for global use in the source, i want to implement AutoComplete property with this function for TComboBox and maybe also on some other controls. Or is there a similar function somewhere already written in the source. If not you could make your

[lazarus] Re: Patch for msgview.pp (enhancement)

2005-12-27 Thread Funky Beast
to capture. just my 2 cents. Funky Beast _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Re: Linux / Windows : problem with fonts

2005-12-05 Thread Funky Beast
Felipe Monteiro de Carvalho wrote: On 12/3/05, João Paulo Schwarz Schuler [EMAIL PROTECTED] wrote: Hi. This is my first day here. (my English is poor). I am very well impressed with Lazarus. Welcome. Good to hear you liked the project =) So, I compiled this same program on Lazarus