Re: [Lazarus] Params in ZeosDBO not working

2009-05-16 Thread zeljko
On Saturday 16 May 2009 05:42, dayat wrote: Thanks Zeljko, but I have some code which have a bit defferent than you. I'm adding SQL sintax on design time in Script property of TZSQLProcessor. By example I write the code like: I don't use TZSQLProcessor ... so cannot help you. zeljko

Re: [Lazarus] When do we use clForm, clWindow, clBtnFace?

2009-06-01 Thread zeljko
On Monday 01 June 2009 10:24, Graeme Geldenhuys wrote: Hi, Relating to the bug report that mentions that clForm should rather be the default color for a TCustomForm instead of clBtnFace. http://bugs.freepascal.org/view.php?id=13577 I fully agree with the bug report - clForm backs a lot

[Lazarus] lazarus svn is broken

2009-06-05 Thread zeljko
svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus .. Alazarus/startlazarus.app Alazarus/startlazarus.app/Contents Alazarus/startlazarus.app/Contents/MacOS Alazarus/startlazarus.app/Contents/MacOS/startlazarus svn: In directory

Re: [Lazarus] Mouse cursor not visible under QT widgetset

2009-06-12 Thread zeljko
On Friday 12 June 2009 15:43, Graeme Geldenhuys wrote: Graeme Geldenhuys wrote: Is this a known issue it Qt? Under GTK2 (as shown in the screenshots) I believe the cursor color was an XOR of the background. I guess it is a known issue - it was reported by me. Oops. :-)

Re: [Lazarus] Mouse cursor not visible under QT widgetset

2009-06-12 Thread zeljko
On Friday 12 June 2009 16:40, Graeme Geldenhuys wrote: zeljko wrote: Yes, anyway there's no chance too see that for qt-4.3 (no pen raster ops inside qt-4.3). That is pretty unbelievable that qt got all the way up to v4.3 lacking such a feature. But you are correct, running other Qt based

Re: [Lazarus] Mouse cursor not visible under QT widgetset

2009-06-13 Thread zeljko
On Friday 12 June 2009 22:52, Hans-Peter Diettrich wrote: zeljko schrieb: Yes, anyway there's no chance too see that for qt-4.3 (no pen raster ops inside qt-4.3). Does qt not have a notion of a caret? no, QTextLayout-drawCursor() does the job for text input widgets

Re: [Lazarus] Building Lazarus with QT (was:Git mirror)

2009-06-29 Thread zeljko
On Monday 29 June 2009 15:25, Giuseppe Luigi Punzi wrote: Target OS: Linux for x86-64 Compiling lazarus.pp Linking ../lazarus /usr/bin/ld: warning: ../link.res contains output sections; did you forget -T? /home/glpunzi/git/lazarus/lcl/units/x86_64-linux/qt/qtwidgets.o: In function

Re: [Lazarus] Show compile dialog location

2009-07-16 Thread zeljko
On Thursday 16 July 2009 12:20, Jürgen Hestermann wrote: Why is Show compile dialog located in the Environment Files screen and not the Environment Window screen? After all, it is a window we are talking about and has nothing to do with files. Yes, it's not ideal too but much better

Re: [Lazarus] SQLite PostgreSQL database questions

2009-07-23 Thread zeljko
this time we finished porting of our ERP software to qtlcl and first copies are installed at customer site, first feedback is positive :) Using zeoslib zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] MDIform

2009-08-29 Thread zeljko
On Thursday 27 August 2009 16:39, André Almeida wrote: can someone help me to work with MDIForm? I tried to use as you would in Delphi, it did not work. It works with qt widgetset only (partially). -- ___ Lazarus mailing list

Re: [Lazarus] Qt Codification [Qt, GTK2 and Win32]

2009-09-18 Thread zeljko
://qt.nokia.com/developer/community-resources Can I use the same code with GTK2 and Win32? yes, if U use LCL , and not directly call Qt. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

