Re: [Lazarus] Frames and menus

2012-05-21 Thread zeljko
On Monday 21 of May 2012 13:11:50 Mark Morgan Lloyd wrote: Running 1.1 r37373 GTK2 2.6.0. What I'm trying to do is put a main menu Gtk2 2.6.0 ?!? ;) I hope it's typo. in a frame, which then only displays over part of the width of the containing form so that I can use the remainder for

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

2012-05-21 Thread zeljko
, not Xubuntu) Kubuntu ? Have you tried focus stealing prevention on/off ? 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-21 Thread zeljko
On Monday 21 of May 2012 17:02:49 michael.vancann...@wisa.be wrote: On Mon, 21 May 2012, zeljko wrote: On Monday 21 of May 2012 16:41:34 michael.vancann...@wisa.be wrote: On Mon, 21 May 2012, Bernd wrote: 2012/5/21 Martin laza...@mfriebe.de: Have you checked the options

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

2012-05-21 Thread zeljko
messages after compilation then it works here (qtlcl, KDE). It does exactly what label says. But that focuses messages form, so that's why I don't use that option, I would like that messages form just changes Z-order (no matter if it's active) to be on top of other non-modal laz forms. zeljko

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

2012-05-21 Thread zeljko
be hard to fix I guess. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Multiple hints for a TStatusBar

2012-05-19 Thread zeljko
with qt widgetset. Since each panel has QLabel, so QWidget_setToolTip() should work on each panel separatelly. Don't know any LCL solution. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

Re: [Lazarus] Linker error when building Lazarus r37322 on Linux GTK2

2012-05-19 Thread zeljko
this function gtk_window_get_group() depending on GTK2 version? According to http://developer.gnome.org/gtk3/stable/GtkWindow.html#gtk-window-get-group it was introduced in gtk 2.10 Fixed in r37328. zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] toolbar buttons (Windows vs GTK2)

2012-05-10 Thread zeljko
production on linux,win32 and macosx and haven't spotted such problems. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] toolbar buttons (Windows vs GTK2)

2012-05-10 Thread zeljko
On Thursday 10 of May 2012 12:30:47 cobines wrote: 2012/5/10 Graeme Geldenhuys graemeg.li...@gmail.com: On 10 May 2012 10:40, zeljko zel...@holobit.net wrote: It's known gtk2-gtk2lcl problem ... there's issue about it somewhere at mantis. OK, thanks. I'll try and find that bug report

Re: [Lazarus] Form in DLL

2012-05-03 Thread zeljko
it) .. but think that Application.Initialize should be called in library and that's all. I've explained how it works or on mantis (and dll related issues) or on forum. In this case (under gtk2 and qt) ,application recognizes library application, so it attaches it to it's main loop. zeljko Good luck

Re: [Lazarus] Inconsistent results from MessageDlg()

2012-04-29 Thread zeljko
case when Escape key is pressed or [x] is clicked. Anyone can test what QuestionDlg() is doint under Delphi XE ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Inconsistent results from MessageDlg()

2012-04-29 Thread zeljko
On Sunday 29 of April 2012 12:25:25 Bart wrote: On 4/29/12, zeljko zel...@holobit.net wrote: hm...just fixed qt part for EscapeButton, Sorry, I am unable to test all widgetsets. but when testing QuestionDlg() seem that Cancel = True maps one button as cancel result (Escape or [x

Re: [Lazarus] Default font name

2012-04-22 Thread zeljko
On Saturday 21 of April 2012 19:52:33 zeljko wrote: On Saturday 21 of April 2012 18:52:11 Krzysztof wrote: Hi, Most of controls (or canvas) have font name default. How to get exact name of this font? There is GetFontData(Button1.Font.Handle).Name function but it works on QT widget

Re: [Lazarus] Inconsistent results from MessageDlg()

2012-04-22 Thread zeljko
can set on dialog what is the value of default result for [X] and escape), result should be mrCancel in any case. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Key-down event codes

2012-04-22 Thread zeljko
keyboard over X. You mean OnKeyDown() sends different key codes for same stuff typed on keyboard ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Inconsistent results from MessageDlg()

2012-04-22 Thread zeljko
On Sunday 22 of April 2012 13:35:59 patspiper wrote: On 22/04/12 14:09, zeljko wrote: On Sunday 22 of April 2012 12:28:43 Bart wrote: Hi all, MessageDlg eventually calls WidgetSet.PromptUser() This in return either calls and sets up a widgetset specific function

Re: [Lazarus] Default font name

2012-04-21 Thread zeljko
to attach example). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] LCL problems under Linux x64

