[lazarus] New topic in NEW threads please!

2006-03-09 Thread Micha Nelissen
To everyone: *Please* do start new topics in new threads. Do *not* start topics by replying to some randomly received mail. Reading the list as it is at this rate is hard enough already ;-). Starting a new topic in an existing thread will almost certainly cause it to be ignored. (Single

RE: [lazarus] Ping server form Lazarus

2006-03-09 Thread Pēteris Bērzs-Bērziņš
Thnks for advice. Function is realy nice and clean. But there is problem pinging prom Lazarus ide. Ping only works first time when u run it from ide. If u run compiled software it runs ok everytime. Any ideas?? Source: procedure TForm1.Button1Click(Sender: TObject); var ping:TPingSend; begin

Re: [lazarus] lazarus IDE defunct

2006-03-09 Thread Marc Weustink
Marc Santhoff wrote: Hi, I managed to get my lazarus installation confused. If I try to compile or run a project, this error is shown: ... [TMainIDE.DoRunProject] A TMainIDE.DoInitProjectRun A True 0 TMainIDE.DoInitProjectRun B TPascalParserTool.BuildTree B OnlyIntf=False unit1.pp

Re: [lazarus] Implementing OnKeyUp on Qt

2006-03-09 Thread Marc Weustink
Flávio Etrusco wrote: try LCLObject.WindowProc(TLMessage(Msg)); // Doesn't work??? except Application.HandleException(nil); end; This should work, see DeliverMessage in gtkproc.inc. I guess the WindowProc is just a pointer to the default callback function for the underlying

Re: [lazarus] TMySQLDatabase and TMySQLDataset

2006-03-09 Thread Bram Kuijvenhoven
Panagiotis Sidiropoulos wrote: After testing sqldb and could not make it work for me, I installed and try with TMySQLDatabase and TMySQLDataset found in lazarus/components/mysql folder. Proper package version installed related to Mysql server version. TMySQLDatabase succesfuly connect to the

Re: Mozilla Plugin Panel component

2006-03-09 Thread Graeme Geldenhuys
Just wondering how exactly you are doing it ? Are you linking to gecko or embedding the window itself ? If the latter, the way under the linux is to I embed the window itself. No reference to Gecko at all, though that was my first attempt at the component. I found an article on the Borland

Re: [lazarus] Screen.Cursor

2006-03-09 Thread Mattias Gaertner
On Thu, 9 Mar 2006 03:15:37 -0300 Flávio Etrusco [EMAIL PROTECTED] wrote: On 3/8/06, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: On 3/8/06, Dan [EMAIL PROTECTED] wrote: emailKnows anybody solution for bug http://www.lazarus.freepascal.org/mantis/view.php?id=1666

Re: Mozilla Plugin Panel component

2006-03-09 Thread A.J. Venter
I will write some docs regarding what is working and what isn't. I will definitely try to help with filling in some of the linux bits at least. That would be much appreciated! What part of the component are you interested in using? The Adobe Reader or the Flash Player? Well being

[lazarus] Russian charset of Lazarus interface

2006-03-09 Thread Vasily Volchenko
Dear Russian-speaking users, testers and Lazarus developers! You see, it was a problem of Russian interface usage with 1-byte locales. Presently it is partially solved. To use solution, rebuild Lazarus with -dMultiLocale (make OPT=-dMultiLocale). In linux, this should be enough. In windows please

[lazarus] [patch] Drag-n-Drop in TListbox

2006-03-09 Thread Graeme Geldenhuys
Hi, The TListbox didn't have the drag-n-drop properties published. This patch fixes that. I have tested it under Windows. NOTE: I dragged an item from one listbox to another listbox. When I display the Source.Classname in the DragDrop event, I expected a TListBox type, but got

Re: [lazarus] New topic in NEW threads please!

2006-03-09 Thread Lepidosteus
Notice that a gmail account greatly improve mailling-list reading, as it groups discussion in one single thread :)You can see what I mean here :Global thread list : http://www.lepidosteus.com/upload/1141913263_gmaillist2.pngReading a thread:

Re: [lazarus] TMySQLDatabase and TMySQLDataset

2006-03-09 Thread Joost van der Sluis
On Wed, 2006-03-08 at 23:08 +, Panagiotis Sidiropoulos wrote: After testing sqldb and could not make it work for me, I installed and try with TMySQLDatabase and TMySQLDataset found in lazarus/components/mysql folder. Proper package version installed related to Mysql server version. These

Re: [lazarus] New topic in NEW threads please!