[Lazarus] TControlScrollBar question

2009-09-22 Thread zeljko
Hi, What is exact meaning of TControlScrollBar.Size (K3 doesn't have such property, so cannot read help). What is it's value in case of eg. VerticalScrollBar Witdh (eg. 16) or Height (eg. 320) ? tnx. -- ___ Lazarus mailing list

[Lazarus] To all lclqt users developers

2009-09-29 Thread zeljko
Hi all, As of lazarus svn r. 21913 default qt version is 4.5.XX. No more USE_QT_XX defines, and also minimum bindings version is 1.72, since the way we use _hook_hook is changed. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] qt45 lclwebkit2

2009-09-30 Thread zeljko
it seem to be nice thing with new signal hooking) : zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] qt45 lclwebkit2

2009-09-30 Thread zeljko
On Wednesday 30 September 2009 19:54, Den Jean wrote: And I must tell you that some strange ide crashes (linux with pretty old Xorg 6.8.2) which happens before 1.72 just dissapeared with new hooks :-[ as already mentioned on the LCL/Qt ML I also fixed a bug (since V1.71) The type safe

Re: [Lazarus] QT binding works!

2009-11-12 Thread zeljko
fill bug report if you find anything bad. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] QT binding works!

2009-11-12 Thread zeljko
On Thursday 12 November 2009 20:05, David Emerson wrote: Juha Manninen wrote: I compiled the whole Lazarus to use QT widgets and it works! Yes. I've been wanting to do the same, though I failed at my previous attempt. What did you do to make it work? Are there guidelines somewhere? What

Re: [Lazarus] QT binding works!

2009-11-13 Thread zeljko
when running Qt-45 app under Gnome there's no diff between gtk2 and qt application :) zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] gdk_pixbuf

2009-11-15 Thread zeljko
install devel packages then you are bug :) FC11 had such bug (no needed symlinks, but devel packages installed) somewhere around beta 1. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

[Lazarus] Catching TForm title change

2009-11-22 Thread zeljko
Hi, Is there any way to catch when some form changed it's title text ? I want to catch such changes inside main form. Is it possible via LCL ? tnx. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Catching TForm title change

2009-11-22 Thread zeljko
On Sunday 22 November 2009 15:12, Paul Ishenin wrote: zeljko wrote: Hi, Is there any way to catch when some form changed it's title text ? I want to catch such changes inside main form. Is it possible via LCL ? you can add a message handler CM_TEXTCHANGED for your form. tnx, but maybe

Re: [Lazarus] Catching TForm title change

2009-11-22 Thread zeljko
On Sunday 22 November 2009 15:05, Hans-Peter Diettrich wrote: zeljko schrieb: Is there any way to catch when some form changed it's title text ? I want to catch such changes inside main form. Is it possible via LCL ? You can override RealSetText in your forms, and do there whatever

Re: [Lazarus] What's the hold-up with Lazarus v1.0?

2009-11-28 Thread zeljko
, and there are rare commits about gtk2 widgetset + gtk2 issues are increasing. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Bordericons property

2009-11-29 Thread zeljko
windowManager thing. Try same thing with another wm and you'll see difference. eg. kwin from kde 3.5 shows maximize button of messageDlg() , but fluxbox does not (tested with qtlcl app). - Is it possible to fix this ? Maybe, but via X lib directly. zeljko

Re: [Lazarus] Release 1.0, part 2

2009-11-29 Thread zeljko
On Sunday 29 November 2009 14:36, Graeme Geldenhuys wrote: 2009/11/29 zeljko zel...@holobit.net: case 0.9.28 (or 1.0) there must be full compatibility all the time (0.9.28.XX - or 1.0XX) and for such thing we need more developers who This is where I prefer the Linux philosophy compared

Re: [Lazarus] Release 1.0, part 2

