[lazarus] strange heaptrc results

2007-12-30 Thread zeljko
Hi, There are some strange memleaks when using heaptrc (-gh), visible under gkt,gtk2 & qt under linux (possible that this errors doesn't exist under win32 etc). Scenario: TForm with few buttons and virtualtree. Database connection is via Zeos components. Dynamic array is filled with database re

Re: [lazarus] laz-qt on ubuntu

2007-12-11 Thread Zeljko
; component palette, OI, dialogs, etc). Screenshot is at > http://i1.tinypic.com/85uups8.png hm.. it looks like a wm problem. metacity under gnome ? can you try it under KDE ? Is there any extensive log in laz console ? try to start it from consol

Re: [lazarus] Lazarus Binary - QT - Mac OSX ?

2007-10-21 Thread zeljko
On Monday 22 October 2007 00:41, Roberto A. Berrospe Machin wrote: > Hi. > Is there any one who got Lazarus compiled and working with QT > including the IDE ? here is screenshoot http://wiki.lazarus.freepascal.org/index.php/Qt_Interface also qtMac link is here. > If there is, can you share with

Re: [lazarus] Patch for runparamdlg

2007-10-13 Thread zeljko
On Saturday 13 October 2007 11:08, Mattias Gaertner wrote: > On Sat, 13 Oct 2007 10:58:39 +0200 > > wile64 <[EMAIL PROTECTED]> wrote: > > 2007/10/13, zeljko <[EMAIL PROTECTED]>: > > > On Friday 12 October 2007 18:05, wile64 wrote: > > > > Hi, &g

Re: [lazarus] Patch for runparamdlg

2007-10-13 Thread zeljko
On Friday 12 October 2007 18:05, wile64 wrote: > Hi, > > This patch fixes the bug poster in dialog "run parameters / environement" hum this doesn't look like a patch, why -37 ? _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] unable to run Qt app

2007-09-10 Thread zeljko
recompile bindings and everything should work then. If U get same error after bindings recompilation, then you have to recompile qt4.3 with -no-sse2 switch. zeljko _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Lazarus and QT4

2007-09-01 Thread zeljko
On Friday 31 August 2007 22:46, ik wrote: > Hi, > > I'm using Lazarus with QT4 from latest revision (11893) using fpc > 2.1.4 on amd 64 linux. > The latest work on the QT4 really works much better, however there is > one big problem: > The keyboard when the editor is in place is really slow, and it

Re: Testers for the unicode support on windows

2007-08-07 Thread zeljko
On Tuesday 07 August 2007 15:15, Luis R. Hilario B. wrote: > Qt license. Luis, I don't see any problem with Qt license. It's very simple: 1.if u develop GPL app then you use Qt GPL 2.if U develop commercial app, you have to buy Qt copy > > 2007/8/6, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]

Re: [lazarus] Lazarus foundation news

2007-08-02 Thread zeljko
On Thursday 02 August 2007 18:30, Giuliano Colla wrote: > zeljko ha scritto: > > On Thursday 02 August 2007 17:44, Giuliano Colla wrote: > >> zeljko ha scritto: > >>> On Wednesday 01 August 2007 16:11, David Lyon wrote: > >>>> The costs that I am hear

Re: [lazarus] Lazarus foundation news

2007-08-02 Thread zeljko
On Thursday 02 August 2007 17:44, Giuliano Colla wrote: > zeljko ha scritto: > > On Wednesday 01 August 2007 16:11, David Lyon wrote: > >> The costs that I am hearing are roughly 2500 euro for legal costs for > >> Germany. > > > > I think that here, in Croa

Re: [lazarus] Current svn-version crashes on sturtup please fix

2007-08-02 Thread zeljko
On Thursday 02 August 2007 16:51, hy-soft wrote: > Hi just updated to svn. #11711 > the compiled lazarus binary crashes on startup > with a segmentation fault > > Please fix it confirmed: gtk, gtk2, qt , no one wants to start, even some apps doesn't want to start. Here is beginning of backtrace:

Re: [lazarus] Lazarus foundation news

2007-08-01 Thread zeljko
On Wednesday 01 August 2007 16:11, David Lyon wrote: > The costs that I am hearing are roughly 2500 euro for legal costs for > Germany. I think that here, in Croatia is much cheaper (cca. 1000 EUR) for non-profit organizations, but have to check all details. _

Re: [lazarus] Roadmap "Status of features"

2007-07-31 Thread zeljko
Quoting "Christian U." <[EMAIL PROTECTED]>: [EMAIL PROTECTED] schrieb: Quoting "Christian U." <[EMAIL PROTECTED]>: [EMAIL PROTECTED] schrieb: Quoting Mattias Gaertner <[EMAIL PROTECTED]>: No, I think, vt simply called the SetMapMode function, which did nothing under LCL. Maybe vt needs Set

Re: [lazarus] Roadmap "Status of features"

2007-07-31 Thread zeljko
Quoting "Christian U." <[EMAIL PROTECTED]>: [EMAIL PROTECTED] schrieb: Quoting Mattias Gaertner <[EMAIL PROTECTED]>: No, I think, vt simply called the SetMapMode function, which did nothing under LCL. Maybe vt needs SetMapMode only in rare cases or not all? Use the svn Version, its removed s

Re: [lazarus] Roadmap "Status of features"

2007-07-31 Thread zeljko
Quoting Mattias Gaertner <[EMAIL PROTECTED]>: No, I think, vt simply called the SetMapMode function, which did nothing under LCL. Maybe vt needs SetMapMode only in rare cases or not all? Don't know yet, as I said I'll make a deeper look onto sources, and then see what's up without SetMapMode

Re: [lazarus] Roadmap "Status of features"

2007-07-31 Thread zeljko
On Tuesday 31 July 2007 17:15, Mattias Gaertner wrote: > On Tue, 31 Jul 2007 16:57:14 +0200 > > zeljko <[EMAIL PROTECTED]> wrote: > > On Tuesday 31 July 2007 12:27, Mattias Gaertner wrote: > > > I only found a start in the QT interface. Why does virtualtree need &

Re: [lazarus] Roadmap "Status of features"

2007-07-31 Thread zeljko
On Tuesday 31 July 2007 16:07, Mattias Gaertner wrote: > On Tue, 31 Jul 2007 09:39:04 -0400 > > "Hess, Philip J" <[EMAIL PROTECTED]> wrote: > > SetMapMode is a uniquely powerful API function. The MM_ANISOTROPIC > > mode lets you work with any logical units you want (for example, high > > resolution

Re: [lazarus] Roadmap "Status of features"

2007-07-31 Thread zeljko
On Tuesday 31 July 2007 12:27, Mattias Gaertner wrote: > I only found a start in the QT interface. Why does virtualtree need a > SetMapMode under QT and nowhere else? I don't know , but I've downloaded last svn last night and it's there. ___

Re: [lazarus] Roadmap "Status of features"

2007-07-31 Thread zeljko
On Tuesday 31 July 2007 11:47, Mattias Gaertner wrote: > On Tue, 31 Jul 2007 09:03:23 +0200 > > zeljko <[EMAIL PROTECTED]> wrote: > > On Friday 20 July 2007 22:06, Hess, Philip J wrote: > > > > please, back SetMapMode() into api, it's needed by virtualtre

Re: [lazarus] Roadmap "Status of features"

2007-07-31 Thread zeljko
On Friday 20 July 2007 22:06, Hess, Philip J wrote: please, back SetMapMode() into api, it's needed by virtualtree ... tnx _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives a

Re: [lazarus] Qt Interface and proprietary software development

2007-07-25 Thread zeljko
Quoting Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>: Qt 4.2 should also work. yep, but it couldn't compile after today's patches, I've just fixed regression. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Qt Interface and proprietary software development

2007-07-25 Thread zeljko
Quoting Giuliano Colla <[EMAIL PROTECTED]>: Felipe Monteiro de Carvalho ha scritto: Hello, I formally inquired Trolltech about their position for using Lazarus in conjunction with Qt Commercial Edition, given possible incompatibilities in Qt's license with the way software is developed in Laz

Re: [lazarus] Qt Interface and proprietary software development

2007-07-25 Thread zeljko
ed > in Lazarus, and they answered that you can use Commercial Qt with > Lazarus. yes, I forgot to mention, that I got same answer about six months ago ;) P.S: Felipe, have you try last commits under mac ? ;) zeljko _ T