2012-04-19 Thread zeljko
and then build. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Bug 15390 and Showmodal

2012-04-18 Thread zeljko
, and Delphi behaviour looks pretty unlogical to me (but even that can work - see my today patches attached at issue). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Bug 15390 and Showmodal

2012-04-18 Thread zeljko
On Wednesday 18 of April 2012 16:39:59 Martin wrote: On 18/04/2012 15:27, zeljko wrote: In LCL there is Screen.DisableForms() +1 , that's why I implemented hiding of modal form as it is - it simply works on all platforms, and Delphi behaviour looks pretty unlogical to me

Re: [Lazarus] Bug 15390 and Showmodal

2012-04-18 Thread zeljko
On Wednesday 18 of April 2012 16:47:43 William Oliveira Ferreira wrote: 2012/4/17 zeljko zel...@holobit.net ** On Tuesday 17 of April 2012 17:41:54 patspiper wrote: This is related to bug #15390: My understanding is that Showmodal blocks until the form is closed

Re: [Lazarus] Ubuntu 12.04

2012-04-18 Thread zeljko
On Wednesday 18 of April 2012 19:48:12 Mattias Gaertner wrote: On Tue, 17 Apr 2012 11:40:00 +0200 zeljko zel...@holobit.net wrote: [...] There's no env variables which points to this, also there's nothing in wm atoms what says that liboverlay is used. What is the next

Re: [Lazarus] Bug 15390 and Showmodal

2012-04-18 Thread zeljko
, and other forms are accessible - I don't like this solution but I respect other ppl needs. So what property name could be goodfor such behaviour ? HideModalBehaviour = hmbLazarus (default), hmbDelphi( Delphi compatibile) ? zeljko -- ___ Lazarus

Re: [Lazarus] Ubuntu 12.04

2012-04-18 Thread zeljko
On Wednesday 18 of April 2012 19:48:12 Mattias Gaertner wrote: On Tue, 17 Apr 2012 11:40:00 +0200 zeljko zel...@holobit.net wrote: [...] There's no env variables which points to this, also there's nothing in wm atoms what says that liboverlay is used. What is the next

Re: [Lazarus] Bug 15390 and Showmodal

2012-04-18 Thread zeljko
On Wednesday 18 of April 2012 21:01:39 Martin wrote: On 18/04/2012 19:26, zeljko wrote: On Wednesday 18 of April 2012 20:05:35 patspiper wrote: On 18/04/12 20:09, Martin wrote: On 18/04/2012 17:53, patspiper wrote: On 18/04/12 17:39, Martin wrote: But this is not a bug

Re: [Lazarus] Ubuntu 12.04

2012-04-18 Thread zeljko
On Wednesday 18 of April 2012 21:54:05 Mattias Gaertner wrote: On Wed, 18 Apr 2012 20:21:30 +0200 zeljko zel...@holobit.net wrote: On Wednesday 18 of April 2012 19:48:12 Mattias Gaertner wrote: On Tue, 17 Apr 2012 11:40:00 +0200 zeljko zel...@holobit.net wrote

Re: [Lazarus] Mantis bugid 0015390 - showmodal closing when hide called.

2012-04-17 Thread zeljko
On Tuesday 17 of April 2012 11:05:08 Justin Smyth wrote: Yeah i will bring post a example over the next few days what plat forms was it tested on ? I've tested qt, gtk2 (linux) , win32 and qt (windows) and qt under macosx. zeljko - Original Message - From: zeljko

Re: [Lazarus] Ubuntu 12.04

2012-04-17 Thread zeljko
On Tuesday 17 of April 2012 11:15:34 Mattias Gaertner wrote: On Tue, 17 Apr 2012 07:54:47 +0200 zeljko zel...@holobit.net wrote: On Monday 16 of April 2012 20:52:31 Richard Mace wrote: Hi All, When running the Lazarus Fixes 1_0 branch, I have to run Lazarus with the following