2009-11-29 Thread zeljko
On Sunday 29 November 2009 15:13, Michael Fuchs wrote: Vincent Snijders schrieb: As Florian noted, Lazarus needs developers more than users. There are more gtk2 issues than win32 issues, so we need to focus our martekting (if any) more to the potential gtk2 developers (on linux) than on the

Re: [Lazarus] Release 1.0, part 2

2009-11-29 Thread zeljko
On Sunday 29 November 2009 15:22, Michael Joyner ᏩᏯ wrote: zeljko wrote: On Sunday 29 November 2009 15:13, Michael Fuchs wrote: Vincent Snijders schrieb: As Florian noted, Lazarus needs developers more than users. There are more gtk2 issues than win32 issues, so we need to focus our

Re: [Lazarus] QT bindings as defalt (was Release 1.0, part 2)

2009-11-29 Thread zeljko
...qt doesn't look very stable here. Can you point to some bug inside qtlcl which can be fixed , so orph ctls can work ok with qt ? eg. I see that TOvcSpinner is marked as Crashing ... zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Release 1.0, part 2

2009-11-30 Thread zeljko
beta doesn't look nice. I think that Paul's proposal for 1.0rc instead of 0.9.30 is a good idea. Even fpc (2.2.X, 2.4.X, 2.5X) have children's pain like http://bugs.freepascal.org/view.php?id=13722 etc... zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] QT bindings as defalt (was Release 1.0, part 2)

2009-11-30 Thread zeljko
() implementation), some things need to be changed in orpheus , not in widgetsets or LCL. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] QT bindings as defalt

2009-11-30 Thread zeljko
such problems.When you say that something works ok on Carbon, but crashes under win32 or gtk2 then it doesn't deserve to blame LCL or widgeset for crashes without exact explanation why it crashes. zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Cannot build CodeTools package with latest SVN

2009-12-01 Thread zeljko
On Tuesday 01 December 2009 14:41, cobines wrote: Hello, With Lazarus SVN 22896 when building Lazarus from IDE (with packages) I get this error: f:\devel\lazarus\components\codetools\laz_xmlstreaming.pas(1,1) Fatal: Can't find unit PascalExpr used by CodeTools There is no file

Re: [Lazarus] QT bindings as defalt (was Release 1.0, part 2)

2009-12-01 Thread zeljko
, qt is pretty stable and it must work if you change code to be more LCL-ish. zeljko I'll look at this tonight. Thanks for your investigation. -Phil - zeljko zel...@holobit.net wrote: On Monday 30 November 2009 18:17, Phil Hess wrote: I wish I knew! I really don't have time

Re: [Lazarus] QT bindings as defalt (was Release 1.0, part 2)

2009-12-01 Thread zeljko
On Tuesday 01 December 2009 17:10, Phil Hess wrote: I see that GTK/GTK2 doesn't appear to have PtInRegion implemented. That's probably why I didn't use it. So the best thing would be that you try to implement it :) -- ___ Lazarus mailing list

Re: [Lazarus] QT binding works!

2009-12-01 Thread zeljko
On Tuesday 01 December 2009 19:24, David Emerson wrote: Ah, now I've found it, and it is compiling! Thank you! Now, after many parts are successfully compiled, it is stumbling on the qt part. I'm getting about 250 messages like this: /usr/local/lib/libqt4intf.so: undefined reference to

Re: [Lazarus] testing virtual TListView in gtk2

2009-12-01 Thread zeljko
On Wednesday 02 December 2009 04:53, Paul Ishenin wrote: Andrew Haines wrote: I did a small test loading a text file with 50,000+ lines with my custom model and the GtkTreeView retrieved the value of each item in the list on startup. I assume it's to calculate the size for the scrollbar

Re: [Lazarus] Release 1.0, part 2