Re: [lazarus] Lazarus on Windows + Qt or GTK

2007-07-23 Thread zeljko
On Monday 23 July 2007 12:21, Felipe Monteiro de Carvalho wrote: > On 7/23/07, Tiziano_mk <[EMAIL PROTECTED]> wrote: > > Is this possible? > > Qt 4 - Afaik Paul is working on it. It should run, even if very unstable =P actually, it works on windows, but we have to fix painting issues with synedit

Re: [lazarus] The Gtk2 IDE and the november bounty

2007-07-19 Thread zeljko
Quoting Charl van Jaarsveldt <[EMAIL PROTECTED]>: Hi, Yes, the IDE has MUCH improved over the last few months for Gtk2 - I almost exclusively use gtk2 now. Thanks to all! More minor problems I can think of: * The TSpinEdit still has a very annoying problem preventing it from being resized in t

Re: [lazarus] Subrows in grids...

2007-07-09 Thread zeljko
On Friday 06 July 2007 20:42, Jesus Reyes wrote: > I don't know exactly how far it needs to be extended, it's already > big in size and features, but what I know is that merged cells > feature is planned since day 0 (there is even some code over there), > appart of this feature I have no plans to a

Re: [lazarus] Subrows in grids...

2007-07-06 Thread zeljko
On Friday 06 July 2007 17:32, Jesus Reyes A. wrote: > - Original Message - > From: "Graeme Geldenhuys" <[EMAIL PROTECTED]> > To: > Sent: Friday, July 06, 2007 1:48 AM > Subject: Re: [lazarus] Subrows in grids... > > > On 06/07/07, Jesus Reyes A. <[EMAIL PROTECTED]> wrote: > >> Can you desc

Re: [lazarus] Virtual Treeview port preview release

2007-07-01 Thread zeljko
On Sunday 01 July 2007 14:40, Luiz Americo Pereira Camara wrote: > zeljko wrote: > > On Sunday 01 July 2007 13:56, Luiz Americo Pereira Camara wrote: > >> Today i released a preview release of the new port of Virtual Treeview > >> based in version 4.5.1 for

Re: [lazarus] Virtual Treeview port preview release

2007-07-01 Thread zeljko
On Sunday 01 July 2007 13:56, Luiz Americo Pereira Camara wrote: > Today i released a preview release of the new port of Virtual Treeview > based in version 4.5.1 for those that want to test it. > > For info about the port, how install, know issues see > https://luipack.bountysource.com/wiki/virtua

Re: [lazarus] T(Float)SpinEdit.ReadOnly porperty beaviour

2007-06-25 Thread zeljko
nEdit1.Value := ...) in ReadOnly mode. AFAIK, if some control is ReadOnly that means - no changes via keyboard or mouse (user cannot change value), but code CAN DO that.Never seen control which can be ReadOnly for user (mouse & keyboard) and programmer (code). zeljko ___

Re: [lazarus] mem leaks

2007-06-23 Thread zeljko
On Saturday 23 June 2007 14:01, Michael Van Canneyt wrote: > On Sat, 23 Jun 2007, zeljko wrote: > > On Saturday 23 June 2007 10:34, Marc Weustink wrote: > > > zeljko wrote: > > > > On Friday 22 June 2007 23:22, Marc Weustink wrote: > > > >> zeljko