Re: [Lazarus] Ubuntu 12.04

2012-04-17 Thread zeljko
On Tuesday 17 of April 2012 11:30:23 zeljko wrote: On Tuesday 17 of April 2012 11:15:34 Mattias Gaertner wrote: On Tue, 17 Apr 2012 07:54:47 +0200 zeljko zel...@holobit.net wrote: On Monday 16 of April 2012 20:52:31 Richard Mace wrote: Hi All, When running the Lazarus Fixes

Re: [Lazarus] Ubuntu 12.04

2012-04-17 Thread zeljko
On Tuesday 17 of April 2012 11:34:13 Mattias Gaertner wrote: On Tue, 17 Apr 2012 11:30:23 +0200 zeljko zel...@holobit.net wrote: On Tuesday 17 of April 2012 11:15:34 Mattias Gaertner wrote: On Tue, 17 Apr 2012 07:54:47 +0200 zeljko zel...@holobit.net wrote: On Monday 16

Re: [Lazarus] Bug 15390 and Showmodal

2012-04-17 Thread zeljko
). Form2.Free; end; What is happening is that Showmodal is exiting when the modal form is hidden. No, FormClose() isn't called when modal form is hidden via Hide(); , so form still exists and it can be called with ShowModal() or Show() again. zeljko

Re: [Lazarus] Mantis bugid 0015390 - showmodal closing when hide called.

2012-04-16 Thread zeljko
doesnt get called). I can provide code if needed , i'd have to bring it home from work but thats ok ( From Telstra) Thanks. You must provide example. It works for me, also example which is added by Stephano today is wrong. zeljko -- ___ Lazarus

Re: [Lazarus] Ubuntu 12.04

2012-04-16 Thread zeljko
: ./lazarus There is a plan , but don't know how to recognize: 1.We are under unity 2.liboverlay is active There's no env variables which points to this, also there's nothing in wm atoms what says that liboverlay is used. zeljko -- ___ Lazarus mailing list

Re: [Lazarus] Strange dependency of units

2012-04-06 Thread zeljko
will have pure implementation without need of any queue on lcl side. Qt implementation is cleanest one - no private queues or similar stuff. Besides that , do not forget that all non-windows widgetsets must emulate stuff to be winapi and delphi compatibile (events, events order etc etc). zeljko

Re: [Lazarus] Lazarus 1.0 is branched

2012-04-02 Thread zeljko
is reported version 0.9.31? Yes, will be changed soon. zeljko Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus 1.0 is branched

2012-04-02 Thread zeljko
, at least? Don't know ... you should ask Paul or Mattias about it. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus 1.0 is branched

2012-04-02 Thread zeljko
trunk and my devel version without --pcp and got that dialog when started lazarus from trunk directory, but it reads my devel dir version zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] TCanvas, Qt, device context, TextOut(), anti-aliasing

2012-04-01 Thread zeljko
to such an offscreen canvas and is producing really really ugly font rendering compared to the rest of the application. The problem does *not* occur with GTK2. I have not tried Windows yet. No idea, maybe best would be to open an issue about it and attach good example, so I can take a look into. zeljko

Re: [Lazarus] Lazarus 1.0 is branched

2012-04-01 Thread zeljko
) stable before 1.0? Progress was nice last 2 months, so we decided to go in 1.0 direction. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TStringList.Destroy generate SIGSEGV with Zeos 6.6.6

2012-03-31 Thread zeljko
); FreeAndNil(FParams); FreeAndNil(FCurrentRows); zeljko Some thing like this: destructor TStringList.Destroy; Var I : Longint; begin FOnChange:=Nil; FOnChanging:=Nil; InternalClear; Inherited destroy; end; Procedure TStringList.Clear; Var I : longint; begin if FCount

Re: [Lazarus] Stop making false claims and statements on the wiki!

2012-03-27 Thread zeljko
. Is this a typo or is there active work on the GTK3 front? Andrew prepared bindings, gtk3 ws will start after 1.0 is released. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Compile error