2009-12-02 Thread zeljko
On Wednesday 02 December 2009 10:23, Marc Weustink wrote: zeljko wrote: On Wednesday 02 December 2009 08:37, Paul Ishenin wrote: For 1.0 rc1 we need to fix 1.0 win32 bugs. Maybe not all the bugs in the tracker with 1.0 target are really has 1.0 target. But at least we need to review all

Re: [Lazarus] QT bindings as defalt (was Release 1.0, part 2)

2009-12-02 Thread zeljko
On Wednesday 02 December 2009 15:22, Phil Hess wrote: Zeljko, This is what my Qt Crashes for TOvcSpinner is based on. And also on testing with the current stable version. If this is fixed, that's great, but doesn't help the user who has 0.9.28.2. But it could be in 0.9.28.3 then. Also, I

Re: [Lazarus] Win32 Qt dll version that works with Lazarus

2009-12-06 Thread zeljko
libqt4intf-network is for QtNetwork etc etc That will fix problems and I would like it so, but who will make such C bindings (for all lcl supported platforms !) ? Any volonteers here ? ;) zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Win32 Qt dll version that works with Lazarus

2009-12-06 Thread zeljko
. well, I cannot help you here :) zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Win32 Qt dll version that works with Lazarus

2009-12-06 Thread zeljko
On Sunday 06 December 2009 22:41, Felipe Monteiro de Carvalho wrote: On Sun, Dec 6, 2009 at 6:49 PM, zeljko zel...@holobit.net wrote: QtWebKit is used (required) by LCL? Yes What is it used for in the LCL? for nothing, but it's in bindings (QWebPage, QNetworkXXX etc

Re: [Lazarus] Win32 Qt dll version that works with Lazarus

2009-12-07 Thread zeljko
On Monday 07 December 2009 12:49, Felipe Monteiro de Carvalho wrote: On Mon, Dec 7, 2009 at 5:15 AM, zeljko zel...@holobit.net wrote: What is it used for in the LCL? for nothing, but it's in bindings (QWebPage, QNetworkXXX etc) Then it's pretty clear that it would be a good idea to split

Re: [Lazarus] LCL and DLLs, initializing the widget set safely?

2009-12-09 Thread zeljko
On Wednesday 09 December 2009 14:11, Marco Alvarado wrote: I converted a demo of a Netscape plug-in from Delphi to Lazarus. I just found two bugs, one was solved by placing Application.Initialize() right before dynamically creating the form (I'm not using lfm), and another related to

[Lazarus] TCustomComboBox.ArrowKeysTraverseList mistery

2009-12-09 Thread zeljko
to move through the list as an alternative to using the mouse. tnx. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TCustomComboBox.ArrowKeysTraverseList mistery

2009-12-09 Thread zeljko
On Wednesday 09 December 2009 18:37, dmitry boyarintsev wrote: On Wed, Dec 9, 2009 at 8:32 PM, zeljko zel...@holobit.net wrote: Anyone on this planet knows why we have this property in LCL (and what this property is supposed to do) ? Imho, there's no need in such property. It's up

Re: [Lazarus] Anchor editor + themes

2009-12-18 Thread zeljko
for win32, so I don't need it to type it each time I want to crosscompile ide. So, just few changes are needed in current dialog: 1.combo box instead of TEdit control for Target OS/CPU 2.Options saving/reloading per TargetOS/CPU zeljko -- ___ Lazarus

Re: [Lazarus] opensuse test

2009-12-18 Thread zeljko
On Friday 18 December 2009 18:29, Mattias Gaertner wrote: Under opensuse 11 there is a strange crashing bug when the qtcurve library is installed. The IDE crashes often when showing the open dialog (sometimes you have to try a few times and wander around in the file system before it happens).

Re: [Lazarus] opensuse test

2009-12-18 Thread zeljko
On Friday 18 December 2009 19:31, Juha Manninen wrote: On perjantai, 18. joulukuuta 2009 20:24:37 zeljko wrote: On Friday 18 December 2009 18:29, Mattias Gaertner wrote: Under opensuse 11 there is a strange crashing bug when the qtcurve library is installed. The IDE crashes often when

Re: [Lazarus] Define for the used windgetset

2009-12-31 Thread zeljko
On Thursday 31 December 2009 12:51, Joost van der Sluis wrote: Hi all, Is it possible to add some define which can be used to detect the current widgetset? It would be usefull in a package to detect if the 'nogui' widgetset is used. But as it is now I see no way to do so? {$IFDEF LCLNoGui}

Re: [Lazarus] switch to fpc 2.4.0

2010-01-08 Thread zeljko
On Friday 08 January 2010 14:37, Luca Olivetti wrote: En/na Paul Ishenin ha escrit: Hello, Lazarus mailing list I want to inform that trunk now requires fpc = 2.4.0 to compile. Snapshots building is partly switched too. Please don't report any bugs regards that :) What's the latest

Re: [Lazarus] switch to fpc 2.4.0

2010-01-09 Thread zeljko
On Friday 08 January 2010 20:10, Graeme Geldenhuys wrote: 2010/1/8 zeljko zel...@holobit.net: I'd be like to be ready ;-) I'm still stucked to 2.2.5 so r 23379 is your friend :) Well, that is why you guys should have helped testing the 2.4.0-rc releases, otherwise what is the point

