Re: [lazarus] LazReport License change

2006-02-22 Thread Micha Nelissen
Jesus Reyes wrote: To be sure let's give them a couple of days more and then I will try some other path. Well it took more than a couple of days but I finally got the answer, in short they agree so thanks to the FastReport Team and specially to Michael Philippenko and Emil Biserov LazReport

Re: [lazarus] HtmlPanel: Non Latin alhabets and utf codepage.

2006-02-22 Thread Vincent Snijders
Panagiotis Sidiropoulos wrote: I can't find an example project with this or similar name, can you please guide me? lazarus/examples/fontsenum/ Is enumfont/ example OS independed? While compiling produces a lot of errors such - mainunit.pas(81,31) Error: Identifier not found TNewTextMetricEx

Re: [lazarus] Showing URL in default browser

2006-02-22 Thread Patrick Chevalley
I think it is nice to first try to launch the default application defined in KDE or GNOME, this not necessarily Konqueror or Galeon.To do that use kfmclient exec or gnome-open.This work not only for url but also for any mime type. For example launch Xpdf or Acroread as defined in the desktop

Re: [lazarus] Showing URL in default browser

2006-02-22 Thread Bram Kuijvenhoven
Felipe Monteiro de Carvalho wrote: You don't need a Firefox API to do this. Just send the shell command: mozilla-firefox www.google.com and if firefox is already open, it will open the page without opening a new instance. I tested here, try on your command line with firefox already open. If you

Re: [lazarus] keyboard events

2006-02-22 Thread Lord Satan
On Tue, 21 Feb 2006 22:14:24 -0700 L505 [EMAIL PROTECTED] wrote: Tony also check out this: http://www.freepascal.org/contrib/edit.php3?ID=487 http://z505.com/download/pascal/vk_keys/vk_keys.zip I find I can never memorize the hex/dec values of Keyboard keys so I made that unit. Is there

Re: [lazarus] Interbase library

