[lazarus] Project inspector files sort order

2007-11-20 Thread Andrey Gusev
In what order files list (files node) do sort of filenames - it quite unsorted in my opinion. (see snap). For long filenames lists it must be problematic, to navigate through they. It is reasonable, to expect of sort ability appearance in the future (far, or be better - near) ? attachment:

[lazarus] Crash: Exception=Resource TODBCConnection not found

2007-11-21 Thread Andrey Gusev
fpc 9275 lazarus 12952 lll.txt.bz2 Description: BZip2 compressed data

Re: [lazarus] Crash: Exception=Resource TODBCConnection not found

2007-11-21 Thread Andrey Gusev
* Paul Ishenin [EMAIL PROTECTED] [Wed, 21 Nov 2007 17:19:04 +0700]: Andrey Gusev wrote: fpc 9275 lazarus 12952 Why you think it is crash? Just an exception which handled by lazarus. But I'll reimplement things to prevent exceptions. IDE spontaneous exits after brings message box, - when only i

Re: [lazarus] Crash: Exception=Resource TODBCConnection not found

2007-11-21 Thread Andrey Gusev
* fedorax [EMAIL PROTECTED] [Wed, 21 Nov 2007 11:13:51 +0100]: Selon Andrey Gusev [EMAIL PROTECTED]: fpc 9275 lazarus 12952 Same thing with FPC 9290 downgrade to lazarus 12945 to avoid it. lazarus 12955 not give Exception=Resource TODBCConnection not found, but problem with spoltaneous

[lazarus] 0010310: Cannot install my own component+runtime packages.

2007-11-30 Thread Andrey Gusev
by Mattias Gaerner: Note: You mixed cases. This is allowed under windows, but I'm not sure if all tools know this. BllCore.pas Bllcore Please check if there are no old .ppu files. Do a clean build of lazarus. Otherwise compile with -vut. How i can use -vut to compile lazarus from command

[lazarus] Startlazarus.exe now useless, or may be even harmful !?

2007-11-30 Thread Andrey Gusev
Lazarus 13085. I try to rebuild lazarus from IDE itself. Got: --- C:\Works-FPC\lazarus-snap\ide\startlazarus.lpr(51,1) Error: Can't create object file: ..\startlazarus.exe C:\Works-FPC\lazarus-snap\ide\startlazarus.lpr(51,1) Fatal: Can't create executable ..\startlazarus.exe --- That strange

Re: [lazarus] Fatal: Can't find unit *** used by Lazarus when build lazarus with my own package

2007-12-02 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Sun, 2 Dec 2007 01:02:48 +0100]: On Thu, 29 Nov 2007 16:13:18 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: I have tried to install my own Component's package, which use (also myown) runtime package: Lazarus - lazCal(TCalendarGraphic component) - BllCore

Re: [lazarus] Startlazarus.exe now useless, or may be even harmful !?

2007-12-03 Thread Andrey Gusev
* Vincent Snijders [EMAIL PROTECTED] [Fri, 30 Nov 2007 13:58:11 +0100]: Andrey Gusev schreef: Lazarus 13085. I try to rebuild lazarus from IDE itself. Got: --- C:\Works-FPC\lazarus-snap\ide\startlazarus.lpr(51,1) Error: Can't create object file: ..\startlazarus.exe C:\Works-FPC\lazarus

[lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Andrey Gusev
Anyway, at now, codetools still unusable! I already collect all my sources to project, also collect all my support sources to packages (by Mattias Gaertner hints). I also prescript all conceivable paths to all path boxes. Nevertheless, when i press Ctrl+Shift+SpaceBar, i got Error: unit not

Re: [lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Tue, 4 Dec 2007 14:00:33 +0100]: On Tue, 04 Dec 2007 15:38:10 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: need more technical information about codetools searching process. It starts in function TFindDeclarationTool.FindUnitSource and calls

Re: [lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Tue, 4 Dec 2007 14:00:33 +0100]: On Tue, 04 Dec 2007 15:38:10 +0300 It starts in function TFindDeclarationTool.FindUnitSource and calls DirectoryCache.FindUnitSourceInCompletePath. If you do not use the 'in' modifier then a normal search takes place.

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Andrey Gusev
* Paul Ishenin [EMAIL PROTECTED] [Thu, 06 Dec 2007 17:18:06 +0700]: Guadagnini David пишет: Have a problem during compile last SVN version (13080) The messag is C:\lazarus\ide\lazarus.pp(114,1) Error: Undefined symbol: VMT_LCLCLASSES_TLCLHANDLECOMPONENT Talked about compiling IDE from

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Andrey Gusev
* Andrey Gusev [EMAIL PROTECTED] [Thu, 06 Dec 2007 13:47:49 +0300]: * Paul Ishenin [EMAIL PROTECTED] [Thu, 06 Dec 2007 17:18:06 +0700]: Guadagnini David пишет: Have a problem during compile last SVN version (13080) The messag is C:\lazarus\ide\lazarus.pp(114,1) Error: Undefined symbol

Re: [lazarus] Give me way to debug codetools !!!

2007-12-06 Thread Andrey Gusev
* Paul Ishenin [EMAIL PROTECTED] [Tue, 04 Dec 2007 22:48:09 +0700]: Andrey Gusev wrote: Have some enrichment of debug output in finddeclarationtool.pas, i don't see results in --debug-log file If you are on windows, just add {$apptype console} to lazarus\ide\include\ide.inc and you'll have

Re: [lazarus] Give me way to debug codetools !!!

2007-12-06 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Thu, 6 Dec 2007 13:02:27 +0100]: Can you add more debugln, to see if TCTDirectoryCache.UpdateListing finds all the files in the directory? Just now, exactly attempt to catch list filling moment (with C:\Works-FContr\Contracts\Apps\Mods directory). I will

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Thu, 6 Dec 2007 12:45:04 +0100]: You need to recompile clean the packages too. Have the Advanced build options tunable (maybe Package registration, or Clean all checkbox useful for it ?) to clean my own installed packages, or they can be cleaned only

Re: [lazarus] Give me way to debug codetools !!!

2007-12-06 Thread Andrey Gusev
* Andrey Gusev [EMAIL PROTECTED] [Thu, 06 Dec 2007 15:22:47 +0300]: * Mattias Gaertner [EMAIL PROTECTED] [Thu, 6 Dec 2007 13:02:27 +0100]: Can you add more debugln, to see if TCTDirectoryCache.UpdateListing finds all the files in the directory? Just now, exactly attempt to catch list filling

[lazarus] About project saving (project paths options)

2007-12-06 Thread Andrey Gusev
That's notified: Correction of mistyped path (Other unit files box in project compiler options), affect to IDE behavoiur only after saving project, so will be good have button Save options (with sense that it will affects to units searching) on project compiler options dialog, already

[lazarus] Wrongly option ... contains a not existing directory warning

2007-12-07 Thread Andrey Gusev
The message The ... option ... contains a not existing directory, wrongly say about my really existient directories. That occurs when i press OK button in search path editor dialog (be called from project compiler options), sayed about totally all directories from the path, so that warning is

Re: [lazarus] Wrongly option ... contains a not existing directory warning

2007-12-07 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Fri, 7 Dec 2007 13:13:40 +0100]: Can you help me finding out why it does not work under windows? Yes, sure, moreover is friday today. i will post... _ To unsubscribe: mail [EMAIL

Re: [lazarus] directorycacher, directory existence check

2007-12-07 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Fri, 7 Dec 2007 13:29:04 +0100]: On Fri, 07 Dec 2007 14:40:43 +0300 Instead of IncludeTrailingPathDelimiter there is already AppendPathDelim. Probably you have a old file because of a svn conflict. Remove the file and update svn, or use svn revert. sorry,

Re: [lazarus] Wrongly option ... contains a not existing directory warning

2007-12-07 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Fri, 7 Dec 2007 13:13:40 +0100]: On Fri, 07 Dec 2007 12:58:49 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: The message The ... option ... contains a not existing directory, wrongly say about my really existient directories. That occurs when i press OK

