Re: [lazarus] Access violations when using Watches while debugging on OS X i386

2007-10-27 Thread Tobias Giesen
> Can you provide an example and/or backtrace? It's hard to create on purpose. Here's a stack trace: TDBGWATCH_DOCHANGED, line 2636 of debugger.pp I'll try what happens when I disable the FSlave mechanism in this function ;=) Cheers, Tobias _

Re: [lazarus] Usability issues - search

2007-10-27 Thread Felipe Monteiro de Carvalho
On 10/28/07, Ciprian Mustiata <[EMAIL PROTECTED]> wrote: > Yes, the all issues I've previously said are focusing on next things: > - reduce the number of items (the rarely used items should be cleanup or > removed or merged) > - make all consistent (means when you go to one dialog and learn it, th

Re: [lazarus] Usability issues

2007-10-27 Thread Felipe Monteiro de Carvalho
If the compiler options dialog is to be redesigned I think it would be an oportunity to get customized build modes, like: Release, Debug, AnythingElse -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with

RE: [lazarus] Usability issues

2007-10-27 Thread Ciprian Mustiata
Hi team, I've wrote a concept of how should look the compiler options in my point of view, and I've used instead a tree, a list of items (coresponding to tab names) and a search box. When you write keywords in search box some tabs will dissapear depends of which index keyword have inside them.

RE: [lazarus] Usability issues - search

2007-10-27 Thread Ciprian Mustiata
Hi team, Yes, the all issues I've previously said are focusing on next things: - reduce the number of items (the rarely used items should be cleanup or removed or merged) - make all consistent (means when you go to one dialog and learn it, the all other similar dialogs should be the same) - redu

Re: [lazarus] Usability issues - search

2007-10-27 Thread Mattias Gaertner
On Sun, 28 Oct 2007 01:59:07 +0300 "Ciprian Mustiata" <[EMAIL PROTECTED]> wrote: > On Fri, 26 Oct 2007 14:42:35 +0300 > "Ciprian Mustiata" <[EMAIL PROTECTED]> wrote: > > > - file->search or replace (excluding incremental search) are to > > heavy Unify them in the same dialog and if the replace/se

Re: [lazarus] Usability issues - Warning about missing FPC sources

2007-10-27 Thread Mattias Gaertner
On Sun, 28 Oct 2007 01:42:07 +0300 "Ciprian Mustiata" <[EMAIL PROTECTED]> wrote: >[...]a directly way to solve: add a button > that say: Solve... or something like that, and when you click it, it > gets a directory chooser to say where is FPCSRC folder. Good idea. Any volunteer? Mattias ___

RE: [lazarus] Usability issues - search

2007-10-27 Thread Ciprian Mustiata
On Fri, 26 Oct 2007 14:42:35 +0300 "Ciprian Mustiata" <[EMAIL PROTECTED]> wrote: > - file->search or replace (excluding incremental search) are to heavy > Unify them in the same dialog and if the replace/search (like is > in: Find in Files dialog) work differently on different criteria: by > pro

RE: [lazarus] Usability issues - Warning about missing FPC sources

2007-10-27 Thread Ciprian Mustiata
The sources were incomplete for one simple reason: I've used Lazarus on Linux, and for now I haven't internet at home. So, I've took the install kit for Lazarus and for FPC by mem stick. I've install FPC, secondly Lazarus. No magic until there. But after that all time I've work with at the resta

Re: [lazarus] weird Lazarus editor behavior

2007-10-27 Thread Giuliano Colla
Mattias Gaertner ha scritto: Did you try gtk1 and gtk2? Did you try running lazarus directly instead of using the wrapper startlazarus? Did you try menu View > Source Editor and Windows > Source Editor? Great! It works! Both with View -> Source Editor and Windows -> source Editor. I had tri

Re: KOL-CE release

2007-10-27 Thread Marco van de Voort
> On Fri, 19 Oct 2007 02:16:09 +0300 > "Yury Sidorov" <[EMAIL PROTECTED]> wrote: > > > Sorry, I forgot to specify link to KOL-CE wiki: > > http://wiki.freepascal.org/KOL-CE > > There is a bug in kol-ce. > The package inherits source paths (MCK Package Editor / Options / > Usage / Unit/Include: .

Re: KOL-CE release

