Re: [Lazarus] Dockable IDE

2012-03-18 Thread Hans-Peter Diettrich
Paul Ishenin schrieb: 18.03.12 11:11, Hans-Peter Diettrich wrote: These are only different implementations of the same (TDockManager) interface. I found LDockTree unusable, failing already on slightly nested layouts. It also lacks layout streaming, required in applications like the IDE. Dunno a

Re: [Lazarus] Dockable IDE

2012-03-18 Thread Paul Ishenin
18.03.12 11:11, Hans-Peter Diettrich wrote: These are only different implementations of the same (TDockManager) interface. I found LDockTree unusable, failing already on slightly nested layouts. It also lacks layout streaming, required in applications like the IDE. Dunno about the current state,

[Lazarus] simple transfer of text data over tcp/ip

2012-03-18 Thread Everton Vieira
I need to make simple transfer of text data over tcp/ip, which socket class the list recomends? (Must run in mac also) Regards, Everton -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Why does a project have to be open?

2012-03-18 Thread Juha Manninen
When you do a New Project, it is "virtual" until it is saved. It means the project structure is initially only in memory. The GUI could as well hide the project interface and let the user open files and whatever. They would still be saved in a default project's session info but the user would not n

Re: [Lazarus] Why does a project have to be open?

2012-03-18 Thread Jether (yahoo)
I just can't see any problem, I like it the way it is. Jether Fernandes Reis -Mensagem Original- De: "Jürgen Hestermann" Para: "Lazarus mailing list" Enviada em: domingo, 18 de março de 2012 11:29 Assunto: Re: [Lazarus] Why does a project have to be open? Sven Barth schrieb: Also

Re: [Lazarus] Lazarus crashing reproducibly on startup (64-bit Linux)

2012-03-18 Thread brian
On 03/18/2012 11:45 AM, Mark Morgan Lloyd wrote: brian wrote: I've recently switched distros to Mint Debian 12 64-bit XFCE. This is on an AMD Phenom *4, 4 GB of RAM. When I was reinstalling stuff I noticed that the latest version of Lazarus that they have in the repo is 0.9.28, a bit old I know,

Re: [Lazarus] Lazarus crashing reproducibly on startup (64-bit Linux)

2012-03-18 Thread Mark Morgan Lloyd
brian wrote: I've recently switched distros to Mint Debian 12 64-bit XFCE. This is on an AMD Phenom *4, 4 GB of RAM. When I was reinstalling stuff I noticed that the latest version of Lazarus that they have in the repo is 0.9.28, a bit old I know, but it works for what I do. So I installed 0.

Re: [Lazarus] Why does a project have to be open?

2012-03-18 Thread Sven Barth
On 18.03.2012 15:29, Jürgen Hestermann wrote: Sven Barth schrieb: Also this is no "feature", it's currently one of the core concepts of Lazarus and it was so for years. So I doubt that this will be changed in the near future (before 1.0 at least). Although I have arranged with it now it anno

Re: [Lazarus] Why does a project have to be open?

2012-03-18 Thread Martin
On 18/03/2012 14:29, Jürgen Hestermann wrote: Sven Barth schrieb: Also this is no "feature", it's currently one of the core concepts of Lazarus and it was so for years. So I doubt that this will be changed in the near future (before 1.0 at least). Although I have arranged with it now it ann

Re: [Lazarus] Why does a project have to be open?

2012-03-18 Thread Jürgen Hestermann
Sven Barth schrieb: Also this is no "feature", it's currently one of the core concepts of Lazarus and it was so for years. So I doubt that this will be changed in the near future (before 1.0 at least). Although I have arranged with it now it annoyed me too. No other program (including Free

Re: [Lazarus] Updates to Synedit and 64 bit have linking problems

2012-03-18 Thread Martin
On 18/03/2012 08:50, ik wrote: Hello, I tried to compile Lazarus today from svn (after two weeks of not updating it), and got the following error message: lazarus/components/synedit/synedithighlighterfoldbase.pas(722,13) Error: Asm: [movsxd mem64,reg32] invalid combination of opcode and operands

Re: [Lazarus] Updates to Synedit and 64 bit have linking problems

2012-03-18 Thread Martin
On 18/03/2012 08:50, ik wrote: Hello, I tried to compile Lazarus today from svn (after two weeks of not updating it), and got the following error message: lazarus/components/synedit/synedithighlighterfoldbase.pas(722,13) Error: Asm: [movsxd mem64,reg32] invalid combination of opcode and operands

[Lazarus] Lazarus crashing reproducibly on startup (64-bit Linux)

2012-03-18 Thread brian
I've recently switched distros to Mint Debian 12 64-bit XFCE. This is on an AMD Phenom *4, 4 GB of RAM. When I was reinstalling stuff I noticed that the latest version of Lazarus that they have in the repo is 0.9.28, a bit old I know, but it works for what I do. So I installed 0.9.28, which al