2006-02-22 Thread Florian Klaempfl
Joost van der Sluis wrote: SqLite works seperate. There was an connection for sqldb for SqLite, but it got lost in a HD-crash. ;-( That's why you should commit early to svn :) But now the sqlite-components from Luis Pereira are available, which also works very good. On Wed, 2006-02-22

Re: [lazarus] Interbase library

2006-02-22 Thread Micha Nelissen
Joost van der Sluis wrote: SqLite works seperate. There was an connection for sqldb for SqLite, but it got lost in a HD-crash. ;-( Commit early, commit often, let the web backup/mirror your stuff ;-). (As Linus once said). Micha

[lazarus] Compile without link

2006-02-22 Thread SteveG
Can anybody tell me how (if possible) to compile a Laz program, but skip the linking step ? _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Interbase library

2006-02-22 Thread Joost van der Sluis
Could you try it again with ParseSQL := False? If that works it's still a bug, but then I know where to look at it. Ow, and could you try to remove the TimeIn (12:55) ? And the DateIn (22/02/2006) ? On Wed, 2006-02-22 at 13:29 +1000, SteveG wrote: Drat - spoke (or typed) too soon can you tell

Re: [lazarus] Interbase library

2006-02-22 Thread Joost van der Sluis
On Wed, 2006-02-22 at 13:15 +0100, Florian Klaempfl wrote: SqLite works seperate. There was an connection for sqldb for SqLite, but it got lost in a HD-crash. ;-( That's why you should commit early to svn :) At that time I didn't have cvs-write-access yet. But I have to confess that

Re: [lazarus] Compile without link

2006-02-22 Thread Christian Iversen
On Wednesday 22 February 2006 13:18, SteveG wrote: Can anybody tell me how (if possible) to compile a Laz program, but skip the linking step ? I'm not sure exactly how to do that. What are you trying to do? -- Regards, Christian Iversen

Re: [lazarus] Interbase library

2006-02-22 Thread SteveG
Can do - possibly not till tomorrow though - have pulled my program apart (again) and need to get it stable to test understand about the Dt Tm - customer wants them this way for older program pulling data from file - cant (or wont) reformat to suit up the line (what can you do, they pay the

Re: [lazarus] Compile without link

2006-02-22 Thread Florian Klaempfl
SteveG wrote: I have noticed that many of my 'typos' are caught at the compile stage - then have to wait for the linker (for no reason at this point, since I already know I have problems) If the program doesn't compile, it isn't linked? -s does the trick on the command line. Christian

Re: [lazarus] Quick Fix menu items

2006-02-22 Thread Graeme Geldenhuys
This first 'Quick Fix' item shows, when a compiler message of the form 'unit xxx not used' is selected. It will remove the unit from the uses section. That sounds like a handy feature to have. :-) Regards, - Graeme - _

Re: [lazarus] Compile without link

2006-02-22 Thread SteveG
sounds close to what I am after - is there any way to just compile (not link) even if no errors found? - same thing, just testing for basic errors in ongoing code Florian Klaempfl wrote: SteveG wrote: I have noticed that many of my 'typos' are caught at the

Re: [lazarus] Compile without link

2006-02-22 Thread Graeme Geldenhuys
The -s option in the Project - Compiler Options - Other - Custom options will do that, but maybe a option in the Run menu would be nice, or some keyboard shortcut. Regards, - Graeme - On 2/22/06, SteveG [EMAIL PROTECTED] wrote: sounds close to what I am after - is there any way to just

Re: [lazarus] Compile without link

2006-02-22 Thread SteveG
Exactly - a shortcut (perhaps Shift-Ctrl-F9) to compile only - otherwise it is necessary to insert / remove the compiler switch (which sort of defeats the fast check attempt) Graeme Geldenhuys wrote: The -s option in the Project - Compiler Options - Other - Custom options will do that, but

[lazarus] Sqlite in ReportManager

2006-02-22 Thread SteveG
Has anybody managed to get ReportManager (http://reportman.sourceforge.net/) to work with Sqlite databases ? not 'directly' related to Laz/Fpc, but what the hey - most database programs need reports eventually _ To

Re: [lazarus] Compile without link

2006-02-22 Thread Uwe Grauer
SteveG wrote: Exactly - a shortcut (perhaps Shift-Ctrl-F9) to compile only - otherwise it is necessary to insert / remove the compiler switch (which sort of defeats the fast check attempt) Graeme Geldenhuys wrote: The -s option in the Project - Compiler Options - Other - Custom options will

[lazarus] Connection to a DB2 server

2006-02-22 Thread Arí Ricardo Ody
I made a single program that connects to a DB2 table in a DB2 server and made a browse with DBNavigator. I'm writing this only to complement the information about these matter, since I ask about this here. Best regards Ricardo

Re: [lazarus] Quick Fix menu items

2006-02-22 Thread Mattias Gaertner
On Wed, 22 Feb 2006 14:56:56 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: This first 'Quick Fix' item shows, when a compiler message of the form 'unit xxx not used' is selected. It will remove the unit from the uses section. That sounds like a handy feature to have. :-) I hope some

RE: [lazarus] HtmlPanel: Non Latin alhabets and utf codepage.

2006-02-22 Thread Panagiotis Sidiropoulos
http://mx.geocities.com/jesusrmx/lazarus/images/tpipro_gtk1_greekcharset.png I'm trying to get into the result of above screenshot but I could not make it. Because I tried several things now I'm totally confused, really. I suggest to start over again based on this successful example. So, I ask

Re: [lazarus] lightweight http

2006-02-22 Thread A.J. Venter
On Wednesday 22 February 2006 03:33, Juan Martinez wrote: Ales Katona [EMAIL PROTECTED] escribió: Juan Martinez wrote: Hi all I'm looking for a very lightweight http component, I don't need browser capabilities, even not html procesing, just sending, receiving and parsing http headers

Re: [lazarus] lightweight http

2006-02-22 Thread A.J. Venter
On Wednesday 22 February 2006 18:21, A.J. Venter wrote: On Wednesday 22 February 2006 03:33, Juan Martinez wrote: Ales Katona [EMAIL PROTECTED] escribió: Juan Martinez wrote: Hi all I'm looking for a very lightweight http component, I don't need browser capabilities, even not html

Re: [lazarus] Quick Fix menu items

2006-02-22 Thread Mattias Gaertner
On Wed, 22 Feb 2006 15:19:35 +0100 Mattias Gaertner [EMAIL PROTECTED] wrote: On Wed, 22 Feb 2006 14:56:56 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: This first 'Quick Fix' item shows, when a compiler message of the form 'unit xxx not used' is selected. It will remove the unit from

Re: [lazarus] Quick Fix menu items

2006-02-22 Thread Micha Nelissen
Mattias Gaertner wrote: I added the ability to improve messages by the quick fix items. As first example, I added an item, which improves compiler messages of the form: test1.lpr(1,1) Fatal: Can't find unit bogus to test1.lpr(9,39) Fatal: Can't find unit bogus That means, the source editor

RE: [lazarus] HtmlPanel: Non Latin alhabets and utf codepage.

2006-02-22 Thread Jesus Reyes
--- Panagiotis Sidiropoulos [EMAIL PROTECTED] escribió: http://mx.geocities.com/jesusrmx/lazarus/images/tpipro_gtk1_greekcharset.png I'm trying to get into the result of above screenshot but I could not make it. Because I tried several things now I'm totally confused, really. I suggest

[lazarus] Enhanced versions of TStringGrid

2006-02-22 Thread Alexsander Rosa
I was talking with Jesus about his TAttrStringGrid (attached to issue 1360): http://www.lazarus.freepascal.org/mantis/view.php?id=1360 Maybe it could be part of LCL? I mean, we could have the standard, Delphi-compatible TStringGrid AND a new grid, descendant of the standard, with extra features.

Re: [lazarus] Enhanced versions of TStringGrid

2006-02-22 Thread Mattias Gaertner
On Wed, 22 Feb 2006 14:57:49 -0300 Alexsander Rosa [EMAIL PROTECTED] wrote: I was talking with Jesus about his TAttrStringGrid (attached to issue 1360): http://www.lazarus.freepascal.org/mantis/view.php?id=1360 Maybe it could be part of LCL? I mean, we could have the standard,

[lazarus] TListView.CustomSort

2006-02-22 Thread A.J. Venter
Hi, It seems that the lazarus tlistview's do not implement the customsort method - not even as a virtual, the result is that all the tutorials I could find on how to sort a tlistview by a columnclick do not work with lazarus since they all rely on tcustomsort (and I presume OnCompare). Is

Re: [lazarus] Enhanced versions of TStringGrid

2006-02-22 Thread Jesus Reyes
--- Mattias Gaertner [EMAIL PROTECTED] escribió: On Wed, 22 Feb 2006 14:57:49 -0300 Alexsander Rosa [EMAIL PROTECTED] wrote: I was talking with Jesus about his TAttrStringGrid (attached to issue 1360): http://www.lazarus.freepascal.org/mantis/view.php?id=1360 Maybe it could be

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread Marc Weustink
A.J. Venter wrote: Hi, It seems that the lazarus tlistview's do not implement the customsort method - not even as a virtual, the result is that all the tutorials I could find on how to sort a tlistview by a columnclick do not work with lazarus since they all rely on tcustomsort (and I presume

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread A.J. Venter
On Wednesday 22 February 2006 21:14, Marc Weustink wrote: A.J. Venter wrote: Hi, It seems that the lazarus tlistview's do not implement the customsort method - not even as a virtual, the result is that all the tutorials I could find on how to sort a tlistview by a columnclick do not work

Re: [lazarus] Enhanced versions of TStringGrid

2006-02-22 Thread Jesus Reyes
--- Mattias Gaertner [EMAIL PROTECTED] escribió: On Wed, 22 Feb 2006 14:57:49 -0300 Alexsander Rosa [EMAIL PROTECTED] wrote: I was talking with Jesus about his TAttrStringGrid (attached to issue 1360): http://www.lazarus.freepascal.org/mantis/view.php?id=1360 Maybe it could be

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread Jesus Reyes
--- A.J. Venter [EMAIL PROTECTED] escribió: On Wednesday 22 February 2006 21:14, Marc Weustink wrote: A.J. Venter wrote: Hi, It seems that the lazarus tlistview's do not implement the customsort method - not even as a virtual, the result is that all the tutorials I could find

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread A.J. Venter
On Wednesday 22 February 2006 21:30, Jesus Reyes wrote: Have you considered using a stringgrid? or some derived from it like TSemaphorGrid (lazarus/examples/grid_semaphor) I looked at them right in the beginning, but I don't think they will be able to do what I am after look and feel wise

Re: [lazarus] Enhanced versions of TStringGrid

2006-02-22 Thread Michael Van Canneyt
On Wed, 22 Feb 2006, Jesus Reyes wrote: --- Mattias Gaertner [EMAIL PROTECTED] escribió: On Wed, 22 Feb 2006 14:57:49 -0300 Alexsander Rosa [EMAIL PROTECTED] wrote: I was talking with Jesus about his TAttrStringGrid (attached to issue 1360):

Re: [lazarus] Enhanced versions of TStringGrid

2006-02-22 Thread Thomas Miller
TStringGridPlus is a much better name :-) Alexsander Rosa wrote: I was talking with Jesus about his TAttrStringGrid (attached to issue 1360): http://www.lazarus.freepascal.org/mantis/view.php?id=1360 Maybe it could be part of LCL? I mean, we could have the standard, Delphi-compatible

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread Jesus Reyes
--- A.J. Venter [EMAIL PROTECTED] escribió: On Wednesday 22 February 2006 21:30, Jesus Reyes wrote: Have you considered using a stringgrid? or some derived from it like TSemaphorGrid (lazarus/examples/grid_semaphor) I looked at them right in the beginning, but I don't think they will

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread A.J. Venter
I don't see anything in the screenshot that TStringGrid can't do :D Jesus Reyes A. Okay, I must be stupid then :) I always rather thought of TStringGrid as a tool for letting users INPUT data, while TListView is a tool for PRESENTING data that must not be editable - I think users might be

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread Micha Nelissen
On Wed, 22 Feb 2006 22:22:04 +0200 A.J. Venter [EMAIL PROTECTED] wrote: Mind you if you feel like contributing to a free software project by doing the conversion for me - well I never say no to useful contributions :p Okay, enough contrib-whoreing, you may just be right though - and I

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread A.J. Venter
On Wednesday 22 February 2006 22:29, Micha Nelissen wrote: On Wed, 22 Feb 2006 22:22:04 +0200 A.J. Venter [EMAIL PROTECTED] wrote: Mind you if you feel like contributing to a free software project by doing the conversion for me - well I never say no to useful contributions :p Okay,

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread Jesus Reyes
--- Micha Nelissen [EMAIL PROTECTED] escribió: On Wed, 22 Feb 2006 22:22:04 +0200 A.J. Venter [EMAIL PROTECTED] wrote: Mind you if you feel like contributing to a free software project by doing the conversion for me - well I never say no to useful contributions :p Okay, enough

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread A.J. Venter
On Wednesday 22 February 2006 22:55, Jesus Reyes wrote: Okay, enough contrib-whoreing, you may just be right though - and I should probably just go ahead and figure it out. No problem, send me some code to convert and I will try, if you doesn't like it (see below), you can always

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread A.J. Venter
Ciao and thanks A.J. Sorry about that, I intended to mail Jesus directly and forgot that lazarus uses reply-to setting. A.J. -- A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103

