Re: [lazarus] TTrackBar.ShowScale

2006-04-09 Thread Christian U.
http://info.borland.com/techpubs/delphi/v6/updates/ent.html ^here you can download original delphi helpfiles, i think thats importend for everyone who works on the lcl. In delphi 6 help no ShowScale Property exists ?! - Original Message - From: Vincent Snijders [EMAIL PROTECTED] To:

Re: [lazarus] Because I can't get SQLDB working

2006-04-09 Thread Michael Van Canneyt
On Sun, 9 Apr 2006, Nataraj S Narayan wrote: Hi I was starting off with Firebird for Lazarus. But now I need to get MySql access from Lazarus to convert my legacy windows msaccess apps . Which package is best? Sqlite or zeos components? Or just go for 'direct' access w/o compos? It

Re: [lazarus] adding a form to a library

2006-04-09 Thread Felipe Monteiro de Carvalho
This is probably caused by something on the initialization section of LCL units. One idea to isolated the problem is to comment the code on initialization section of Forms (and perhaps other units) and see if the project will now load. DonĀ“t acctually try to build a form, just put Forms on the

[lazarus] Refactoring Subfolders

2006-04-09 Thread L505
Hi, the current copies of Lazarus that another developer and I are using do not seem to have a subfolder or subdirectory checkbox for refactoring. Do any lazarus versions contain that feature. Sort of like the search/replace tool in lazarus where you can recursively search subfolders.

Re: [lazarus] Refactoring Subfolders

2006-04-09 Thread Mattias Gaertner
On Sun, 09 Apr 2006 13:35:25 -0600 L505 [EMAIL PROTECTED] wrote: Hi, the current copies of Lazarus that another developer and I are using do not seem to have a subfolder or subdirectory checkbox for refactoring. Do any lazarus versions contain that feature. Sort of like the search/replace

Re: [OT] Re: [lazarus] Temperary FTP Speace

2006-04-09 Thread L505
There is no excuse for Oil being a raw material needed to ship food No, there isn't. Which is why those who can are switching to gas (which, lo and behold, farmers can produce that themselves) and hydrogen and trains anyways. The only problem is the lag of the infrastructure, that is,

Re: [lazarus] bugfix1872

2006-04-09 Thread Mattias Gaertner
On Wed, 29 Mar 2006 01:01:49 +0200 Darius Blaszijk [EMAIL PROTECTED] wrote: Here's a patch that should fix bugreport 1872. There are also some anchoring / bordericons and alignment improvement. Applied. Thanks. Mattias _ To

Re: [lazarus] Patch to sort the list of units shown

2006-04-09 Thread Mattias Gaertner
On Wed, 29 Mar 2006 12:00:52 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Attached is a patch to sort the listbox shown in View Unit, View Forms and Remove from Project. This makes it much easier to find units in a large project. I replaced the TList with a TStringList so I could take

Re: [lazarus] make resource string tool

2006-04-09 Thread Mattias Gaertner
On Wed, 29 Mar 2006 14:17:41 +0300 barko [EMAIL PROTECTED] wrote: If I try to create resource string with this tool, I got this error message: List index (-1) out of bounds. On linux, latest fpc (2.1.1, from svn), latest lazarus (from svn). Example: ---cut--- var Form1:

Re: [lazarus] Qt Custom Control Patch

2006-04-09 Thread Mattias Gaertner
On Thu, 30 Mar 2006 21:36:03 -0300 Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Hello, This patch does the following modification to Qt interface: * Custom control descendents work now (with the currently implemented TCanvas functions) * Adds more TCanvas functions: MoveToEx,

Re: [lazarus] patch for comctrl.xml

2006-04-09 Thread Mattias Gaertner
On Sun, 2 Apr 2006 22:09:48 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Here is a patch for TToolbar component. Thanks. Applied. Mattias _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] patch for comctrls (TToolButtonStyle)

2006-04-09 Thread Mattias Gaertner
On Sun, 2 Apr 2006 23:26:35 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi Attached is a fix for the TToolButtonStyle. I previously documented the different enumerated types, but they didn't appear in the generated html documentation as I expected. So this patch documents them in

Re: [lazarus] tLabel, tComboBox patch

2006-04-09 Thread Mattias Gaertner
On Thu, 06 Apr 2006 14:44:28 +0200 darekm [EMAIL PROTECTED] wrote: hi attached patch 1. set up single line for drawing caption without multi line 2. much faster drawText to single line option 3.for tComboBox change is called twice 4. added {$IFNDEF gtk_no_set_modal} because I want

Re: [lazarus] tPanel setColor patch

2006-04-09 Thread Mattias Gaertner
On Thu, 06 Apr 2006 19:38:58 +0200 darekm [EMAIL PROTECTED] wrote: Hi this patch remove flickering on tPanel Thanks. Applied. Mattias _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] make resource string tool

2006-04-09 Thread Vincent Snijders
Mattias Gaertner wrote: On Wed, 29 Mar 2006 14:17:41 +0300 barko [EMAIL PROTECTED] wrote: If I try to create resource string with this tool, I got this error message: List index (-1) out of bounds. On linux, latest fpc (2.1.1, from svn), latest lazarus (from svn). Example: ---cut---

Re: [OT] Re: [lazarus] Temperary FTP Speace

2006-04-09 Thread Danny Milosavljevic
Hi, Am Sonntag, den 09.04.2006, 14:17 -0600 schrieb L505: There is no excuse for Oil being a raw material needed to ship food No, there isn't. Which is why those who can are switching to gas (which, lo and behold, farmers can produce that themselves) and hydrogen and trains

Re: [lazarus] Refactoring Subfolders

2006-04-09 Thread L505
Hi, the current copies of Lazarus that another developer and I are using do not seem to have a subfolder or subdirectory checkbox for refactoring. Do any lazarus versions contain that feature. Sort of like the search/replace tool in lazarus where you can recursively search subfolders.

Re: [lazarus] Because I can't get SQLDB working

2006-04-09 Thread Nataraj S Narayan
Hi Michael I want MySql 4.0 and above only. Is SQLDB stable, so that i may replace Delphi+BDE +myodbc? It is a real production app for Inventory management. Also are Rxlib compos working in Lazarus? regards Nataraj Michael Van Canneyt wrote: On Sun, 9 Apr 2006, Nataraj S Narayan wrote:

Re: [lazarus] Because I can't get SQLDB working

2006-04-09 Thread Matthijs Willemstein
On Mon, April 10, 2006 06:06, Nataraj S Narayan wrote: Hi Michael I want MySql 4.0 and above only. Is SQLDB stable, so that i may replace Delphi+BDE +myodbc? It is working and as far as I can see reasonable stable. It is a real production app for Inventory management. Also are Rxlib compos