Re: [Lazarus] Regressions in GTK2 interface ?

2013-05-13 Thread zeljko
On 05/13/2013 10:30 AM, Michael Van Canneyt wrote: On Mon, 13 May 2013, patspiper wrote: My lazarus has no icons in menu, GTK widgetset, KDE, x86_64 ubuntu. Revision 40173. http://stackoverflow.com/questions/8989833/gtk-menu-with-icons zeljko

Re: [Lazarus] Regressions in GTK2 interface ?

2013-05-13 Thread zeljko
On 05/13/2013 12:43 PM, Mattias Gaertner wrote: On Mon, 13 May 2013 12:32:10 +0200 zeljko zel...@holobit.net wrote: On 05/13/2013 10:30 AM, Michael Van Canneyt wrote: On Mon, 13 May 2013, patspiper wrote: My lazarus has no icons in menu, GTK widgetset, KDE, x86_64 ubuntu. Revision 40173

Re: [Lazarus] Regressions in GTK2 interface ?

2013-05-09 Thread zeljko
Application.ShowMenuGlyphs to sbgAlways In gtk2 theme settings that could be enabled too (don't know exactly what property it should be). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] TMemo flicker

2013-04-30 Thread zeljko
On 04/30/2013 08:52 AM, Flávio Etrusco wrote: On Mon, Apr 29, 2013 at 1:38 PM, K. P. platyster...@hotmail.com wrote: Have you tried wrapping your writes in memo1.Lines.BeginUpdate and memo1.Lines.BeginUpdate? On the contrary. I would expect Begin/EndUpdate to increase flickering, because

Re: [Lazarus] TArrow, help for graph primitives needed

2013-04-30 Thread zeljko
On 04/30/2013 12:11 PM, Juha Manninen wrote: Unfortunately it only works on Windows. FillRgn does not work with GTK2 and it crashes with QT. Apparently it is not properly implemented. Is there any test unit or something similar to check implementation of FillRgn ? Could somebody graphics

Re: [Lazarus] TArrow, help for graph primitives needed

2013-04-30 Thread zeljko
On 04/30/2013 12:11 PM, Juha Manninen wrote: Unfortunately it only works on Windows. FillRgn does not work with GTK2 and it crashes with QT. Apparently it is not properly implemented. Could somebody graphics oriented please look at TWSArrow and maybe fix it. Ok, I've fixed Qt so it does not

Re: [Lazarus] TArrow, help for graph primitives needed

2013-04-30 Thread zeljko
On 04/30/2013 01:45 PM, zeljko wrote: On 04/30/2013 12:11 PM, Juha Manninen wrote: Unfortunately it only works on Windows. FillRgn does not work with GTK2 and it crashes with QT. Apparently it is not properly implemented. Could somebody graphics oriented please look at TWSArrow and maybe fix

Re: [Lazarus] How to create a listbox that can be shifted

2013-04-25 Thread zeljko
On 04/25/2013 09:34 AM, Sven Barth wrote: Am 25.04.2013 07:10, schrieb Jürgen Hestermann: Am 2013-04-24 20:25, schrieb Jesus Reyes: Still I am wondering why nobody seems to miss a horizontal shift for TListBox and TStringGrid (especially because a slider is shown for TStringGrid but does

Re: [Lazarus] Fedora 18: problems with package conflicts

2013-04-17 Thread zeljko
On 04/17/2013 05:17 PM, Mattias Gaertner wrote: On Wed, 17 Apr 2013 17:09:29 +0200 Bart bartjun...@gmail.com wrote: I am a little bit further now. Have you tried yum install binutils glibc-devel gtk2-devel gdb Why not create lazarus-devel metapackage which will then install everything

Re: [Lazarus] Fedora 18: problems with package conflicts

2013-04-17 Thread zeljko
On 04/17/2013 05:53 PM, Bart wrote: /lib/libEGL.so.1: undefined reference to `wl_display_dispatch_queue_pending' Why do we use libwayland-egl and not libEGL in the first place? Maybe some 3rd party package which is installed into IDE uses that. Lazarus does not use any wayland lib afaik.

Re: [Lazarus] Caret is not blinking in Unix

2013-04-05 Thread zeljko
On 04/05/2013 01:04 PM, Mehmet Erol Sanliturk wrote: Dear All , Previously I have sent the following message : http://lists.lazarus.freepascal.org/pipermail/lazarus/2013-March/079951.html A help is really appreciated very much . Thank you very much . Find gtkrc file and set caret to

Re: [Lazarus] Caret is not blinking in Unix

2013-04-05 Thread zeljko
On 04/05/2013 02:02 PM, Mehmet Erol Sanliturk wrote: On Fri, Apr 5, 2013 at 4:37 AM, zeljko zel...@holobit.net mailto:zel...@holobit.net wrote: On 04/05/2013 01:04 PM, Mehmet Erol Sanliturk wrote: Dear All , Previously I have sent the following message : http

Re: [Lazarus] Caret is not blinking in Unix

2013-04-05 Thread zeljko
On 04/05/2013 02:02 PM, Mehmet Erol Sanliturk wrote: On Fri, Apr 5, 2013 at 4:37 AM, zeljko zel...@holobit.net mailto:zel...@holobit.net wrote: On 04/05/2013 01:04 PM, Mehmet Erol Sanliturk wrote: Dear All , Previously I have sent the following message : http

Re: [Lazarus] TTreeView question

2013-03-29 Thread zeljko
On 03/29/2013 12:08 AM, Mattias Gaertner wrote: On Thu, 28 Mar 2013 22:03:17 +0100 Marco van de Voort mar...@stack.nl wrote: On Thu, Mar 28, 2013 at 03:21:41PM +0100, Mattias Gaertner wrote: Its logic is platform independent. It uses the LCL theme drawing functions and colors. Some native

Re: [Lazarus] TTreeView question

2013-03-28 Thread zeljko
On 03/28/2013 02:30 PM, Lubos Pintes wrote: Hello, Am I correctly guessing that TTreeView is not based on platform native implementation? Thank No, it's not. LCL implementation takes TCustomControl from widgetset and draws/handles it on it's own. There was some plans to make it so, but no

Re: [Lazarus] TWSProgressBar.SetPosition() - what is it for?

2013-03-28 Thread zeljko
and SetPosition() as well. Yes, that's something pretty weird in TProgressBar implementation.I've asked about it on mailing list few months ago afair, but no answer. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Memo.Lines.BeginUpdate

2013-03-08 Thread zeljko
Quoting Juha Manninen juha.mannine...@gmail.com: Hi Shouldn't the BeginUpdate and EndUpdate in TMemo.Lines prevent the GUI from updating, thus allowing quickly adding many lines? I made a test app which generates a big amount of random data and has 2 methods to add it to a Memo. 1. uses a

Re: [Lazarus] TOpenGLControl: multisampling not working (Linux/GLX)

2013-02-26 Thread zeljko
On Tuesday 26 of February 2013 19:42:32 Mattias Gaertner wrote: There is still no opengl widget for LCL QT. AFAIK it requires a QT expert. Only bindings are missing. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Checkgroup behaviour

2013-02-24 Thread zeljko
On Sunday 24 of February 2013 13:00:51 Mark Morgan Lloyd wrote: I notice that if the CheckGroup Edit right-click is used to disable all lines, that right-click stops working so it is impossible to reenable any of them. Trunk r40343. Also at runtime, the OnMouseUp event fires if the mouse is

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-17 Thread zeljko
On Sunday 17 of February 2013 10:05:56 Martin Schreiber wrote: On Friday 15 February 2013 13:41:23 zeljko wrote: Thanks for the idea, sqlite3_column_type does the job, but now I have another error ... seem that step() doesn't know anything about some column types, even if I call

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-17 Thread zeljko
On Sunday 17 of February 2013 12:00:51 Martin Schreiber wrote: On Sunday 17 February 2013 10:31:04 zeljko wrote: sqlite3_column_type() works for CAST(0 AS INTEGER) too in a select statement, just tested with MSEgui git master and Sqlite 3.7.12.1. Is the problem caused by VIEW

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-17 Thread zeljko
On Sunday 17 of February 2013 12:30:19 Martin Schreiber wrote: On Sunday 17 February 2013 12:17:24 zeljko wrote: You misunderstood me. I returns ftIntger too when using SELECT, but WHEN using PRAGMA table_info('testview'); it does not return integer. So what returns tmsesqlquery

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-15 Thread zeljko
On Friday 15 of February 2013 09:57:11 Martin Schreiber wrote: On Friday 15 February 2013 09:36:47 zeljko wrote: On Friday 15 of February 2013 00:29:01 luiz americo pereira camara wrote: I just tested with sqlite3ds and works fine. See test below. You may look at its source and see

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-15 Thread zeljko
On Friday 15 of February 2013 13:43:21 Michael Van Canneyt wrote: On Fri, 15 Feb 2013, zeljko wrote: On Friday 15 of February 2013 09:57:11 Martin Schreiber wrote: On Friday 15 February 2013 09:36:47 zeljko wrote: On Friday 15 of February 2013 00:29:01 luiz americo pereira camara wrote

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-15 Thread zeljko
On Friday 15 of February 2013 13:41:23 zeljko wrote: When I call that view I can see 0 in sqlite3 utility, but zeos returns it as empty string ahhh whatta mess. Problem is sqlite. PRAGMA table_info('someview'); won't return column type for subselects, casts etc etc zeljko

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-15 Thread zeljko
On Friday 15 of February 2013 14:06:34 Michael Van Canneyt wrote: On Fri, 15 Feb 2013, zeljko wrote: On Friday 15 of February 2013 13:43:21 Michael Van Canneyt wrote: On Fri, 15 Feb 2013, zeljko wrote: On Friday 15 of February 2013 09:57:11 Martin Schreiber wrote: On Friday 15 February

[Lazarus] Problem with zeos and sqlite-3

2013-02-14 Thread zeljko
. I know that sqlite3_column_type() is tricky about correct results, but asking if someone have solution for this. Anyone ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-14 Thread zeljko
On Thursday 14 of February 2013 16:19:05 Martin Schreiber wrote: On Thursday 14 February 2013 13:48:46 zeljko wrote: Hi, When using eg. sum(somecolumn) AS sum1, sum(somecolumn2) AS sum2 sqlite returns (zeos recognizes) result columns as string not as float. I've tried CAST(sum(somecolumn

Re: [Lazarus] How to control components order on the palette?

2013-02-04 Thread zeljko
is currently placed first on the Chart page, to be placed last (or somewhere in the middle) instead. It kills me too. Each rebuild of lazarus makes another placement of component tabs (except for standard tabs). zeljko -- ___ Lazarus mailing list

Re: [Lazarus] IDE window positions

2013-02-02 Thread zeljko
how virtual desktops works on X11. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] IDE window positions

2013-02-02 Thread zeljko
On Saturday 02 of February 2013 11:00:22 Mark Morgan Lloyd wrote: zeljko wrote: Might be worth checking whether this is specific to GTK, i.e. Qt is unaffected. I notice that when running a Lazarus+GTK program (including the IDE itself) on Debian+KDE (which I believe is comparable

Re: [Lazarus] IDE window positions

2013-02-02 Thread zeljko
On Saturday 02 of February 2013 10:47:45 Graeme Geldenhuys wrote: On 2013-02-02 09:25, zeljko wrote: Actually, pager minimizes windows when you switch desktops , thats how virtual desktops works on X11. No, not always true as far as I know. Maybe it is dependent on the window manager

Re: [Lazarus] IDE window positions

2013-02-02 Thread zeljko
and geometry (resize) changes. Without compositing resize events of form are passed correctly (as gtk2 docs says), but with compositing manager you have x5 resize events and it's very hard to get out which one is correct. zeljko -- ___ Lazarus mailing

Re: [Lazarus] IDE window positions

2013-02-02 Thread zeljko
On Saturday 02 of February 2013 13:20:05 Ludo Brands wrote: On 02/02/2013 12:36 PM, zeljko wrote: hm...do you use compositing manager ? If yes, can you disable it and then make an trial to see if positions are ok ? KWin with the XRender compositing backend. Default for kubuntu. When

Re: [Lazarus] Form ordering problem on tiling window manager

2013-01-31 Thread zeljko
... if (GetWindowManager = 'kwin') or (GetWindowManager='YOURWM') then ... With that part I've fixed transient windows behaviour under kwin (KDE). Real name you can find with DebugLn(GetWindowManager). zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] TStringGrid.AutoEdit and options

2013-01-27 Thread zeljko
On Sunday 27 of January 2013 23:43:09 Bart wrote: On 1/27/13, zeljko zel...@holobit.net wrote: But why look into Delphi grids when our TStringGrid is not compatibile with Delphi one :) (missing TInplaceEditor, missing a lot of routines). My proposal (no need to hurry

Re: [Lazarus] GTK2 threading

2013-01-22 Thread zeljko
GTK2,3 - it is threadsafe) or make GTK and Xlib interoperable. Or block GTK calls until Xlib call returned. Feel free to provide patch. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] GTK2 threading

2013-01-22 Thread zeljko
On Tuesday 22 of January 2013 19:04:43 Anton Kavalenka wrote: On 22.01.2013 20:56, zeljko wrote: On Tuesday 22 of January 2013 18:52:31 Anton Kavalenka wrote: Dear Lazarus developers! I'm examining the problem disturbing me for years. GTK2 applications provide thread-safety using

Re: [Lazarus] Changing default font size for all controls

2013-01-20 Thread zeljko
On Saturday 19 of January 2013 22:39:40 Krzysztof wrote: Hi, By default controls has font size and height = 0, so size depend on OS configuration. Can I change global size or height to custom value for my application? With qtlcl you have qtconfig utility where you can set default fonts for

Re: [Lazarus] Changing default font size for all controls

2013-01-20 Thread zeljko
On Sunday 20 of January 2013 11:17:42 Michael Van Canneyt wrote: On Sun, 20 Jan 2013, zeljko wrote: On Saturday 19 of January 2013 22:39:40 Krzysztof wrote: Hi, By default controls has font size and height = 0, so size depend on OS configuration. Can I change global size or height

Re: [Lazarus] Tabbed control text orientation

2012-12-28 Thread zeljko
) , so you can draw text on your own. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Popup window

2012-12-17 Thread zeljko
. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Popup window

2012-12-17 Thread zeljko
for QT and windows widgetsets TPopupWindow could be simple TWSHintWindow based form , or TCustomForm with BorderStyle = bsNone. In that case it won't take keyboard focus, but can process mouse events. zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Problem with TProcessUTF8 and filenames with spaces

2012-12-10 Thread zeljko
long file.txt [tmp]$ ./project1 --file=my long file.txt my long file.txt [tmp]$ ./project1 --file='my long file.txt' my long file.txt 8-8-8-8-8 Yes, everything is ok, I've used script instead of cmd program directly. zeljko

[Lazarus] Problem with TProcessUTF8 and filenames with spaces

2012-12-08 Thread zeljko
' How to fix this (have param value with space) ? Any workarounds if it's bug in TCustomApplication or whatever ? This is tested on linux, but I need it on windows too. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Problem with TProcessUTF8 and filenames with spaces

2012-12-08 Thread zeljko
On Saturday 08 of December 2012 12:30:03 Michael Van Canneyt wrote: On Sat, 8 Dec 2012, zeljko wrote: Hi, TCustomApplication, fpc-2.6.0 ./mycmdtool --inputfile=myfile withspace.txt GetOptionValue('i','inputfile') returns only myfile That is normal. same thing happens if I try

Re: [Lazarus] Problem with TProcessUTF8 and filenames with spaces

2012-12-08 Thread zeljko
On Saturday 08 of December 2012 17:07:57 Michael Van Canneyt wrote: On Sat, 8 Dec 2012, zeljko wrote: You mention TProcessUTF8, that is a complicating factor. You then need to see (using strace) what the calling app actually sends. I suspect the problem is there. Are you using the new

Re: [Lazarus] toolbar and toolbutton issues

2012-12-05 Thread zeljko
to 16x16 images only! Why the 16px size limit? Afaik TImageList have width and height properties. Set them to 24 and it will be ok. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] toolbar and toolbutton issues

2012-12-05 Thread zeljko
On Wednesday 05 of December 2012 16:23:35 Graeme Geldenhuys wrote: On 2012-12-05 14:57, zeljko wrote: Afaik TImageList have width and height properties. Set them to 24 and it will be ok. Thanks. And the unfortunate consequence of that is that your ImageList is then cleared! Rather

Re: [Lazarus] toolbar and toolbutton issues

2012-12-05 Thread zeljko
the Toolbar.Transparent property makes no difference. Maybe GTK/Qt doesn't support that ? Afair TToolbar is derived from TCustomControl and it does not have native handle of eg. QToolbar under Qt, so it seem that LCL is doing all drawing stuff. How it works on windows or carbon ? zeljko

Re: [Lazarus] Lazdaemon and Fedora 17

2012-11-11 Thread zeljko
or experience with the new service system? Fedora 17 uses systemd. Start scripts are in /lib/systemd directory and subdirs. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] How to change the screen resolution in Linux

2012-11-07 Thread zeljko
On Wednesday 07 of November 2012 14:30:39 Junior wrote: hello all, I need to change the screen resolution to start the program. When exit the program, return to the previous resolution. xrandr, krandr etc.. zeljko -- ___ Lazarus mailing list

Re: [Lazarus] Getting X Window handle ?

2012-11-06 Thread zeljko
that a program can disable the screen saver whilst it's running using xdg-screensaver. Maybe we can add LCLIntf.GetNativeHandle(Handle: HWND): PtrUInt ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Getting X Window handle ?

2012-11-06 Thread zeljko
On Tuesday 06 of November 2012 11:44:04 Kostas Michalopoulos wrote: Why not a TContol (or TWinControl) method? TControl does not have handle, so if it's implemented in LCL it should be TWinControl. zeljko On Tue, Nov 6, 2012 at 11:04 AM, Mark Morgan Lloyd markmll.laza

Re: [Lazarus] Getting X Window handle ?

2012-11-05 Thread zeljko
. Look at qtx11.inc in lcl/widgetset/qt or in gtk2widgetset.inc (there's IFDEF X11 or similar) which gets X11 TWindow from GdkWindow. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] Getting X Window handle ?

2012-11-05 Thread zeljko
On Monday 05 of November 2012 11:24:41 Michael Van Canneyt wrote: On Mon, 5 Nov 2012, zeljko wrote: On Monday 05 of November 2012 10:35:45 Michael Van Canneyt wrote: Hello, I'm trying to embed the VLC player (using the videolan DLLS) in a LCL application. On Windows, this works fine

[Lazarus] For Qt LCL users

2012-10-31 Thread zeljko
One nice thing in Qt 5 (it'll have it's own unique look on all platforms as style option): http://blog.qt.digia.com/2012/10/30/cleaning-up-styles-in-qt5-and-adding- fusion/?utm_source=feedburnerutm_medium=feedutm_campaign=Feed%3A+TheQtBlog+%28The+Qt+Blog%29 zeljko

Re: [Lazarus] make clean is leaving more than 20MB stuff behind (this number is after compression!)

2012-10-08 Thread zeljko
On Monday 08 of October 2012 02:59:18 Bernd wrote: I also tried distclean cleanall cleanbigide There are compiled units all over the place in lib/* folders left over after clean, a fresh download compresses into 46MB tarball, after first successful build I cannot get it smaller than 65MB.

Re: [Lazarus] Text moving from the bottom to the top

2012-10-08 Thread zeljko
On Sunday 07 of October 2012 14:36:28 Eric Kom wrote: Good day, Please if any one know how or which property to use so that the text can move from the bottom to the top? Font.Orientation = 900. Note that if you use TLabel for this only gtk2 and qt supports this (also you have to disable

Re: [Lazarus] tachart breaks trunk compilation

2012-10-07 Thread zeljko
On Sunday 07 of October 2012 12:26:11 Marco van de Voort wrote: tachartaxis.pas(337,46) Error: identifier idents no member GetAlignment Lazarus trunk, fpc trunk. I've successfully compiled laz trunk (r38980) with fpc-2.6.1. zeljko -- ___ Lazarus

Re: [Lazarus] Drawing over LCL controls

2012-10-05 Thread zeljko
user starts to type then remove search completely and change text color to clDefault or whatever. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Error: Can not load PostgreSQL Client library libpq.dll.

2012-10-02 Thread zeljko
needed dll's into client app folder. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-09-30 Thread zeljko
On Sunday 30 of September 2012 16:08:44 Bernd wrote: I made a Lazarus package for creating Debian packages from Lazarus projects: * Create binary (.deb) Package - optionally signed with gpg key * Create Debian source package - optionally signed - optionally upload to Launchpad PPA

Re: [Lazarus] Error: Can not load PostgreSQL Client librarylibpq.dll.

2012-09-29 Thread zeljko
/deploy_mingw.zip zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Defeating a screen saver

2012-09-28 Thread zeljko
, so there you can see howto get XWindow handle and do whatever with it with direct calls. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] We need testers for one issue

2012-09-27 Thread zeljko
it's planned to be merged into 1.0.2 if everything is ok. Thanks. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] We need testers for one issue

2012-09-27 Thread zeljko
On Thursday 27 of September 2012 17:59:02 zeljko wrote: Hi all, http://bugs.freepascal.org/view.php?id=21792 We need testing of this issue with *second* patch (minimizeddesignform_2.patch) from that issue included on win32 and carbon widgetsets. Pls. apply patch and rebuild lazarus ide

Re: [Lazarus] Incorrect scrollbar theme in editor popup windows

2012-09-26 Thread zeljko
painting area and/or paint the client area behind the scrollbar as clForm color. Paint method of that forms should take into account scrollbar and reduce it's rect (so not FillRect() and others below scrollbar. zeljko -- ___ Lazarus mailing list

Re: [Lazarus] Cannot load libpq.so

2012-09-25 Thread zeljko
and then start your app ./myapplication zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Cannot load libpq.so

2012-09-25 Thread zeljko
. ButtonOnClick). According to your posts ld.conf contains valid entries and libpq.so is in the path, so something else is wrong . zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] QT Style

2012-09-16 Thread zeljko
? Yes. Start your application with param -style windows. It's win95 look and it works on all platforms. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Issue with GroupBox background color

2012-09-15 Thread zeljko
) but flat background, should have this same color by default. I've written that about testing clForm and/or clBackground (and glad that it works for you). It can be fixed in gtk2, but need some time because clBtnFace is hardcoded there at few places (from gtk1 times). zeljko

Re: [Lazarus] Transparent Container/Panel in LCL?

2012-09-04 Thread zeljko
) to do same thing. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Transparent Container/Panel in LCL?

2012-09-04 Thread zeljko
anything. I had this problem in my OnCreate() will do exactly nothing on Qt too. If handle does not exist , setting any shape won't work (just looked into implementation). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Transparent Container/Panel in LCL?

2012-09-04 Thread zeljko
On Tuesday 04 of September 2012 14:58:10 Felipe Monteiro de Carvalho wrote: On Tue, Sep 4, 2012 at 2:53 PM, zeljko zel...@holobit.net wrote: OnCreate() will do exactly nothing on Qt too. If handle does not exist , setting any shape won't work (just looked into implementation). Aha, might

Re: [Lazarus] issues with Lazarus Qt

2012-09-04 Thread zeljko
screenshoot ... Before I'll start to report these as bugs, are these known issues ? No, I don't see such issues at all (Fedora 14 32bit, Lazarus 1.1 svn 20-30 revisions away from trunk). Also, before posting any issues, please try some another theme under KDE eg. plastique. zeljko

Re: [Lazarus] issues with Lazarus Qt

2012-09-04 Thread zeljko
to update Qt to at least 4.7.3 (but 4.8.2 is definitelly better option). Hanging is fixed somewhere between 4.7.0 and 4.7.3 zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] issues with Lazarus Qt

2012-09-04 Thread zeljko
: PChar; Count: Longint; Dx: PInteger): Boolean; Ignores the Values in Dx (an array of display widths for each char) I debugged it, the array is passed in correctly. Yes, Dx param isn't used in Qt WS atm. Please fill bug report about it. zeljko

Re: [Lazarus] issues with Lazarus Qt

2012-09-04 Thread zeljko
On Tuesday 04 of September 2012 20:13:25 Martin wrote: On 04/09/2012 19:11, zeljko wrote: Further more, on windows I suddenly see it hanging (does not react) frequently Try to update Qt to at least 4.7.3 (but 4.8.2 is definitelly better option). Hanging is fixed somewhere between 4.7.0

Re: [Lazarus] issues with Lazarus Qt

2012-09-04 Thread zeljko
On Tuesday 04 of September 2012 20:16:41 Martin wrote: On 04/09/2012 18:59, zeljko wrote: 4. The menus are flickering, and even changing the focus of other windows Not all menus, but Window- menu and that's qt bug (I guess because of checkboxes in it). r 28793 (just an old exe, I

Re: [Lazarus] issues with Lazarus Qt

2012-09-04 Thread zeljko
On Tuesday 04 of September 2012 20:04:55 Martin wrote: On 04/09/2012 18:59, zeljko wrote: On Tuesday 04 of September 2012 18:43:20 ik wrote: Hello, I'ved recently tried to use Lazarus 1.1 with Qt version. While it looks native and really cool in my KDE, I had few issues with it: 1

Re: [Lazarus] Policy regarding HTML messages

2012-08-26 Thread zeljko
was under the impression that only plain text message was allowed in this list too. Could you please clarify this. People that send multi-part HTML messages...just to list a few. ik ido...@gmail.com Juha Manninen juha.mannine...@gmail.com zeljko zel...@holobit.net

Re: [Lazarus] Policy regarding HTML messages

2012-08-26 Thread zeljko
? http://lists.lazarus.freepascal.org/pipermail/lazarus/2012-August/075127.ht ml Yes, that could be html since I was @vacations at that time and used webmail (which is setted up to be text only) zeljko -- ___ Lazarus mailing list Lazarus

[Lazarus] Test for html formatting

2012-08-26 Thread zeljko
Is it ok now ? There's another html setting in kmail (when composing message in menu Options, and that was On ... I've never enabled it so don't know why it was enabled) zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Policy regarding HTML messages

2012-08-26 Thread zeljko
On Sunday 26 of August 2012 12:31:51 Hans-Peter Diettrich wrote: Sorry for the long quote, demonstrating what happens when I reply to HTML messages. See my comment at the bottom. zeljko schrieb: On Sunday 26 of August 2012 00:24:43 Graeme Geldenhuys wrote: To the mailing list admin

Re: [Lazarus] Policy regarding HTML messages

2012-08-26 Thread zeljko
). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Any FPC/Lazarus success stories on Nokia N9?

2012-08-25 Thread zeljko
). P.S: There's guy on #lazarus-ide irc channel nick = trx. He created complete api to work with nokia ui's,so you can create same app like with QtCreator (under Lazarus) ask him for more details. zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] win32 api level testproject for mdi

2012-08-09 Thread zeljko
to have a look: http://www.stack.nl/~marcov/mdidemo.zip Thanks for this, LCL level is finished, so win32 only api is needed anyway. I'll take a look into after vacations. zeljko Marco -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] interesting quirk

2012-08-04 Thread zeljko
On Thursday 02 of August 2012 16:57:34 Chris Kelling wrote: YEAH on 1.0 RC1 I've come across an interesting quirk - on Fedora 16, when a button is clicked, the cursor disappears until you move the mouse. Now I believe that might be the gnome desktop that's doing that, as Windows doesn't

Re: [Lazarus] Lazarus 1.0 release candidate 1 available for download

2012-08-04 Thread zeljko
used 2.6.1 (and not 2.6.0) to compile lazarus, could it be that 2.6.1 cannot find mssqlconn of 2.6.0? Problem is that 2.6.1 from some revision supports mssqlconn. I also have older revision of 2.6.1 which does not support mssqlconn, so have to comment that part. zeljko -- Regards

[Lazarus] Merging of PDF files

2012-08-01 Thread zeljko
Hi, Anyone knows is there any api which can do merging of multiple pdf files ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Merging of PDF files

2012-08-01 Thread zeljko
On Wednesday 01 of August 2012 16:31:17 Reinier Olislagers wrote: On 1-8-2012 16:10, Michael Schnell wrote: On 08/01/2012 02:54 PM, zeljko wrote: Yes, there are various apps which can do that, but I've asked about some api/component which can be included into application. I once tried

Re: [Lazarus] Changing the translation of forms while the program is running

2012-07-13 Thread zeljko
that too atm :) zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Manually creating a form

2012-06-29 Thread zeljko
the form this works. So I'm clearly missing something. Any tips, links to documentation ? Do not use variable in OnCreate(). Sender parameter is your form. So instead of using Form2.Height := , use TCustomForm(Sender).Height or whatever. That should work. zeljko

Re: [Lazarus] Manually creating a form

2012-06-29 Thread zeljko
On Friday 29 of June 2012 11:20:35 zeljko wrote: On Friday 29 of June 2012 11:16:06 Koenraad Lelong wrote: Hi, I'm trying to manually create a form and in it's OnCreate event populate it with controls. But I'm doing somehing wrong. This is my creating sequence : form2:=Tform2

Re: [Lazarus] Pasting components

2012-06-14 Thread zeljko
! Will this feature be in 1.0? According to http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch YES. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Feature suggestion: reopen last closed tab.

2012-06-06 Thread zeljko
the last closed tab. Should I also create a bug report for this feature? Could be nice feature. Please do so. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] usability: please not focus the messages window, only bring to front

2012-05-22 Thread zeljko
On Tuesday 22 of May 2012 15:24:21 Bernd wrote: with Qt it is even worse. A single ProcessMessages is not enough, I have to *wait* until the other window actually has received focus before I am allowed to proceed to issue the next focus change. Lucky you, your example raises problem on my

Re: [Lazarus] usability: please not focus the messages window, only bring to front

2012-05-22 Thread zeljko
On Tuesday 22 of May 2012 13:44:48 Martin wrote: On 22/05/2012 06:50, zeljko wrote: On Tuesday 22 of May 2012 03:16:42 Bernd wrote: 2012/5/21 Martin laza...@mfriebe.de: Except, this patch will alter behaviour that currently works. If the msg window is buried behind lots

Re: [Lazarus] Is TTabControl deprecated?

2012-05-22 Thread zeljko
is incomplete or abandoned: - OnDrawTab event exists but where draw it? FCanvas is in private section and there is no public property - OwerDraw property is not used anywhere Tabs cannot be draw under most of widgetsets, but there are customdrawn controls and I think tab control is useable. zeljko

<    1   2   3   4   5   6   7   8   9   >