Re: [lazarus] mem leaks

2007-06-23 Thread zeljko
On Saturday 23 June 2007 12:44, Marc Weustink wrote: > zeljko wrote: > > On Saturday 23 June 2007 10:34, Marc Weustink wrote: > >> zeljko wrote: > > [snip] > > >>> 3. Create form (with n children) like with TForm2.Create(NIL) do ... > >>> RE

Re: [lazarus] mem leaks

2007-06-23 Thread zeljko
On Saturday 23 June 2007 10:34, Marc Weustink wrote: > zeljko wrote: > > On Friday 22 June 2007 23:22, Marc Weustink wrote: > >> zeljko wrote: > >>> On Friday 22 June 2007 14:51, Marc Weustink wrote: > >>>> zeljko wrote: > >>>>> Co

Re: [lazarus] mem leaks

2007-06-22 Thread zeljko
On Friday 22 June 2007 23:22, Marc Weustink wrote: > zeljko wrote: > > On Friday 22 June 2007 14:51, Marc Weustink wrote: > >> zeljko wrote: > >>> Compiled simple project with -gh , and it seem that TForm doesn't call > >>> Free() for it's childr

Re: [lazarus] mem leaks

2007-06-22 Thread zeljko
On Friday 22 June 2007 14:51, Marc Weustink wrote: > zeljko wrote: > > Compiled simple project with -gh , and it seem that TForm doesn't call > > Free() for it's children (created at design time) eg. > > > > MainForm -> Form1 -> > >

Re: [lazarus] mem leaks

2007-06-22 Thread zeljko
On Friday 22 June 2007 13:59, Vincent Snijders wrote: > On Fri, 22 Jun 2007 13:22:17 +0200 > > zeljko <[EMAIL PROTECTED]> wrote: > > Compiled simple project with -gh , and it seem that TForm doesn't call > > Free() for it's children (created at desig

[lazarus] mem leaks

2007-06-22 Thread zeljko
Compiled simple project with -gh , and it seem that TForm doesn't call Free() for it's children (created at design time) eg. MainForm -> Form1 -> -> TRadioGroup with 4 radio buttons -> TButton -> calls Close() of Form1. Tested under linux with: gtk, g

Re: [lazarus] TRadioGroup mistery

2007-06-21 Thread zeljko
On Thursday 21 June 2007 08:59, Mattias Gaertner wrote: > On Thu, 21 Jun 2007 08:16:09 +0200 > > zeljko <[EMAIL PROTECTED]> wrote: > > Hi, > > > > What is the purpose of "HiddenRadioButton" while creating > > TRadioGroup ? eg. TRadioG

[lazarus] TRadioGroup mistery

2007-06-20 Thread zeljko
working on qt port and have problem with this. TCheckGroup works perfect. Is this ugly hack or something normal ? tnx. zeljko _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubsc

Re: [lazarus] Error MDIForm ->Lazarus 9.0.22

2007-06-20 Thread zeljko
On Wednesday 20 June 2007 10:04, Felipe Monteiro de Carvalho wrote: > On 6/20/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > MDI forms are not yet supported. > > Except for the Qt Interface. But runtime only ;) _ To uns

Re: [lazarus] Borland Kylix & Trolltech

2007-06-16 Thread zeljko
On Saturday 16 June 2007 13:25, Graeme Geldenhuys wrote: > Hi, > > I take it this is an old announcement? Thought the date of the > announcement (as per the webpage) is June 2007. > > http://trolltech.com/company/newsroom/announcements/0054?searchterm=bor >land+linux It's very old ;) ___

Re: [lazarus] viewsvn to see changes

2007-06-05 Thread zeljko
On Tuesday 05 June 2007 09:09, Graeme Geldenhuys wrote: > Hi, > > Is there a viewsvn website or vcsview where I can see lazarus changes > online (via a web browser)? I want to see what changes where made in > SVN before I decide to do a update. http://www.freepascal.org/cgi-bin/viewcvs.cgi/?root=

