Re: [Lazarus] Positioning entries on main menu

2013-08-31 Thread Mark Morgan Lloyd
Juha Manninen wrote: On Sat, Aug 31, 2013 at 4:08 PM, Mark Morgan Lloyd wrote: The program doesn't have a toolbar, and since the audience is IBM (and other) mainframe types it's a fair bet that they like toolbars even less than I do (I like having a menu dammit, I'm not into all this self-servi

Re: [Lazarus] Positioning entries on main menu

2013-08-31 Thread Juha Manninen
On Sat, Aug 31, 2013 at 4:08 PM, Mark Morgan Lloyd wrote: > The program doesn't have a toolbar, and since the audience is IBM (and > other) mainframe types it's a fair bet that they like toolbars even less > than I do (I like having a menu dammit, I'm not into all this self-service > buffet stuff

[Lazarus] Lazarus scattered windows

2013-08-31 Thread Jürgen Hestermann
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, Lazarus main window, etc.). Then I am having a har

Re: [Lazarus] Positioning entries on main menu

2013-08-31 Thread Mark Morgan Lloyd
Juha Manninen wrote: On Sat, Aug 31, 2013 at 1:17 PM, Howard Page-Clark wrote: You might get some ideas from the SelComponentPageButton which has been added in recent Lazarus commits (1.1). See ..\ide\main.pp, lines 2045-2055, and 5104-5121 (it's evidently copied from CodeTyphon). Yes, it is

[Lazarus] bug in buttonsave (IDE Lazarus)

2013-08-31 Thread Junior
http://bugs.freepascal.org/view.php?id=24926 see: http://www.meulinux.com.br/buttonsave.avi Lazarus 1.1 r42522M FPC 2.6.2 i386-linux-gtk 2 -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/

Re: [Lazarus] Positioning entries on main menu

2013-08-31 Thread Juha Manninen
On Sat, Aug 31, 2013 at 1:17 PM, Howard Page-Clark wrote: > You might get some ideas from the SelComponentPageButton which has been > added in recent Lazarus commits (1.1). > See ..\ide\main.pp, lines 2045-2055, and 5104-5121 > (it's evidently copied from CodeTyphon). Yes, it is also mentioned in

Re: [Lazarus] Positioning entries on main menu

2013-08-31 Thread Howard Page-Clark
On 30/08/2013 21:43, Mark Morgan Lloyd wrote: What I'm considering is something like a » symbol to control whether an extra pane is shown to the right of a text editor. You might get some ideas from the SelComponentPageButton which has been added in recent Lazarus commits (1.1). See ..\ide\m