2012-03-22 Thread zeljko
it will be fixed in next few hours (or if you don't have enough time to wait svn update -r 36200 ... that one works) zeljko Thanks -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Dropdown File list in Source Editor

2012-03-19 Thread zeljko
colour coding the tabs. A modified file makes the tab a different colour. EditPad Pro does this very nicely. Not all ws supports changing tab color. Maybe all supports tab font changes ... zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Dropdown File list in Source Editor

2012-03-19 Thread zeljko
On Monday 19 of March 2012 14:43:47 Graeme Geldenhuys wrote: 2012/3/19 zeljko zel...@holobit.net: Not all ws supports changing tab color. Maybe all supports tab font changes I thought the tab control used in the editor was a custom drawn control? [so popup menus, x close button per tab

Re: [Lazarus] RE : Lazarus crashing reproducibly on startup (64-bitLinux)

2012-03-19 Thread zeljko
There was a problem with ubuntu 12 and gtk (glib2-2.31). A patch was created and committed http://bugs.freepascal.org/view.php?id=21129 . If mint 12 is derived from ubuntu 12 you'll probably running into this problem. Try lazarus from svn. That patch is backported to 0.9.30.4 too. zeljko

Re: [Lazarus] Lazarus 0.90.34, scroll bars don't work, Ubuntu 11.04

2012-03-18 Thread zeljko
liboverlay (names of such applications are hardcoded inside library). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Dockable IDE

2012-03-17 Thread zeljko
fine for me for more than a year now. I also never experienced any problems; I don't use it in the IDE, but in other apps. Now I don't understand anything. Some have problems (like Dodi), and some doesn't have any problem ... so where is problem exactly ? ;) zeljko

Re: [Lazarus] Dockable IDE

2012-03-17 Thread zeljko
On Saturday 17 of March 2012 14:17:18 Paul Ishenin wrote: 17.03.12 20:19, zeljko написал: I also never experienced any problems; I don't use it in the IDE, but in other apps. Now I don't understand anything. Some have problems (like Dodi), and some doesn't have any problem

Re: [Lazarus] Fatal: Compilation aborted on Lazarus Trunk

2012-03-15 Thread zeljko
bigide LCL_PLATFORM=platform after that it shuold work. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Rev 35895 crashes on Linux

2012-03-12 Thread zeljko
just fine. I attach the output obtained invoking from command line. It complains about Package FCL 1.0.1 conflicting with base package. Platform is Linux, FC14, kernel 2.6.35.14. I can confirm it with Linux 3.0.0-16, i686, GTK2, same error message. Fixed in 35896 zeljko

Re: [Lazarus] Setting clipboard on Linux adds ending #0

2012-03-10 Thread zeljko
On Saturday 10 of March 2012 14:56:52 cobines wrote: 2012/3/9 zeljko zel...@holobit.net: Good, then prepare patch and that's it :) My observation about openoffice IS about OpenOffice (not LibreOffice) maybe 2yrs ago, and probably gtk2 2.20 or something like that.Also when i said copy from

Re: [Lazarus] Setting clipboard on Linux adds ending #0

2012-03-10 Thread zeljko
On Saturday 10 of March 2012 16:17:35 cobines wrote: 2012/3/10 zeljko zel...@holobit.net: ok, let's back at beginning ... what problem is caused by trailing null terminator under gtk2 ? When assigning Clipboard.AsText := '1234'; and pasting to some programs (I only experience

Re: [Lazarus] Setting clipboard on Linux adds ending #0

2012-03-09 Thread zeljko
On Friday 09 of March 2012 15:36:09 cobines wrote: 2012/3/8 zeljko zel...@holobit.net: We cannot remove it just because you think so. If it's removed we need to test consequences on gtk, gtk2 and qt. I know, I was counting on someone saying that it is needed and why. With copying

Re: [Lazarus] Setting clipboard on Linux adds ending #0

2012-03-09 Thread zeljko
On Friday 09 of March 2012 19:00:29 cobines wrote: 2012/3/9 zeljko zel...@holobit.net: Yeah, just try to copy something from openoffice under X11 and paste it into qt application (or to win32 app running under wine) and you'll see problem (and that comes from gtk2). My wild guess

Re: [Lazarus] Setting clipboard on Linux adds ending #0

2012-03-09 Thread zeljko
On Saturday 10 of March 2012 07:34:11 Felipe Monteiro de Carvalho wrote: 2012/3/9 zeljko zel...@holobit.net: I'll fix qt in any case ... .whatever you put at the end, but who will fix gtk2 or carbon ? I have never seen this final #0 problem in Carbon ok, then gtk/gtk2 should be tested

Re: [Lazarus] Carbon will not be present in MAC OS X Mountain Lion

2012-03-09 Thread zeljko
- but of course it works if you build it by your own. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Setting clipboard on Linux adds ending #0

2012-03-08 Thread zeljko
to the win32 widgetset only? theoretically yes, if it won't disturb others. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Setting clipboard on Linux adds ending #0

2012-03-08 Thread zeljko
On Thursday 08 of March 2012 21:01:51 Hans-Peter Diettrich wrote: zeljko schrieb: We cannot remove it just because you think so. If it's removed we need to test consequences on gtk, gtk2 and qt. Why do you think that an additional #0 should be added, if not required? I didn't say so. I

Re: [Lazarus] JEDI format and UNDO

2012-03-06 Thread zeljko
... Martin ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

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

2012-03-05 Thread zeljko
windows under KDE), some qt and r31087 which fixes #15967) All needed revisions are prepared and I'm testing it atm. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Options dialog filter

2012-03-04 Thread zeljko
or is there a more fundamental problem? I think that font color cannot be chaned for some controls under win32 (but I'm not 100% sure). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] MouseOver hint is broken

2012-02-28 Thread zeljko
On Wednesday 29 of February 2012 02:14:35 Reimar Grabowski wrote: On Sun, 26 Feb 2012 08:16:14 +0100 zeljko zel...@holobit.net wrote: Ok, just tell me if composition is ON or OFF so I can try to fix it. It is not as easy as that. I tested different desktop environments with and without

Re: [Lazarus] What is the most widely used Pascal on Linux and other Unix variants?

2012-02-27 Thread zeljko
be at least 6-7 yrs old distro). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] What is the most widely used Pascal on Linux and other Unix variants?