Re: [Lazarus] Configure Build Lazarus, feedback or accept

2010-01-10 Thread zeljko
cpu. I need such build dialog too. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] LNet und QT

2010-01-12 Thread zeljko
:) zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] LNet und QT

2010-01-12 Thread zeljko
for qt support ? Where I can download that package ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] LNet und QT

2010-01-12 Thread zeljko
On Tuesday 12 January 2010 13:56, ik wrote: I think you should add it yourself and send it to Ales to commit it to the svn. Well, I've asked where I can download lnet , not about changes etc ... -- ___ Lazarus mailing list

Re: [Lazarus] LNet und QT

2010-01-12 Thread zeljko
/lazarus-ccr/files/ tnx, seem that QSocketNotifier class is missing in our bindings and QEventSockAct need to be implemented for this purpose. I'll ask Den to add it into bindings and after that I can implement it. zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Zeos Component Join Query

2010-01-13 Thread zeljko
) work without problems. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TextStyle.Layout and Argument can't be assigned to

2010-01-18 Thread zeljko
On Monday 18 January 2010 12:02, Zaher Dirkey wrote: I have this error In my component Error: Argument can't be assigned to FPC 2.4.0 {$mode objfpc}{$H+} with Canvas do begin TextStyle.Layout := tlCenter; TextStyle.Alignment := taCenter; end; How to resolve it? does

Re: [Lazarus] cross-distro (and OS) app installati on - what would you like?

2010-01-20 Thread zeljko
On Wednesday 20 January 2010 21:29, Marco van de Voort wrote: Do you plan to support windowmaker? A lot of packages do this wrong under Windowmaker. Just because WMaker is not freedesktop compliant ? ;) z. -- ___ Lazarus mailing list

Re: [Lazarus] cross-distro (and OS) app installati on - what would you like?

2010-01-21 Thread zeljko
On Thursday 21 January 2010 11:08, Marco van de Voort wrote: On Thu, Jan 21, 2010 at 09:25:03AM +0200, Graeme Geldenhuys wrote: zeljko wrote: Just because WMaker is not freedesktop compliant ? ;) And? And no default way (freedesktop way) to setup desktop icons, menu icons etc etc etc

Re: [Lazarus] AV in TGtk2WSCustomListBox.SetItemIndex

2010-01-23 Thread zeljko
(gtk_tree_row_reference_free would raise it too) in the ClearCursor subfunction of TGtk2WSCustomListBox.SetItemIndex (lcl/interfaces/gtk2/gtk2wsstdctrls.pp, line 483). It seems that PGtkTreeView(Widget)^.priv^.cursor is invalid (its value is 0xd8f0). Why don't you fill up an mantis issue ? zeljko