2006-03-09 Thread Micha Nelissen
Lepidosteus wrote: Notice that a gmail account greatly improve mailling-list reading, as it groups discussion in one single thread :) Almost all email clients can do this ... otherwise things would become very chaotic very quickly. In your webmail also the mail from Graeme (for example,

Re: [lazarus] lazarus IDE defunct

2006-03-09 Thread Marc Santhoff
Am Donnerstag, den 09.03.2006, 10:21 +0100 schrieb Marc Weustink: Marc Santhoff wrote: Hi, I managed to get my lazarus installation confused. If I try to compile or run a project, this error is shown: ... [TMainIDE.DoRunProject] A TMainIDE.DoInitProjectRun A True 0

Re: [lazarus] TripleClick and QuadClick????

2006-03-09 Thread Vincent Snijders
Graeme Geldenhuys wrote: Could someone explain why and when you would ever use these? I have never heard about a TripleClick or QuadClick event. :-) When you are developing an editor component (think like SynEdit) and want to add the following functionality: Double click: select word

Re: [lazarus] New topic in NEW threads please!

2006-03-09 Thread Graeme Geldenhuys
Didn't my post fit the topic/thread? I thought it was related to the icons used in Lazarus. Sorry if it was confusing... I was talking about the icons used for those components, not the components itself. Regards, - Graeme - On 3/9/06, Micha Nelissen [EMAIL PROTECTED] wrote: In your

Re: [lazarus] New topic in NEW threads please!

2006-03-09 Thread Micha Nelissen
Graeme Geldenhuys wrote: Didn't my post fit the topic/thread? I thought it was related to the icons used in Lazarus. Sorry if it was confusing... I was talking about the icons used for those components, not the components itself. Well, there were multiple topics in that thread. Your post was

Re: [lazarus] TripleClick and QuadClick????

2006-03-09 Thread Graeme Geldenhuys
When you are developing an editor component (think like SynEdit) and want to add the following functionality: Double click: select word Triple click: select line Quad click: select paragraph. Forward thinking ;-) Now try and explain to a handicapped person they need to quad click

Re: [lazarus] New topic in NEW threads please!

2006-03-09 Thread Graeme Geldenhuys
On 3/9/06, Micha Nelissen [EMAIL PROTECTED] wrote: Well, there were multiple topics in that thread. Your post was on-topic as reply to the original post (rereading the thread), but you replied to someone doing an imagelist implementation with editor of some sort :-). I replied to the last

Re: [lazarus] TripleClick and QuadClick????

2006-03-09 Thread Vincent Snijders
Graeme Geldenhuys wrote: When you are developing an editor component (think like SynEdit) and want to add the following functionality: Double click: select word Triple click: select line Quad click: select paragraph. Forward thinking ;-) Now try and explain to a handicapped person they

Re: [lazarus] TripleClick and QuadClick????

2006-03-09 Thread Florian Klaempfl
Vincent Snijders wrote: Graeme Geldenhuys wrote: When you are developing an editor component (think like SynEdit) and want to add the following functionality: Double click: select word Triple click: select line Quad click: select paragraph. Forward thinking ;-) Now try and explain

Re: [lazarus] New topic in NEW threads please!