2012-02-27 Thread zeljko
is dead because of political reasons - nothing else. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] What is the most widely used Pascal on Linux and other Unix variants?

2012-02-27 Thread zeljko
, but successfully moved to lazarus qtlcl :) zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] run program in ide with sudo for debug purpose

2012-02-26 Thread zeljko
that ? I have not tried it, but maybe if you replace /usr/bin/gdb (in the IDE opions dialog) with sudo /usr/bin/gdb ? Of course that affects all projects. Yes, but sudo can ask for password ,so he'll be stucked there I think. zeljko -- ___ Lazarus

Re: [Lazarus] Can't compile trunk with fpc 2.4.5 under ubuntu

2012-02-26 Thread zeljko
On Sunday 26 of February 2012 14:41:13 Marco van de Voort wrote: On Sun, Feb 26, 2012 at 08:15:13AM +0100, zeljko wrote: On Saturday 25 of February 2012 20:20:51 Max Vlasov wrote: Tried make it from scratch on a machine without fpc and lazarus. Download both trunk, but 35594 can't compile

Re: [Lazarus] run program in ide with sudo for debug purpose

2012-02-26 Thread zeljko
, and if so, then to use tools such as kdesu for example. workaround is to use gdb from console :) zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Can't compile trunk with fpc 2.4.5 under ubuntu

2012-02-25 Thread zeljko
is optional depending on the fpc version. Is this something wrong with my sources paths or 2.4.5 is no longer sufficient? fixed in r35593 zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] Can't compile trunk with fpc 2.4.5 under ubuntu

2012-02-25 Thread zeljko
it should work. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Why the Java became so strong?

2012-02-25 Thread zeljko
be much better. You don't need to choose. FPC can produce Java Bytecode and can leverage the whole Java API and all Java libraries. I just wrote an article on how to write an Android app, using only the Android Java APIs. Where's link to that article ? zeljko

Re: [Lazarus] Can't compile trunk with fpc 2.4.5 under ubuntu