Re: [Lazarus] Reconstructing Lazarus Website 4: the dev tool

2010-01-30 Thread zeljko
On Sunday 31 January 2010 00:52, Marc Weustink wrote: When talking databeses, I'd prefer Postgresql. +1 zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Unable to create file jcfsettings.cfg

2010-01-31 Thread zeljko
() for filenames and paths, then it'll work ok. Me and Dimitry discussed about this few weeks ago on irc. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Unable to create file jcfsettings.cfg

2010-01-31 Thread zeljko
On Sunday 31 January 2010 15:50, theo wrote: You have to use UTF8ToAnsi() for filenames and paths, Shouldn't it be UTF8ToSys because no conversion is needed on UTF-8 Systems? ehh.. yes, I've used UTF8ToSys(), not UTF8ToAnsi() .. :) -- ___ Lazarus

Re: [Lazarus] GTK2 EraseBackgound

2010-02-05 Thread zeljko
ws should know how to paint control (does ws paint , or we cheat it and we made our custom painting). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] GTK2 EraseBackgound

2010-02-06 Thread zeljko
. This will never be in LCL, but hope that it'll help to some users. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] GTK2 EraseBackgound

2010-02-06 Thread zeljko
On Friday 05 February 2010 23:31, Kjow wrote: 2010/2/5 Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com: Yes, you need to mess with Gtk to do it. I would however recommend that you try it with Qt instead. The Qt API is much easier to use and the Qt interface is also much better

Re: [Lazarus] GTK2 EraseBackgound

2010-02-06 Thread zeljko
On Friday 05 February 2010 19:56, JoshyFun wrote: More or less :) Mostly is tell to GTK2 that I'll paint something over TEdit and please GTK do not erase it :) or I you do it let me know to repaint my own content. Exact example is on my wiki page (but works with qt only :) ). --

Re: [Lazarus] GTK2 EraseBackgound

2010-02-06 Thread zeljko
On Saturday 06 February 2010 09:35, Graeme Geldenhuys wrote: On 6 February 2010 10:09, zeljko zel...@holobit.net wrote: and less buggy (just look at bug tracker, and compare number and type of qt bugs vs. gtk2 bugs), But that could also be explain as follows... not as many people are using

Re: [Lazarus] GTK2 EraseBackgound