Re: [Lazarus] [fpc-devel] Re: How to iterate through a TAvgLvlTree

2012-03-18 Thread Felipe Monteiro de Carvalho
On Sun, Mar 18, 2012 at 3:20 AM, Mattias Gaertner wrote: > I implemented a TIndexedAVLTree. Great! thanks a lot =) -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mail

Re: [Lazarus] Dockable IDE

2012-03-18 Thread Hans-Peter Diettrich
Martin schrieb: On that part, I wondered why the old layout stuff was totally abandoned. ? The classes in ideintf\idewindowintf.pas Really? This would explain why the EasyDockMaster will fail now, using the old stuff. No no no you miss understand They are not abandoned, they work well in

Re: [Lazarus] Updates to Synedit and 64 bit have linking problems

2012-03-18 Thread Sergei Gorelkin
18.03.2012 14:08, Mattias Gaertner пишет: On Sun, 18 Mar 2012 10:50:27 +0200 ik wrote: Hello, I tried to compile Lazarus today from svn (after two weeks of not updating it), and got the following error message: lazarus/components/synedit/synedithighlighterfoldbase.pas(722,13) Error: Asm: [mov

Re: [Lazarus] Updates to Synedit and 64 bit have linking problems

2012-03-18 Thread ik
On Sun, Mar 18, 2012 at 12:08, Mattias Gaertner wrote: > On Sun, 18 Mar 2012 10:50:27 +0200 > ik wrote: > >> Hello, >> >> I tried to compile Lazarus today from svn (after two weeks of not >> updating it), and got the following error message: >> lazarus/components/synedit/synedithighlighterfoldbas

Re: [Lazarus] Updates to Synedit and 64 bit have linking problems

2012-03-18 Thread Mattias Gaertner
On Sun, 18 Mar 2012 10:50:27 +0200 ik wrote: > Hello, > > I tried to compile Lazarus today from svn (after two weeks of not > updating it), and got the following error message: > lazarus/components/synedit/synedithighlighterfoldbase.pas(722,13) > Error: Asm: [movsxd mem64,reg32] invalid combinat

Re: [Lazarus] Xubuntu, Lazarus and project stored and built on a pendrive with ntfs

2012-03-18 Thread Salvatore Coppola
2012/3/18 Bernd Kreuss : > On 17.03.2012 23:08, Salvatore Coppola wrote: > >> I'm low level user so can you take a look, is how you supposed? > > Somehow somewhere the default mount options can be changed in xubuntu. I > assume you want it to have it mounted with exec bits set every time you > plug

Re: [Lazarus] Xubuntu, Lazarus and project stored and built on a pendrive with ntfs

2012-03-18 Thread Salvatore Coppola
2012/3/18 Gustavo Enrique Jimenez : > hi all: > Not executing programs from external file systems is a kernel option > adopted by many linux distros, I think. You should copy the program to > the local filesystem and change permissions to execute it. I see what you say. thx Salvatore > 2012/3/17

[Lazarus] Updates to Synedit and 64 bit have linking problems

2012-03-18 Thread ik
Hello, I tried to compile Lazarus today from svn (after two weeks of not updating it), and got the following error message: lazarus/components/synedit/synedithighlighterfoldbase.pas(722,13) Error: Asm: [movsxd mem64,reg32] invalid combination of opcode and operands It happens at lazarus/component

Re: [Lazarus] Why does a project have to be open?

2012-03-18 Thread Sven Barth
On 17.03.2012 22:14, Ajeandro Gonzalo wrote: Oh, it's more than just annoying. It causes applications using Advantage Database components to crash, especially if you forget to add adsdata to the uses clause (no, I don't know why ADS doesn't add that automatically). Lazarus then doesn't allow

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

2012-03-18 Thread zeljko
On Sunday 18 of March 2012 08:29:53 Graeme Geldenhuys wrote: > On 18 March 2012 03:10, Mattias Gaertner wrote: > > LIBOVERLAY_SCROLLBAR=0 ./lazarus > > But why doesn't the LCL-GTK2 work with those new scrollbars? I thought > those new scrollbars should "just work" with any native GTK2 > applicati

Re: [Lazarus] Why does a project have to be open?

2012-03-18 Thread Anders E. Andersen
Den 17-03-2012 09:48, Mattias Gaertner skrev: The idea of the modal dialog is that it sits there and waits for you to tell it what to do. I would rather it just sat there and did nothing. No dialog. Why does it have to open a window forcing me to create or open a project? There is little it

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

2012-03-18 Thread Graeme Geldenhuys
On 18 March 2012 03:10, Mattias Gaertner wrote: > > LIBOVERLAY_SCROLLBAR=0 ./lazarus But why doesn't the LCL-GTK2 work with those new scrollbars? I thought those new scrollbars should "just work" with any native GTK2 application. OpenOffice, LibreOffice, Firefox, Thunderbird etc are exceptions,