Re: [lazarus] directorycacher, directory existence check

2007-12-07 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Fri, 7 Dec 2007 14:25:10 +0100]: On Fri, 07 Dec 2007 16:07:05 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: It should not raise an exception, because this is a low level function and it is allowed to search in non existing directories. For example: Packages

Re: [lazarus] Include paths options inheritance details question

2007-12-07 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Fri, 7 Dec 2007 14:11:29 +0100]: On Fri, 07 Dec 2007 15:53:02 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: * Mattias Gaertner [EMAIL PROTECTED] [Fri, 7 Dec 2007 13:16:44 +0100]: On Fri, 07 Dec 2007 14:12:12 +0300 Andrey Gusev [EMAIL PROTECTED] wrote

Re: [lazarus] Include paths options inheritance details question

2007-12-07 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Fri, 7 Dec 2007 13:16:44 +0100]: On Fri, 07 Dec 2007 14:12:12 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: package1, have incl1 in -Fi tunable project2, have package1 in requirements may i include files, located in incl1, to project2's sources ? What

Re: [lazarus] Include paths options inheritance details question

2007-12-07 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Wed, 5 Dec 2007 20:09:59 +0100]: On Wed, 05 Dec 2007 14:45:10 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: May i don't prescription project's include path if it already prescribed to required package ? Have differences of prescription include directory

[lazarus] directorycacher, directory existence check

2007-12-07 Thread Andrey Gusev
There my modified patch to directory existence check, this variant more aestetic, and in addition - keeps primary UpdateListing() formal specification untouched (though to that we may spit, because UpdateListing() currently used only within directorycacher). It must be useful, besides directory

Re: [lazarus] New Logo

2007-12-07 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Fri, 7 Dec 2007 13:31:01 +0100]: On Fri, 07 Dec 2007 15:21:29 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: * Guadagnini David [EMAIL PROTECTED] [Fri, 07 Dec 2007 12:51:00 +0100]: Boys... the new logo is fantastic! Please make to be delayed longer

Re: [lazarus] About project saving (project paths options)

2007-12-07 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Fri, 7 Dec 2007 15:51:54 +0100]: On Thu, 06 Dec 2007 19:13:27 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: That's notified: Correction of mistyped path (Other unit files box in project compiler options), affect to IDE behavoiur only after saving project

Re: [lazarus] Wrongly option ... contains a not existing directory warning

2007-12-07 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Fri, 7 Dec 2007 16:53:59 +0100]: On Fri, 07 Dec 2007 18:33:52 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: It does work with relative paths. But relative paths are context sensitive. Normally the IDE works internally only with absolute paths. The only

Re: [lazarus] Wrongly option ... contains a not existing directory warning

2007-12-08 Thread Andrey Gusev
Directory existence checking in IDE dialogs works fine (both compiler options and paths editor). Issue #10369 still actual. I test directory existence checking mechanic purely based on FindFirst (specific directory entries presence used) - it works fine. It will be useful?

Re: [lazarus] splash image: share your ideas

2007-12-11 Thread Andrey Gusev
* Bee [EMAIL PROTECTED] [Tue, 11 Dec 2007 16:26:26 +0700]: Continuing Laurent's work, I can manage my graphics designer to make a new Lazarus splash image. The image at http://i5.tinypic.com/89gmjq1.png only shows the current basic ideas. But we need more input about other ideas such as

Re: [lazarus] What do you use for Reporting?

2007-12-12 Thread Andrey Gusev
* Lee Jenkins [EMAIL PROTECTED] [Wed, 12 Dec 2007 10:17:12 -0500]: LazReport looks to have been a fairly recent addition. I was wondering what most people did for reporting from Lazarus. I was thinking of: 1. Stick to text based reports - write a decent abstraction layer for formatting,

[lazarus] Need way to substitute images on LCL's buttons