2010-02-06 Thread zeljko
- starting price (if I remember correctly). -- Regards,  - Graeme - WOW... really too much for me. Well, I'll develop with QT only if I'll be a milionaire :( No, Graeme is wrong. Qt is LGPL-ed so you can create commercial apps without buying Qt commercial licenses. zeljko

Re: [Lazarus] GTK2 EraseBackgound

2010-02-06 Thread zeljko
On Saturday 06 February 2010 12:39, Kjow wrote: 2010/2/6 zeljko zel...@holobit.net: No, Graeme is wrong. Qt is LGPL-ed so you can create commercial apps without buying Qt commercial licenses. zeljko Oh, well this reevaluates the question. So if I use QT in my Lazarus projects I don't

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-06 Thread zeljko
On Saturday 06 February 2010 13:12, Graeme Geldenhuys wrote: Hi, I was told to give feedback on my usage of LCL-Qt, so here goes. I simply recompiled Lazarus IDE with LCL-Qt. I downloaded and used bin-qt4pas-V1.72_Qt4.5.2.tar.gz for the qt4intf library. Using Ubuntu 9.04 (32-bit) and

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-06 Thread zeljko
On Saturday 06 February 2010 13:32, Graeme Geldenhuys wrote: * IDE now doesn't detect when a file is changed by an external program. I don't get prompted by the IDE to reload the file. To make sure this is not a general IDE issue, I recompiled my IDE with GTK2 (same revision as I used for

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-06 Thread zeljko
On Saturday 06 February 2010 14:00, Graeme Geldenhuys wrote: Here is another screenshot of Qt Designer showing that it is not an issue with my Qt theme. In Qt Designer the toolbar downarrows are drawn correctly (and they are flat buttons), but not in Lazarus IDE. Toolbar in Qt Designer is

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-06 Thread zeljko
On Saturday 06 February 2010 14:13, Graeme Geldenhuys wrote: On 06/02/2010, zeljko zel...@holobit.net wrote: Toolbar in Qt Designer is native QToolBar class, but in LCL we use LCL one, not native Qt class, so there could be the reason, Why the exception to the rule? Isn't the whole idea

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-06 Thread zeljko
On Saturday 06 February 2010 14:09, Graeme Geldenhuys wrote: A font issue: With IDE + LCL-GTK2 I use Source Editor with font DejaVu Sans Mono with Size 10 font, but in IDE + LCL-Qt the font size was much smaller, so I had to change the Source Editor font to DejaVu Sans Mono with Size 11 font

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-06 Thread zeljko
On Saturday 06 February 2010 14:09, Graeme Geldenhuys wrote: A font issue: With IDE + LCL-GTK2 I use Source Editor with font DejaVu Sans Mono with Size 10 font, but in IDE + LCL-Qt the font size was much smaller, so I had to change the Source Editor font to DejaVu Sans Mono with Size 11 font

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-06 Thread zeljko
On Saturday 06 February 2010 14:00, Graeme Geldenhuys wrote: On 06/02/2010, zeljko zel...@holobit.net wrote: * Toolbar buttons with down arrow for dropdown menu. The down arrow is not drawn. See attached screenshot. no screenshoot, but also I don't have such arrow on dropdown menu

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-06 Thread zeljko
On Saturday 06 February 2010 15:46, Juha Manninen wrote: With IDE + LCL-GTK2 I use Source Editor with font DejaVu Sans Mono with Size 10 font, but in IDE + LCL-Qt the font size was much smaller, so I had to change the Source Editor font to DejaVu Sans Mono with Size 11 font so that the

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-06 Thread zeljko
On Saturday 06 February 2010 16:20, Graeme Geldenhuys wrote: Functionality is still fine, it simply doesn't draw the + symbol in the small rectangle. Yes, it does ... check r 23656 zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-06 Thread zeljko
On Saturday 06 February 2010 18:45, theo wrote: Hi Zeljko, Here disabled toolbuttons in the IDE have a border (look like buttons) while enabled ones are flat. Need a screenshot? No, I see that, fight with it currently, but got strange results when drawing normal button via

Re: [Lazarus] GTK2 EraseBackgound

2010-02-06 Thread zeljko
we must have the way to tell ws that we want to paint that control (eg. TEdit). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-07 Thread zeljko
On Saturday 06 February 2010 18:45, theo wrote: Hi Zeljko, Here disabled toolbuttons in the IDE have a border (look like buttons) while enabled ones are flat. Need a screenshot? Fixed, r 23658 zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-07 Thread zeljko
On Sunday 07 February 2010 10:46, theo wrote: Fixed, r 23658 zeljko Cool, it works. Thank you. Seem that xpde still alive ? ;) -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-07 Thread zeljko
On Sunday 07 February 2010 14:36, theo wrote: Seem that xpde still alive ? ;) Hehe! I'd say undead ;-) *José León was busy with *Delphi for PHP But our faces are still there http://www.xpde.com/team.php hmmm...maybe it's time to revamp it with qtlcl :) --

Re: [Lazarus] Lazarus IDE + Qt annoyances

2010-02-07 Thread zeljko
to work on it. Well ... maybe don't know yet, but if I have more free time in next few months, I'll try that definitelly :) zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] TurboPower OnGuard changes

2010-02-11 Thread zeljko
) and read disk id. So conclusion is that Fedora, CentOS Mandriva provides such info. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TButtonedEdit