[lazarus] new qt patches

2006-11-04 Thread zeljko
I have to resend this mail (sended this morning) because it seem that qt mailing list doesn't work. Anyway here is LCL qt update. Attached: TQtAbstractSlider TQtScrollBar TQtTrackBar TQtPen CreatePenIndirect (winapi) TQtRegion CreateRectRgn (winapi) Added 2 new procs into TQtWidget cla

Re: [lazarus] a bounty

2006-11-01 Thread zeljko
On Tuesday 31 October 2006 18:19, johnf wrote: > I will offer $200.00 US to anyone that delivers Lazarus running either QT > or GTK2 at the current level Lazarus runs today with GTK1. more $500 for Qt from me _ To unsubscribe: m

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread zeljko
On Thursday 05 October 2006 12:33, Mattias Gaertner wrote: > > On 05/10/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > > Don't forget: The default is to open the form when opening the > > > unit. I disabled this 'feature' and I guess you too. > > > > I always found this annoying, but never kne

Re: [lazarus] How Can Lazarus Generate Excel ?

2006-09-22 Thread zeljko
On Friday 22 September 2006 14:13, [EMAIL PROTECTED] wrote: > There are two ways to do this. > > 1. Create an OLE object and automate Excell from the application > 2. Create a reader/writer to the MS Excell file format > > Obviously #1is more simple and faster to implement, although it will only >

Re: [lazarus] Create Form without Maximize button

2006-09-08 Thread zeljko
On Thursday 07 September 2006 21:55, Felipe Monteiro de Carvalho wrote: > Hello, > > I noticed that on Linux, the main lazarus IDE form (the one where you > put components) doesn't have a maximize button. How was this done? I > searched on the source code (TMainIDEBar form I beliave), but didn't >

Re: [lazarus] ButtonPanel component issues

2006-07-26 Thread zeljko
On Wednesday 26 July 2006 15:45, Graeme Geldenhuys wrote: > Hi, > > Anybody using Qt widget set. Can you confirm the button order in > dialogs (referring to Help, OK and Cancel buttons). yes, but qt3 with kylix :) > > As far as I can tell this is what I have... > > Win32:Help, OK, Cancel > G

Re: [lazarus] SSE bug

2006-05-12 Thread zeljko
On Friday 12 May 2006 12:02, S0vNarK0m wrote: > Hi all, somebody can say something about > http://www.freepascal.org/bugs/showrec.php3?ID=5073 yes, $ASMMODE intel is broken in 2.1.1, with 2.0.2 it compiles. http://www.freepascal.org/bugs/showrec.php3?ID=5015 and http://www.freepascal.org/bugs/sho

Re: [lazarus] Qt events patch

2006-04-18 Thread zeljko
On Monday 17 April 2006 14:08, Felipe Monteiro de Carvalho wrote: > Hello, > > The attached patch implements OnResize for all controls and > OnWindowStateChange for TForm on Qt widgetset. > > It also implements setting and reading the caption of forms. This patch caused caption problems (lazarus

Re: [lazarus] Qt interface installation

2006-03-31 Thread zeljko
On Friday 31 March 2006 17:05, you wrote: > On 31/03/06, zeljko <[EMAIL PROTECTED]> wrote: > > seem that you don't have Qt 4.1 libs in your path, XXintfs.so is only c > > binding for Qt 4.1 libs ?!? > > > > cheers > > zac > > I made a s

Re: [lazarus] Qt interface installation

2006-03-31 Thread zeljko
On Friday 31 March 2006 15:58, you wrote: > Hi > > Today I tried to setup the Qt interface under Linux. Running FPC 2.0.2 > and latest Lazarus from SVN. I followed the instructions given on the > wiki. > Downloaded the binary Qt bindings and placed the .so file in /usr/lib. > Recompiled the LCL on