2006-03-09 Thread Micha Nelissen
Graeme Geldenhuys wrote: I replied to the last message in that thread. Next time I will pick a more appropriate message when I press that Reply button. Ok. Thanks for your cooperation. Micha _ To unsubscribe: mail [EMAIL

Re: [lazarus] MySQL Connection

2006-03-09 Thread Joost van der Sluis
On Wed, 2006-03-08 at 09:37 +, Panagiotis Sidiropoulos wrote: I try to connect into a MySQL server hosted on a local network. All comments following are related to information povided at: wiki.lazarus.freepascal.org/index.php/MySQLDatabases#Connect_to_a_server Another possibility is the

Re: Mozilla Plugin Panel component

2006-03-09 Thread L505
Just wondering how exactly you are doing it ? Are you linking to gecko or embedding the window itself ? If the latter, the way under the linux is to I embed the window itself. No reference to Gecko at all, though that was my first attempt at the component. I found an article on the

Re: [lazarus] Drag'n'Drop in a treeview ?

2006-03-09 Thread Matthijs Willemstein
On Thu, 2006-03-09 at 15:05 +0100, Lepidosteus wrote: Thanks, really looking forward to it ! All right. The following code works. Place a TTreeView on a Form and add items to it. Use the following code: var SleepNode: TTreeNode; // To store the dragged node. procedure

[lazarus] problems with DynHashArray

2006-03-09 Thread anteusz
Hi! Could you help with this program? I am testing the functionality of Dynhasharray but I get these errors: dynhasharray.lpr(18,9) Warning: Variable A does not seem to be initialized C:\lazarus\dynhasharray\dynhasharray.o(.text+0x2f): In function `main': dynhasharray.lpr:18: undefined

RE: [lazarus] MySQL Connection

2006-03-09 Thread Panagiotis Sidiropoulos
Yes, and maybe that you can update the wiki? Although I don't feel confident advising because of my limited skills, I made this amendment to the wiki: ...called TMySQLConnection (depicted by a dolphin). If can't find $Lazarus/components/sqldb/mysql directory and mysql4connlaz.lpk then this mean

Re: [lazarus] lazarus IDE defunct

2006-03-09 Thread Vincent Snijders
Marc Santhoff wrote: Am Donnerstag, den 09.03.2006, 04:09 +0100 schrieb Marc Santhoff: Since I want to keep my configuration files, I'd like to know, where I have to look for the mixed up file. Okay, I've got it: Thanks, this helped. TPascalParserTool.BuildTree B OnlyIntf=False

Re: [lazarus] TMySQLDatabase and TMySQLDataset

2006-03-09 Thread Mattias Gaertner
On Thu, 09 Mar 2006 15:15:01 +0100 Joost van der Sluis [EMAIL PROTECTED] wrote: On Wed, 2006-03-08 at 23:08 +, Panagiotis Sidiropoulos wrote: After testing sqldb and could not make it work for me, I installed and try with TMySQLDatabase and TMySQLDataset found in

Re: [lazarus] problems with DynHashArray

2006-03-09 Thread Mattias Gaertner
On Thu, 09 Mar 2006 18:02:52 +0100 [EMAIL PROTECTED] wrote: Hi! Could you help with this program? I am testing the functionality of Dynhasharray but I get these errors: dynhasharray.lpr(18,9) Warning: Variable A does not seem to be initialized

Re: [lazarus] TMySQLDatabase and TMySQLDataset

2006-03-09 Thread Michael Van Canneyt
On Thu, 9 Mar 2006, Mattias Gaertner wrote: On Thu, 09 Mar 2006 15:15:01 +0100 Joost van der Sluis [EMAIL PROTECTED] wrote: On Wed, 2006-03-08 at 23:08 +, Panagiotis Sidiropoulos wrote: After testing sqldb and could not make it work for me, I installed and try with

Re: [lazarus] TMySQLDatabase and TMySQLDataset

2006-03-09 Thread Vincent Snijders
Michael Van Canneyt wrote: On Thu, 9 Mar 2006, Mattias Gaertner wrote: On Thu, 09 Mar 2006 15:15:01 +0100 Joost van der Sluis [EMAIL PROTECTED] wrote: On Wed, 2006-03-08 at 23:08 +, Panagiotis Sidiropoulos wrote: After testing sqldb and could not make it work for me, I installed and

[lazarus] dead pixel in tpanel.xpm

2006-03-09 Thread Marien van Westen
For two seconds I thought I had found a dead pixel in my TFT-screen. It was only a gray pixel in the tpanel.xpm file.($Lazarus\images\components) Attached is the image without this pixel tpanel.xpm Description: X pixmap

[lazarus] Debugger anomaly

2006-03-09 Thread Gabor Boros
Hi! I hope somebody understand my bla-bla. My native language is Hungarian (and Pascal ;-) ). I reported a bug previously with ID 1699. Yesterday I think eliminate that by myself. I don't debug Lazarus never before. Installed actual snapshot build, but debugger not working in it. Next.

Re: [lazarus] Second Windows CE Patch

2006-03-09 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Hello, This patch implements very basically: TApplication TCustomWindow TCustomButton There are also 2 new files that need to be added to the widgetset. Here is a nice screenshot of Lazarus+WinCE =) :

Re: [lazarus] TMySQLDatabase and TMySQLDataset

2006-03-09 Thread Markku Niskanen
On Thu, 09 Mar 2006 15:15:01 +0100, Joost van der Sluis [EMAIL PROTECTED] wrote: These component's won't work. I think they never did, realle, and they never will. They are obsolete. Whew... and I thought I was going nuts trying to use them a couple of times without much success :) Markku --

Re: [lazarus] Debugger anomaly

2006-03-09 Thread Marc Weustink
Gabor Boros wrote: [snip] A small observation. GDB version in FPC distribution is 6.2.1 (cygwin) and in Lazarus 6.0 (mingw). In FPC IDE the GDB is working properly. Why not working with Lazarus because the compiler is same? The way the debugger is used is different. the FPC IDE links

[lazarus] Very big Qt Patch

2006-03-09 Thread Felipe Monteiro de Carvalho
Hello, There are so many modifications that I really don't recall all. The most important are: * Updated the bindings to Qt 4.1.1 * Added several new widgets, about 10 new widgets I think. Most of them have only CreateHandle and very basic functions implemented however. TNotebook works.

RE: [lazarus] TMySQLDatabase and TMySQLDataset

2006-03-09 Thread Panagiotis Sidiropoulos
Should we delete the components/mysql directory? Yes, I suggest Yes, It would save hours of searching and testing. Panagiotis -Original Message- From: Mattias Gaertner [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 8:47 PM To: lazarus@miraclec.com Subject: Re: [lazarus]

[lazarus] F1 context help for object inspector

2006-03-09 Thread Bogusław Brandys
Hi, Please add support for F1 context help in object inspector.It will be very useful. For example: pressing F1 when selected is SessionProperties property on TForm should display help for that property.Similiar for other properties/event - without details (not TFont-style but only top