2010-02-11 Thread zeljko
On Thursday 11 February 2010 11:08, Andrea Mauri wrote: dear all, anyone knows if for lazarus there is a component similar to the delphi tbuttonededit? It is similar to the search edit in mozilla thunderbird. TEditButton ? (on misc component palette) --

Re: [Lazarus] TurboPower OnGuard changes

2010-02-11 Thread zeljko
On Thursday 11 February 2010 11:29, Graeme Geldenhuys wrote: I did a Google search for each of the big distro names with the string '/dev/disk/by-id/' and all of them came back with hits. So yes, I think all modern distros support what I need. Finally something I can work with. :) not modern

Re: [Lazarus] TurboPower OnGuard changes

2010-02-11 Thread zeljko
On Thursday 11 February 2010 12:14, Luca Olivetti wrote: En/na zeljko ha escrit: On Thursday 11 February 2010 11:29, Graeme Geldenhuys wrote: I did a Google search for each of the big distro names with the string '/dev/disk/by-id/' and all of them came back with hits. So yes, I think all

Re: [Lazarus] Printing in Linux

2010-02-15 Thread zeljko
On Monday 15 February 2010 14:13, Felipe Monteiro de Carvalho wrote: On Mon, Feb 15, 2010 at 6:23 AM, petr.kris...@epos.cz wrote: Shouldn't be better to use for example Cairo than make poscript output yourself? The printing package is implemented by operating system rather then by

Re: [Lazarus] qt4-bindings v2.1

2010-02-28 Thread zeljko
On Sunday 28 February 2010 10:59, Thomas Moritz wrote: Hello, the new qt-bindings (v2.1) are available. http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html This version provides libQt4Pas.so... but the lcl is searching for libqt4intf.so. lcl is using 1.72. 2.1 will be available

Re: [Lazarus] PageControl vs NoteBook vs TabControl

2010-03-04 Thread zeljko
On Thursday 04 March 2010 15:09, Michael Van Canneyt wrote: The second can be deleted, as lazarus never worked on Windows 3.1 It cannot be deleted just like that since IDE source editor depends on TNotebook afaik. zeljko -- ___ Lazarus mailing list

[Lazarus] New Qt bindings

2010-03-07 Thread zeljko
. Happy coding :) zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lnet +QT-Bindings 2.1

2010-03-10 Thread zeljko
On Wednesday 10 March 2010 16:05, Thomas Moritz wrote: Hello Zeljko, for info, here is the output while compiling lnet with qt-bindings 2.1 Free Pascal Compiler version 2.4.0 [2010/02/27] for x86_64 Copyright (c) 1993-2009 by Florian Klaempfl Target OS: Linux for x86-64 Compiling

Re: [Lazarus] format problem

2010-03-11 Thread zeljko
On Thursday 11 March 2010 09:54, Andrea Mauri wrote: I have problems with format function. If I set: f:= -0.0002; and then I do: Edit1.Text:= FormatFloat('0.000', f); Edit2.Text:= format('%.0f', [f]); Edit3.Text:= format('%.3f', [f]); The results I obtain are: -0.000 -0

Re: [Lazarus] TCairoCanvas integration

2010-03-11 Thread zeljko
as patch. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread zeljko
I'll kill it. I'm using Linux x86_64 with fpc 2.5.1 What should I be looking for, before calling it a bug ? Probably newautosize bug. Try to rebuild lazarus with -dOldAutoSize and then try again to open your project. zeljko -- ___ Lazarus mailing

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread zeljko
Indeed it solved my problem. How can I migrate to the new AutoSize ? I don't think that you have to migrate to new autosize but wait until newautosize bugs fixed. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] TComboBox and OnChange

2010-03-24 Thread zeljko
work this (cannot try at the moment) ? i := ComboBox1.Items.Add('something'); ComboBox1.ItemIndex := i; OnChange() should fire on itemindex change if I remember correctly. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

  1   2   3   4   5   6   7   8   9   >