2007-10-27 Thread Mattias Gaertner
On Fri, 19 Oct 2007 02:16:09 +0300 "Yury Sidorov" <[EMAIL PROTECTED]> wrote: > From: "Yury Sidorov" <[EMAIL PROTECTED]> > > Today I made the first public release of KOL-CE library. > > Sorry, I forgot to specify link to KOL-CE wiki: > http://wiki.freepascal.org/KOL-CE There is a bug in kol-ce.

Re: [lazarus] Usability issues - Project menu items

2007-10-27 Thread Mattias Gaertner
On Sat, 27 Oct 2007 20:17:17 +0200 Bogusław Brandys <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > On Fri, 26 Oct 2007 14:42:35 +0300 > > "Ciprian Mustiata" <[EMAIL PROTECTED]> wrote: > > > >> - Project menu: > >> - no items until the: publish project should exist, they are > >> redu

Re: [lazarus] Usability issues - Project menu items

2007-10-27 Thread Bogusław Brandys
Mattias Gaertner wrote: On Fri, 26 Oct 2007 14:42:35 +0300 "Ciprian Mustiata" <[EMAIL PROTECTED]> wrote: - Project menu: - no items until the: publish project should exist, they are redundant with File Menu where most users will make that operations new project: is unneeded nowadays, altho

Re: [lazarus] weird Lazarus editor behavior

2007-10-27 Thread Mattias Gaertner
On Sat, 27 Oct 2007 18:31:49 +0200 Giuliano Colla <[EMAIL PROTECTED]> wrote: > I'm forced to use, besides more recent systems, also an old RH9, > kernel 2.4.25 (and all the rest equally old) for compatibility with a > number of installed applications, using a modified kernel to provide > hard real

Re: [lazarus] latest SVN revision

2007-10-27 Thread Chris Kirkpatrick
Thanks. After even more recent SVN (fpc r8594, lazarus r12606) and 'make cleanall all') lazarus compiled successfully. Regards - Chris Mattias Gaertner wrote: On Thu, 25 Oct 2007 12:42:43 +0100 Chris Kirkpatrick <[EMAIL PROTECTED]> wrote: Hi all - Attempting to recompile lazarus from com

[lazarus] weird Lazarus editor behavior

2007-10-27 Thread Giuliano Colla
I'm forced to use, besides more recent systems, also an old RH9, kernel 2.4.25 (and all the rest equally old) for compatibility with a number of installed applications, using a modified kernel to provide hard real time, In this platform I can develop and run Lazarus GUI applications smoothly, bu

Re: [lazarus] Usability issues - Docking

2007-10-27 Thread James Chandler Jr
If one uses dual large monitors, the multiple window approach is a good thing. You have space to put all the windows to be in easy view, in exactly the placement one finds most useful. jcjr - Original Message - From: "Mattias Gaertner" <[EMAIL PROTECTED]> To: Sent: Saturday, October

Re: [lazarus] AllocateHWnd on Linux

2007-10-27 Thread Stephano
From: "Michael Van Canneyt"> Your original question was not very clear: AllocateHwnd simply doesn't make sense on other systems than Windows. You should specify why you need it. After that, we can try to present you with an alternative. If the idea is to do communication with another process, (i

Re: [lazarus] Usability issues

2007-10-27 Thread Mattias Gaertner
On Fri, 26 Oct 2007 14:42:35 +0300 "Ciprian Mustiata" <[EMAIL PROTECTED]> wrote: > - compiler options aren't a part of project options? Why? Probably > the options should be organized then in another format like some > tools use today: a logical tree with options and on the right the > options t

Re: [lazarus] Usability issues - Project menu items

2007-10-27 Thread Mattias Gaertner
On Fri, 26 Oct 2007 14:42:35 +0300 "Ciprian Mustiata" <[EMAIL PROTECTED]> wrote: > - Project menu: > - no items until the: publish project should exist, they are > redundant with File Menu where most users will make that operations new project: is unneeded nowadays, although I still use it. n

Re: [lazarus] Usability issues - search

2007-10-27 Thread Mattias Gaertner
On Fri, 26 Oct 2007 14:42:35 +0300 "Ciprian Mustiata" <[EMAIL PROTECTED]> wrote: > - file->search or replace (excluding incremental search) are to heavy > Unify them in the same dialog and if the replace/search (like is > in: Find in Files dialog) work differently on different criteria: by > pro

