Re: [Lazarus] Bug in PageControl?

2013-09-02 Thread Junior
I observed that the problem it is only in design mode. The components disappearing within PageControl. Anyway, to the compile and run the program, they are visible. Em 01-09-2013 10:43, Junior escreveu: Lazarus 1.1 r42539M FPC 2.6.2 i386-linux-gtk 2 Ubuntu Linux 12.04 (using Unity) See bug (vi

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Hans-Peter Diettrich
Michael Van Canneyt schrieb: On Mon, 2 Sep 2013, Xiangrong Fang wrote: You may try anchordocking, although that also has some bugs, but are small ones, (e.g. window layout cannot be saved). Yes, unfortunately docking has disadvantages which I find hard to live with. The EasyDockMaster ca

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Hans-Peter Diettrich
Graeme Geldenhuys schrieb: On 02/09/13 10:43, Michael Van Canneyt wrote: On Linux, kubuntu, kwin WM, this is definitely not the case. This is by far the most annoying 'bug' in Lazarus on Linux. Something one learns to live with :) I have the same issue here on Linux and FreeBSD (Gnome 2.x a

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Arne Hanssen
Den 02. sep. 2013 14:09, skrev Juha Manninen: On Mon, Sep 2, 2013 at 12:43 PM, Michael Van Canneyt wrote: On Linux, kubuntu, kwin WM, this is definitely not the case. This is by far the most annoying 'bug' in Lazarus on Linux. Something one learns to live with :) Virtual desktops help here.

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Sven Barth
On 02.09.2013 17:35, Xiangrong Fang wrote: Hi Mattias, Bug report here: http://bugs.freepascal.org/view.php?id=24942 It happens in the case if I want to share the space for Object Inspector and Code Explorer using "Tab" style... See attachment in that bug report. Yes, that's one of the most

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Jürgen Hestermann
Am 2013-09-02 11:29, schrieb Martin: > So how exactly do you not see the other windows? Or more to the point: Why? That's what I would like to know too. > - Was Lazarus minimized before, and only one Window (e.g. SourceEdit was restored)? No. I am constantly switching between running programs

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Jürgen Hestermann
Am 2013-09-02 11:12, schrieb Marco van de Voort: > On Sat, Aug 31, 2013 at 06:13:44PM +0200, J?rgen Hestermann wrote: >> Lazarus is driving me nuts with its multiple window interface. > Learn to use keys, "F11". A cynical answer which means: "Nobody is willing and able to fix it". That means that

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Xiangrong Fang
Hi Mattias, Bug report here: http://bugs.freepascal.org/view.php?id=24942 It happens in the case if I want to share the space for Object Inspector and Code Explorer using "Tab" style... See attachment in that bug report. Thanks. 2013/9/2 Mattias Gaertner > > > Dmitry Boyarintsev hat am 2.

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Xiangrong Fang
2013/9/2 William Oliveira Ferreira > Can be saved *, but manually and, if you wanna save to a backup file, > first, create a blank text file then overwrite it. > > * At least, the last version i've used on linux (1.0.2) > > Some can be saved, but some cannot. For example, I try to open "Code Exp

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Mattias Gaertner
> Dmitry Boyarintsev hat am 2. September 2013 um > 16:41 geschrieben: > >  Try "Manual Docker" >  it does save, though there's not much save :) > > >  On Mon, Sep 2, 2013 at 8:27 AM, Xiangrong Fang > wrote: >    >

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Dmitry Boyarintsev
Try "Manual Docker" http://wiki.freepascal.org/index.php?title=Manual_Docker it does save, though there's not much save :) On Mon, Sep 2, 2013 at 8:27 AM, Xiangrong Fang wrote: > 2013/9/2 Mattias Gaertner > >> >> >> > Xiangrong Fang hat am 2. September 2013 um 12:08 >> > geschrieben: >> > >>

Re: [Lazarus] Position of Tab with "My Components" in IDE

2013-09-02 Thread Mattias Gaertner
> Juha Manninen hat am 2. September 2013 um 15:45 > geschrieben: > > > On Thu, Aug 15, 2013 at 12:08 PM, Mattias Gaertner > wrote: > > The 1.0.x IDE only sorts packages topologically, not alphabetically, > > so the order between same level packages is not fixed. > > The 1.1 IDE sorts packages al

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread William Oliveira Ferreira
Can be saved *, but manually and, if you wanna save to a backup file, first, create a blank text file then overwrite it. * At least, the last version i've used on linux (1.0.2) 2013/9/2 Xiangrong Fang > You may try anchordocking, although that also has some bugs, but are small > ones, (e.g. wi

[Lazarus] MS Word via LazActiveX