2007-12-14 Thread Andrey Gusev
No problems with TBitBtn - Glyph is accesible. But what to do with TDBNavigator ? Current button's imageset isn't suitable to my production application (by colour primarily). Would be fine have feature to substitute all default LCL images together, from custom imageset, somwvhat like skins.

Re: [lazarus] Need way to substitute images on LCL's buttons

2007-12-14 Thread Andrey Gusev
* Felipe Monteiro de Carvalho [EMAIL PROTECTED] [Fri, 14 Dec 2007 17:23:00 +0100]: On Dec 14, 2007 2:49 PM, Andrey Gusev [EMAIL PROTECTED] wrote: But what to do with TDBNavigator ? If I were you I would simply use many TBitBtn's together to form my own DBNavigator. My invention is better

[lazarus] RichView support question

2007-12-26 Thread Andrey Gusev
I look to use TRichView together with LazReport. Demo have tried, printing works incorrectly. It was asked to trichview.com about support, but wasn't answered. TRichView is supported by lazarus team ? The question, mainly to *Jesus Reyes A.*, as i mean.

Re: [lazarus] LazReport charsets using question

2007-12-27 Thread Andrey Gusev
* Jesus Reyes [EMAIL PROTECTED] [Thu, 27 Dec 2007 13:45:40 -0600 (CST)]: --- Andrey Gusev [EMAIL PROTECTED] escribi#243;: Apparently, LR_Class.frCharset assignment have some effect. But it is difficult for finding out experimentally, all nuances. Can somebody give some hints about

Re: [lazarus] Why IDE automatically insert empty events reactors implementations if its declarations presented ?

2007-12-28 Thread Andrey Gusev
* Vincent Snijders [EMAIL PROTECTED] [Fri, 28 Dec 2007 15:15:31 +0100]: Andrey Gusev schreef: It may be explained by a few words ? I don't wish discuss is it useful or harmful, correctly or incorrectly, it important for me, to undestand: for what ? Maybe I don't understand you without

Re: [lazarus] Why IDE automatically insert empty events reactors implementations if its declarations presented ?

2007-12-28 Thread Andrey Gusev
* Damien Gerard [EMAIL PROTECTED] [Fri, 28 Dec 2007 15:29:02 +0100]: May be it is related to the fact in Delphi empty implementation attached to an event are automatically removed at the compilation How with that in Lazarus, in future ?

Re: [lazarus] Why IDE automatically insert empty events reactors implementations if its declarations presented ?

2007-12-29 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Fri, 28 Dec 2007 17:21:54 +0100]: On Fri, 28 Dec 2007 18:27:02 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: * Damien Gerard [EMAIL PROTECTED] [Fri, 28 Dec 2007 15:29:02 +0100]: May be it is related to the fact in Delphi empty implementation attached

[lazarus] ScrollBox scrolling problem situation

2008-01-08 Thread Andrey Gusev
Can somebody comments situation with ScrollBox scrolling Win32 wrong implementation ? I have in view of http://bugs.freepascal.org/view.php?id=10471, http://bugs.freepascal.org/view.php?id=10400 issues, that still actual on svn 13339. More concrete: where and how much deeply to dig, to fix

[lazarus] ScrollBox scrolling problem situation

2008-01-08 Thread Andrey Gusev
* Andrey Gusev [EMAIL PROTECTED] [Tue, 08 Jan 2008 20:53:48 +0300]: Can somebody comments situation with ScrollBox scrolling Win32 wrong implementation ? I have in view of http://bugs.freepascal.org/view.php?id=10471, http://bugs.freepascal.org/view.php?id=10400 issues, that still actual on svn

[lazarus] Found serious bug in win32 interface