2012-02-25 Thread zeljko
On Saturday 25 of February 2012 20:20:51 Max Vlasov wrote: On Sat, Feb 25, 2012 at 6:48 PM, Max Vlasov max.vla...@gmail.com wrote: On Sat, Feb 25, 2012 at 5:36 PM, zeljko zel...@holobit.net wrote: ** On Saturday 25 of February 2012 14:04:17 Juha Manninen wrote: 2012/2/25 Max Vlasov

Re: [Lazarus] MouseOver hint is broken

2012-02-25 Thread zeljko
: I cannot reproduce it (but I don't use compositing). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] MouseOver hint is broken

2012-02-23 Thread zeljko
, is compiz enabled ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Message error when closing IDE

2012-02-23 Thread zeljko
the splash screen hides an dialog which waits for input, and furthermore how to terminate that hidden window :-( +1 zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Message error when closing IDE

2012-02-22 Thread zeljko
output. Rebuild ide without -gh, or see if some of components you installed have -gh enabled in compiler options. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] no driver and com printing [SOLVED]

2012-02-20 Thread zeljko
(multiple lines sometimes) in Lazarus Code? (By pressing from a button maybe) Can you all give me some codes to execute? 1.Use ESC/POS docs (or any other docs for your pos printer, but I guess that TMU220D is pure ESC/POS printer. 2.Do as I explained above. zeljko

Re: [Lazarus] no driver and com printing [SOLVED]

2012-02-20 Thread zeljko
On Monday 20 of February 2012 17:02:20 patspiper wrote: On 20/02/12 13:18, zeljko wrote: Note that raw printing won't work with all widgetsets (via Printer object), so that's why I use file for Esc/Pos. That's a surprise! Why and which widgetsets? eg. qt zeljko

Re: [Lazarus] no driver and com printing [SOLVED]

2012-02-20 Thread zeljko
On Monday 20 of February 2012 18:40:31 patspiper wrote: On 20/02/12 18:33, zeljko wrote: On Monday 20 of February 2012 17:02:20 patspiper wrote: On 20/02/12 13:18, zeljko wrote: Note that raw printing won't work with all widgetsets (via Printer object), so that's why I use file

Re: [Lazarus] Synedit: background colours and f(o)nts

2012-02-20 Thread zeljko
that it will be merged there. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Synedit: background colours and f(o)nts

2012-02-20 Thread zeljko
. With post 1.0 we will move minimum gtk2 requirement to 2.10 or 2.16 ... zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] I made a visualization of the Lazarus SVN repository

2012-02-19 Thread zeljko
. At least the commit msg history list collects duplicate strings. The HourGlass cursor problem seems to be a QT problem. With GTK2 it works better. What problem with crHourGlass under qt ? zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Lazarus compiled with FPC2.4.4, -O2 optimized, crashes

2012-02-19 Thread zeljko
$005BAD75 line 112 of lazarus.pp * TSourceEditor.Destroy: FInEditorChangedUpdating was true LAZARUS END - cleaning up ... I don't see any widgetset related error here...lazsynedittext is last in chain, maybe Martin knows more about it. zeljko

Re: [Lazarus] Editor File Manager in Windows menu

2012-02-18 Thread zeljko
is there automatically. I didn't find a way to set a horizontal scrollbar in TChecklistBox. Why don't you use TListView + Checkable ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] Lazarus slow on large files

2012-02-16 Thread zeljko
. There you can put 100M records in a msec, and also you can draw whatever there. In my apps I'm using virtualstringtree in modules whenever I expect 100 items on screen, otherwise listview / stringgrid fits ok. zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] SIGSEGV error on close.

2012-02-15 Thread zeljko
answer to you ... what OS ? what widgetset ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus slow on large files

2012-02-15 Thread zeljko
this with its fingers up its nose, I would think... It's clearly an issue in drawing, because the code completion seems to work fine. Where's that unit ? I'll try with qt under linux. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Lazarus slow on large files

2012-02-15 Thread zeljko
On Wednesday 15 of February 2012 15:34:28 Mattias Gaertner wrote: Yes. It is TLazAccessibleObject.GetChildAccessibleObjectWithDataObject. It uses a linear search for the 10.000 items. I will replace it with an avl tree. Exact point. zeljko