Re: [lazarus] Usability issues - file new dlg

2007-10-27 Thread Mattias Gaertner
On Fri, 26 Oct 2007 14:42:35 +0300 "Ciprian Mustiata" <[EMAIL PROTECTED]> wrote: > - file->New... dialog is somehow useless: for adding one new file the > user has to open one dialog. Most users will always use three or so > options. So New... probably should be an expanded menu that have as > ite

Re: [lazarus] Usability issues - Docking

2007-10-27 Thread Mattias Gaertner
On Fri, 26 Oct 2007 14:42:35 +0300 "Ciprian Mustiata" <[EMAIL PROTECTED]> wrote: > - floating windows: they are really too many, In a debug session one > person can work with as much as 10 windows opened at one time. That > problem can be addressed compacting one or more windows in the same > dial

Re: [lazarus] Usability issues - Warning about missing FPC sources

2007-10-27 Thread Mattias Gaertner
On Fri, 26 Oct 2007 14:42:35 +0300 "Ciprian Mustiata" <[EMAIL PROTECTED]> wrote: > Hi Lazarus team, > > I've start Lazarus and I've face multiple usability issues: It's better to put only one topic per mail. > - when it start it say that I have no FPC Sources (I've setup them) > but sometimes

Re: [lazarus] latest SVN revision

2007-10-27 Thread Vincent Snijders
Mattias Gaertner schreef: On Thu, 25 Oct 2007 12:42:43 +0100 Chris Kirkpatrick <[EMAIL PROTECTED]> wrote: Hi all - Attempting to recompile lazarus from command line with 'make'. (Same problem previously occurred when I tried to rebuild from lazarus ide). Latest SVN revision for lazarus (12586)

Re: [lazarus] Access violations when using Watches while debugging on OS X i386

2007-10-27 Thread Mattias Gaertner
On Fri, 26 Oct 2007 04:34:17 +0200 Tobias Giesen <[EMAIL PROTECTED]> wrote: > Hello, > > the Watches window produces an AV in Lazarus after a few times > stepping through the program. Is there a way to fix this on OS X i386? Can you provide an example and/or backtrace? Mattias

Re: [Lazarus] project options -> version info (on a linux program)

2007-10-27 Thread Mattias Gaertner
On Thu, 25 Oct 2007 17:52:42 +0200 Alvise Nicoletti <[EMAIL PROTECTED]> wrote: > Hi... > > Configuring a program into "project options" I have a > "application.title:= 'title'" added after the begin of my program... > Also, a resource is added for the compiler (PoolPatrol.res). > > After that,

Re: [lazarus] latest SVN revision

2007-10-27 Thread Mattias Gaertner
On Thu, 25 Oct 2007 12:42:43 +0100 Chris Kirkpatrick <[EMAIL PROTECTED]> wrote: > Hi all - > > Attempting to recompile lazarus from command line with 'make'. > (Same problem previously occurred when I tried to rebuild from > lazarus ide). Latest SVN revision for lazarus (12586) > Latest SVN for f

Re: [lazarus] AllocateHWnd on Linux

2007-10-27 Thread Michael Van Canneyt
On Fri, 26 Oct 2007, Stephano wrote: > From: "Felipe Monteiro de Carvalho" > > I think there is a very partial implementation on LCLIntf unit > > already. I don't think we should really try to replicate it. Lazarus > > doesn't intend to replicate the Windows API. > > -- > > Felipe Monteiro de C

Re: [lazarus] SQLite and WinCE

2007-10-27 Thread Oro06
precompiled available here : ftp://ftp.freepascal.org/pub/fpc/contrib/arm-wince-sqlite322.zip Bogusław Brandys a écrit : sqlite3.dll ? I don't know Windows CE however regards Boguslaw _ To unsubscribe: mail [EMAIL PROTEC

Re: [lazarus] AllocateHWnd on Linux

2007-10-27 Thread Micha Nelissen
Felipe Monteiro de Carvalho wrote: > The function already exists, is used on ported delphi libraries, we > already have a windows implementation and I don't see why not > implement it for other targets if possible. The problem is that maybe it's possible to do AllocateHWND on other platforms, but