2008-01-29 Thread Andrey Gusev
That: --- interfaces/win32/win32callback.inc (revision 13905) +++ interfaces/win32/win32callback.inc (working copy) @@ -504,7 +504,7 @@ if (ControlDC = 0) or not needParentPaint then begin DCIndex := Windows.SaveDC(PaintMsg.DC); -MoveWindowOrgEx(PaintMsg.DC,

Re: [lazarus] lazarus build broken (2.3.1/win32)

2008-01-29 Thread Andrey Gusev
* Marius [EMAIL PROTECTED] [Tue, 29 Jan 2008 21:06:49 +0100]: Cause seems to be passing a read only property into the var parameter of: ReadXMLFile(var ADoc: TXMLDocument; ). Marco van de Voort wrote: Free Pascal Compiler version 2.3.1 [2008/01/29] for i386 Copyright (c) 1993-2007 by

Re: [lazarus] Found serious bug in win32 interface

2008-01-30 Thread Andrey Gusev
* Paul Ishenin [EMAIL PROTECTED] [Wed, 30 Jan 2008 11:27:16 +0700]: Andrey Gusev wrote: That: --- interfaces/win32/win32callback.inc(revision 13905) +++ interfaces/win32/win32callback.inc(working copy) @@ -504,7 +504,7 @@ if (ControlDC = 0) or not needParentPaint

[lazarus] Found serious bug in win32 interface #2

2008-01-30 Thread Andrey Gusev
--- interfaces/win32/win32callback.inc (revision 13905) +++ interfaces/win32/win32callback.inc (working copy) @@ -504,7 +504,7 @@ if (ControlDC = 0) or not needParentPaint then begin DCIndex := Windows.SaveDC(PaintMsg.DC); - MoveWindowOrgEx(PaintMsg.DC, ORect.Left, ORect.Top); +

Re: [lazarus] Found serious bug in win32 interface

2008-01-30 Thread Andrey Gusev
* Paul Ishenin [EMAIL PROTECTED] [Wed, 30 Jan 2008 11:27:16 +0700]: Andrey Gusev wrote: That: --- interfaces/win32/win32callback.inc(revision 13905) +++ interfaces/win32/win32callback.inc(working copy) @@ -504,7 +504,7 @@ if (ControlDC = 0) or not needParentPaint

Re: [lazarus] Found serious bug in win32 interface #2

2008-01-30 Thread Andrey Gusev
* Mattias G#228;rtner [EMAIL PROTECTED] [Wed, 30 Jan 2008 18:45:57 +0100]: Zitat von Andrey Gusev [EMAIL PROTECTED]: --- interfaces/win32/win32callback.inc (revision 13905) +++ interfaces/win32/win32callback.inc (working copy) @@ -504,7 +504,7 @@ if (ControlDC = 0) or not needParentPaint

Re: [lazarus] Found serious bug in win32 interface #2

2008-01-30 Thread Andrey Gusev
* Luiz Americo Pereira Camara [EMAIL PROTECTED] [Thu, 31 Jan 2008 01:16:58 -0300]: Andrey Gusev wrote: * Mattias G#228;rtner [EMAIL PROTECTED] [Wed, 30 Jan 2008 18:45:57 +0100]: Zitat von Andrey Gusev [EMAIL PROTECTED]: --- interfaces/win32/win32callback.inc (revision 13905

Re: [lazarus] Found serious bug in win32 interface

2008-01-30 Thread Andrey Gusev
* Micha Nelissen [EMAIL PROTECTED] [Wed, 30 Jan 2008 22:27:36 +0100]: Andrey Gusev wrote: -MoveWindowOrgEx(PaintMsg.DC, ORect.Left, ORect.Top); +MoveWindowOrgEx(PaintMsg.DC, -ORect.Left, -ORect.Top); No. ORect.Left is offset from Win32 - LCL. So if LCL draws at (0,0

ReRe: [lazarus] ScrollBox scrolling problem situation

2008-01-30 Thread Andrey Gusev
Damn, wedged on Ctrl+V. == * Micha Nelissen [EMAIL PROTECTED] [Wed, 30 Jan 2008 22:27:36 +0100]: Andrey Gusev wrote: - MoveWindowOrgEx(PaintMsg.DC, ORect.Left, ORect.Top); + MoveWindowOrgEx(PaintMsg.DC, -ORect.Left, -ORect.Top); No. ORect.Left is offset from Win32 - LCL. So