Re: [Lazarus] vtUnicodeString

2012-02-15 Thread zeljko
in IFDEF. Is VER2_6 the right define? Like: {$ifdef VER2_6} vtUnicodeString: s:=AnsiString(UnicodeString(s)+UnicodeString(Args[i].VUnicodeString)); {$endif} AFAIK 2.6 does not have it. But I don't have problems with building ide with 2.6.1 zeljko

Re: [Lazarus] IDE Main Window: height is too small and cannot resize (Linux/GTK2)

2012-02-14 Thread zeljko
. So, there is no maximize option... Resize it with mouse. It cannot be maximized since Constraints.MaxHeight = calculated max height. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] IDE Main Window: height is too small and cannot resize (Linux/GTK2)

2012-02-14 Thread zeljko
On Tuesday 14 of February 2012 20:39:36 Bart wrote: On 2/14/12, zeljko zel...@holobit.net wrote: Resize it with mouse. It cannot be maximized since Constraints.MaxHeight = calculated max height. I should have pulled it just a few more pixels down, and I would have noticed that. The new

Re: [Lazarus] ListView problems

2012-02-13 Thread zeljko
On Sunday 12 of February 2012 12:18:00 Hans-Peter Diettrich wrote: Sorting still doesn't work (on Windows only?). I added an according note, because Zeljan mentioned: 1.I've fixed sorting some time ago and it works ok. Should I report an new issue, or what? Yes, please + example. zeljko

Re: [Lazarus] IDE Main Window: height is too small and cannot resize (Linux/GTK2)

2012-02-13 Thread zeljko
. Currently, it is impossible to get a proper window layout for this window. Bart, I've fixed that (added dynamic count of height) in r35309. Can you test ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] ListView problems

2012-02-12 Thread zeljko
On Sunday 12 of February 2012 03:43:29 dmitry boyarintsev wrote: Zeljan, I'm reassigning the item to you. No problem, I've resolved it again since issue is indeed fixed. zeljko thanks, Dmitry On Fri, Feb 10, 2012 at 3:16 PM, Hans-Peter Diettrich drdiettri...@aol.com wrote

Re: [Lazarus] IDE Main Window: height is too small and cannot resize (Linux/GTK2)

2012-02-11 Thread zeljko
On Saturday 11 of February 2012 08:47:42 zeljko wrote: On Friday 10 of February 2012 18:48:44 Samuel Herzog wrote: Hi all, sorry, but this issue was brought up by me. I tried to solve http://bugs.freepascal.org/view.php?id=1020 which is almost 7 years old. (reported in 2005

Re: [Lazarus] Trunk IDE won't display project's main form

2012-02-11 Thread zeljko
to do with GTK2. What lazarus svn revision did you use ? You are talking about gtk2 under X11 + sparc processor ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] IDE Main Window: height is too small and cannot resize (Linux/GTK2)

2012-02-11 Thread zeljko
On Saturday 11 of February 2012 12:46:48 Hans-Peter Diettrich wrote: zeljko schrieb: Have you tried with LCLIntf.GetSystemMetrics(SM_CYMENUSIZE) ? I guess it'll return something under win32, but it's not implemented for others yet (I guess it shouldn't be too hard to implement it) Ah

Re: [Lazarus] RE : RE : Trunk IDE won't display project's main form

2012-02-11 Thread zeljko
related to building the project using fixed, but I can probably revert to an earlier version of the code from my local svn i.e. back out of any UI pollution caused by trunk. Ok, there might be some change which isn't good for sparc. Can you find revision which broken things ? zeljko

Re: [Lazarus] IDE Main Window: height is too small and cannot resize (Linux/GTK2)

2012-02-11 Thread zeljko
complete menubar height. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] RE : Trunk IDE won't display project's main form

2012-02-11 Thread zeljko
, and the second is a possible thread/sync problem which affects both GTK2 and Qt. hm...very strange. Can you post: 1.X11 version. 2.Gtk2 lib version 3.Qt lib version 4.kernel and libc version. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

<    1   2   3   4   5   6   7   8   9   >