RE: [lazarus] HtmlPanel: Non Latin alhabets and utf codepage.

2006-02-22 Thread Panagiotis Sidiropoulos
OK, let's take it from the start. I downloaded your version of ip. Uninstalled ip already intalled. Installed yours. Then I opened your example. While opening I got the error message: Class: TButton Error reading OpenHTMLButton1.BorderSpacing.InnerBorder: Unknown This is repeated three times

Re: [lazarus] bugfix 0001752

2006-02-22 Thread Vincent Snijders
Darius Blaszijk wrote: This patch solves bug0001752. I've also added a header to the unit and fixed the anchoring and layout. Thanks, applied. Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Enhanced versions of TStringGrid

2006-02-22 Thread Jesus Reyes
- Original Message - From: Thomas Miller [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Wednesday, February 22, 2006 2:04 PM Subject: Re: [lazarus] Enhanced versions of TStringGrid TStringGridPlus is a much better name :-) I don't really know why the field to: is set to your

Re: [lazarus] HtmlPanel: Non Latin alhabets and utf codepage.

2006-02-22 Thread Jesus Reyes
- Original Message - From: Panagiotis Sidiropoulos [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Wednesday, February 22, 2006 6:30 PM Subject: RE: [lazarus] HtmlPanel: Non Latin alhabets and utf codepage. OK, let's take it from the start. I downloaded your version of ip.

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread Dale Welch
tstringgrid has most of the features you want in it built in apparently... i was just looking at it's code. It can sort on any column. It can either do a standard ascii comparison or you provide a routine which will compare the values and tell if they are , =, you can provide your own draw

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread Jesus Reyes
- Original Message - From: Dale Welch [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Wednesday, February 22, 2006 9:21 PM Subject: Re: [lazarus] TListView.CustomSort tstringgrid has most of the features you want in it built in apparently... i was just looking at it's code. It can

Re: [lazarus] Compile without link

2006-02-22 Thread Graeme Geldenhuys
I'll see if I can implement something like this and post the patch. Regards, - Graeme - On 2/22/06, Uwe Grauer [EMAIL PROTECTED] wrote: SteveG wrote: Exactly - a shortcut (perhaps Shift-Ctrl-F9) to compile only - otherwise it is necessary to insert / remove the compiler switch (which

Re: [lazarus] Sqlite in ReportManager

2006-02-22 Thread Graeme Geldenhuys
Does that mean you are using ReportManager with Lazarus? I used ReportManager in my previous Delphi/Kylix project and it worked really well. My reporting was done from Objects and not a Dataset though - and all generated at runtime. Can you compile ReportManager under Lazarus? I haven't tried

Re: [lazarus] Sqlite in ReportManager

2006-02-22 Thread SteveG
Sorry, not using Laz to compile RM, just using the supplied Designer and running from data created with Laz There is some talk on the RM yahoo group about getting it to work with Laz/Fpc though Graeme Geldenhuys wrote: Does that mean you are using ReportManager with Lazarus? I used

Re: [lazarus] Compile without link

2006-02-22 Thread Paul Michell
This would be similar to Delphi's syntax check which would be a nice to have feature. Regards, Paul On Wednesday 22 February 2006 13:19, SteveG wrote: Exactly - a shortcut (perhaps Shift-Ctrl-F9) to compile only - otherwise it is necessary to insert / remove the compiler switch (which sort of

Re: [lazarus] Enhanced versions of TStringGrid

2006-02-22 Thread Micha Nelissen
Jesus Reyes wrote: TStringGridPlus is a much better name :-) I don't really know why the field to: is set to your personal address but anyway as I intended to send this to ml I'm doing again. I Like the proposed name :). Component name change is now scheduled. Maybe it's nice but not very