2013-09-02 Thread Roland Turcan
Hello Lazarus mailing list! This test case proves, that no one event is called when it should. WD := TWordDocument.Create(nil); WD.OnNew_ := @DoWordDocumentNew; WD.OnOpen := @DoWordDocumentOpen; WD.OnClose := @DoWordDocumentClose; WD.OleServer.Application.Visible := True; WD.OleServer

Re: [Lazarus] Position of Tab with "My Components" in IDE

2013-09-02 Thread Juha Manninen
On Thu, Aug 15, 2013 at 12:08 PM, Mattias Gaertner wrote: > The 1.0.x IDE only sorts packages topologically, not alphabetically, > so the order between same level packages is not fixed. > The 1.1 IDE sorts packages alphabetically too, so the order is fixed. I try to learn and understand the code

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Xiangrong Fang
2013/9/2 Mattias Gaertner > > > > Xiangrong Fang hat am 2. September 2013 um 12:08 > > geschrieben: > > > > You may try anchordocking, although that also has some bugs, but are > small > >ones, (e.g. window layout cannot be saved). > > Tools / Save window layout as default. > This does NOT wor

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Kostas Michalopoulos
On Mon, Sep 2, 2013 at 11:29 AM, Martin wrote: > Very often, when I use Alt+TAB to switch back to Lazarus I only see >> the source editor but none of the other windows (object inspector, >> message window, Lazarus main window, etc.). >> > > So how exactly do you not see the other windows? Or more

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Juha Manninen
On Mon, Sep 2, 2013 at 12:43 PM, Michael Van Canneyt wrote: > On Linux, kubuntu, kwin WM, this is definitely not the case. This is by far > the most annoying 'bug' in Lazarus on Linux. > > Something one learns to live with :) Virtual desktops help here. I also have KDE + KWin WM. I have practical

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Graeme Geldenhuys
On 02/09/13 11:25, Michael Van Canneyt wrote: > > But there is just this one annoying bug in Lazarus' interaction with the WM... Indeed. I much prefer SDI interfaces too. MSEide has brilliant docking support in their IDE - very customisable, and not everything needs to be docked in one large (a

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Michael Van Canneyt
On Mon, 2 Sep 2013, Xiangrong Fang wrote: You may try anchordocking, although that also has some bugs, but are small ones, (e.g. window layout cannot be saved). Yes, unfortunately docking has disadvantages which I find hard to live with. Michael --

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Mattias Gaertner
  > Xiangrong Fang hat am 2. September 2013 um 12:08 > geschrieben: > >  You may try anchordocking, although that also has some bugs, but are small >ones, (e.g. window layout cannot be saved). Tools / Save window layout as default. Mattias -- ___ La

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Michael Van Canneyt
On Mon, 2 Sep 2013, Graeme Geldenhuys wrote: On 02/09/13 10:43, Michael Van Canneyt wrote: On Linux, kubuntu, kwin WM, this is definitely not the case. This is by far the most annoying 'bug' in Lazarus on Linux. Something one learns to live with :) I have the same issue here on Linux and

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Graeme Geldenhuys
On 02/09/13 10:43, Michael Van Canneyt wrote: > > On Linux, kubuntu, kwin WM, this is definitely not the case. > This is by far the most annoying 'bug' in Lazarus on Linux. > > Something one learns to live with :) I have the same issue here on Linux and FreeBSD (Gnome 2.x and JWM respectively)

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Xiangrong Fang
You may try anchordocking, although that also has some bugs, but are small ones, (e.g. window layout cannot be saved). 2013/9/2 Michael Van Canneyt > > > On Mon, 2 Sep 2013, Martin wrote: > > On 31/08/2013 17:13, Jürgen Hestermann wrote: >> >>> I am working with Windows XP and >>> Lazarus is

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Michael Van Canneyt
On Mon, 2 Sep 2013, Martin wrote: On 31/08/2013 17:13, Jürgen Hestermann wrote: I am working with Windows XP and Lazarus is driving me nuts with its multiple window interface. Very often, when I use Alt+TAB to switch back to Lazarus I only see the source editor but none of the other windows

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Martin
On 31/08/2013 17:13, Jürgen Hestermann wrote: I am working with Windows XP and Lazarus is driving me nuts with its multiple window interface. Very often, when I use Alt+TAB to switch back to Lazarus I only see the source editor but none of the other windows (object inspector, message window, Laz

Re: [Lazarus] Lazarus scattered windows

2013-09-02 Thread Marco van de Voort
On Sat, Aug 31, 2013 at 06:13:44PM +0200, J?rgen Hestermann wrote: > I am working with Windows XP and > Lazarus is driving me nuts with its multiple window interface. > > Very often, when I use Alt+TAB to switch back to Lazarus I only see > the source editor but none of the other windows (object i