Re: [Lazarus] using dwarf with special tricks [Re: Generating line info]

2011-09-20 Thread Graeme Geldenhuys
On 19/09/2011 21:16, Martin wrote: So for using within Lazarus, IMHO dwarf is at least as good as stabs. Thanks Martin, for all your testing. This is good news, especially since my new debugger only reads DWARF info. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Michael Schnell
On 09/19/2011 06:35 PM, Luiz Americo Pereira Camara wrote: On 19/9/2011 09:47, Michael Schnell wrote: I don't suppose Lazarus can work with a cpstrnew version of FPC at all. Supposedly moving Lazarus to cpstrnew will be a lot of work. Not at all. Since fpc will provide two rtl (UTF8 and

Re: [Lazarus] Updated docs

2011-09-20 Thread Michael Schnell
On 09/20/2011 07:39 AM, Hans-Peter Diettrich wrote: In the past days I've updated the LCL docs, Some weeks ago I hard but unsuccessful tried to compile the DocView files for the lcl documentation. Is this possible now ? Thanks, -Michael -- ___

[Lazarus] RE : RE : Generating line info

2011-09-20 Thread Ludo Brands
Also see my other mail: dwarf will solve some of the issues that new users (and old users too often complain abut). It does make some (only some, but at least that) of the properties inspectable. Our mails crossed eachother. I admit, the fact that people would include debug info for

Re: [Lazarus] using dwarf with special tricks [Re: Generating line info]

2011-09-20 Thread Martin
On 20/09/2011 07:24, Graeme Geldenhuys wrote: On 19/09/2011 21:16, Martin wrote: So for using within Lazarus, IMHO dwarf is at least as good as stabs. Thanks Martin, for all your testing. This is good news, especially since my new debugger only reads DWARF info. If you need to find out

Re: [Lazarus] RE : RE : Generating line info

2011-09-20 Thread Martin
On 20/09/2011 08:30, Ludo Brands wrote: Leak view is using heaptrc to get the info. So you're bound to hit the same bug and issues one day or another. Not sure what you mean? I get stacktraces from infodwrf (but also tested the lineinfo/stabs ones), and have copy and pasted them a thousand

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Michael Schnell
On 09/20/2011 11:09 AM, Luiz Americo Pereira Camara wrote: Nope. AFAIK String type will automatically map to UTF8 or UTF16 string depending of a compiler switch or directive and the RTL used (UTF8, UTF16). What do you mean by map to UTF8 ? AFAIK, there is no string type in FPC that decently

[Lazarus] object streams

2011-09-20 Thread Andrea Mauri
I am looking if in fpc/lazarus there are functions for object streaming (not components but objects) similar to http://download.oracle.com/javase/tutorial/essential/io/objectstreams.html andrea -- ___ Lazarus mailing list

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread cobines
2011/9/20 Michael Schnell mschn...@lumino.de: What do you mean by map to UTF8 ? AFAIK, there is no string type in FPC that decently denotes a dedicated encoding for the content so that library functions know how to handle them. You will be able to alias String for UnicodeString (UTF-16) or

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Michael Schnell
On 09/20/2011 01:09 PM, cobines wrote: String=AnsiString(CP_UTF8), Meaning that a library function (or an FPC syntax candy feature) can't detect the code that is used for the string. If you mean UTF-16 UnicodeString then I don't think there will be a problem. AFAIK, Lazarus does not use

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Sven Barth
Am 20.09.2011 14:16, schrieb Michael Schnell: On 09/20/2011 01:09 PM, cobines wrote: String=AnsiString(CP_UTF8), Meaning that a library function (or an FPC syntax candy feature) can't detect the code that is used for the string. Huh? What do you mean here? If String is declared as a

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread cobines
2011/9/20 Michael Schnell mschn...@lumino.de: On 09/20/2011 01:09 PM, cobines wrote: String=AnsiString(CP_UTF8), Meaning that a library function (or an FPC syntax candy feature) can't detect the code that is used for the string. The code page will be stored in the record describing the

[Lazarus] Images for Lazarus

2011-09-20 Thread Leonardo M . Ramé
Hi, I installed the package ImagesForLazarus but there's no new tab nor icon added to the toolbar. What does this package do?. -- Leonardo M. Ramé http://leonardorame.blogspot.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] [Long and partially OT] Database (OOP) programming: beginners manual?

2011-09-20 Thread Lukasz Sokol
Hi, this may not be entirely on-topic to this list, apologies for that; (But since I am (currently) using Lazarus 0.9.28.2 r22279 FPC 2.2.4, (and planning to upgrade to latest stable 0.9.30/2.4.something /windows/ installer distribution), the offtopic is somehow diminished) I looked up

Re: [Lazarus] Images for Lazarus

2011-09-20 Thread Mattias Gaertner
On Tue, 20 Sep 2011 09:45:05 -0300 Leonardo M. Ramé l.r...@griensu.com wrote: Hi, I installed the package ImagesForLazarus but there's no new tab nor icon added to the toolbar. Correct. What does this package do?. It registers some extra picture file formats. For example tga. You will see

Re: [Lazarus] Images for Lazarus

2011-09-20 Thread Leonardo M . Ramé
On 2011-09-20 14:55:53 +0200, Mattias Gaertner wrote: On Tue, 20 Sep 2011 09:45:05 -0300 Leonardo M. Ramé l.r...@griensu.com wrote: Hi, I installed the package ImagesForLazarus but there's no new tab nor icon added to the toolbar. Correct. What does this package do?. It

[Lazarus] OptionsLinkingTarget OS specific optionsWin32 gui app (-WG)

2011-09-20 Thread Marcos Douglas
Hi, I updated my Lazarus today and I saw that missing the Linking-WG (always checked, even if you create a app console... uncheck manually). To compile my console projects I have to use OtherCustom options: -WG- How will be this in the future? Lazarus 0.9.31 r31914 FPC 2.4.5

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Michael Schnell
On 09/20/2011 02:41 PM, Sven Barth wrote: Huh? What do you mean here? If String is declared as a AnsiString(CP_UTF8) then the a variable declared as String does contain UTF8 data... and any code can detect that by using GetCodePage which will return CP_UTF8. Ah, I see. He was meaning a New

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Michael Schnell
Sorry, I suppose I misunderstood one of your previous messages. -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] RE : RE : RE : Generating line info

2011-09-20 Thread Ludo Brands
good point, and to add to it, AFAIK even gdb has some issues with mixed info, but I am not sure... I just found a problem with propably the internal fpc linker when mixing stabs and dwarf. Stabs uses code N_SourceFile and N_IncludeFile to specify filenames. N_SourceFile is or a full path or

Re: [Lazarus] [Long and partially OT] Database (OOP) programming: beginners manual?

2011-09-20 Thread Graeme Geldenhuys
On 20/09/2011 14:53, Lukasz Sokol wrote: procedure TForm1.Button1Click(Sender: TObject); begin if Label1.Caption = 'ODBC Disconnected' then if OpenDialog1.Execute then begin ODBCConnection1.Params.Add('DBQ='+OpenDialog1.FileName); // ODBCConnection1.Open;

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Vincent Snijders
2011/9/20 Michael Schnell mschn...@lumino.de: Sorry, I suppose I misunderstood one of your previous messages. IMHO, almost every message in thread after the first couple of messages is premature, since nothing has been decided for the string extension is fpc 2.7.1. There everything said about

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Sven Barth
Am 20.09.2011 15:46, schrieb Vincent Snijders: 2011/9/20 Michael Schnellmschn...@lumino.de: Sorry, I suppose I misunderstood one of your previous messages. IMHO, almost every message in thread after the first couple of messages is premature, since nothing has been decided for the string

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Vincent Snijders
2011/9/20 Sven Barth pascaldra...@googlemail.com: But at least we have the new code page aware string in trunk now, so the recent Unicode discussions were worth something :P Paul, is that true? Did the recent Unicode discussions on this list and the fpc lists help you / motivate you to work on

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Sven Barth
Am 20.09.2011 16:02, schrieb Vincent Snijders: 2011/9/20 Sven Barthpascaldra...@googlemail.com: But at least we have the new code page aware string in trunk now, so the recent Unicode discussions were worth something :P Paul, is that true? Did the recent Unicode discussions on this list and

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Paul Ishenin
20.09.2011 22:02, Vincent Snijders wrote: 2011/9/20 Sven Barthpascaldra...@googlemail.com: But at least we have the new code page aware string in trunk now, so the recent Unicode discussions were worth something :P Paul, is that true? Did the recent Unicode discussions on this list and the fpc

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Sven Barth
Am 20.09.2011 16:18, schrieb Paul Ishenin: 20.09.2011 22:02, Vincent Snijders wrote: 2011/9/20 Sven Barthpascaldra...@googlemail.com: But at least we have the new code page aware string in trunk now, so the recent Unicode discussions were worth something :P Paul, is that true? Did the recent

[Lazarus] Lazarus and accessibility

2011-09-20 Thread Lubos Pintes
Hello, I am screen reader user. I tried lazarus to see how accessible it is. It is almost inaccessible, no surprise. :-) But I would like to try make it more accessible, if possible and if my knowledge are sufficient. I have prior experience with Delphi 5/6. I checked out the latest and

Re: [Lazarus] [Long and partially OT] Database (OOP) programming: beginners manual?

2011-09-20 Thread Lukasz Sokol
I knew I could count on Graeme for an answer (and a plug ;) On 20/09/2011 14:42, Graeme Geldenhuys wrote: [snip] Maybe we should stop you right there, and teach you the correct OOP way of doing database programming. :) No GUI unit should contain code as listed above... That was just an

Re: [Lazarus] Lazarus and accessibility

2011-09-20 Thread Vincent Snijders
2011/9/20 Lubos Pintes pin...@gmail.com: Hello, I am screen reader user. I tried lazarus to see how accessible it is. It is almost inaccessible, no surprise. :-) But I would like to try make it more accessible, if possible and if my knowledge are sufficient. I have prior experience with

Re: [Lazarus] Lazarus and accessibility

2011-09-20 Thread Sven Barth
Am 20.09.2011 16:51, schrieb Lubos Pintes: Hello, I am screen reader user. I tried lazarus to see how accessible it is. It is almost inaccessible, no surprise. :-) But I would like to try make it more accessible, if possible and if my knowledge are sufficient. I have prior experience with Delphi

Re: [Lazarus] Lazarus and accessibility

2011-09-20 Thread Sven Barth
Am 20.09.2011 16:51, schrieb Lubos Pintes: Hello, I am screen reader user. I tried lazarus to see how accessible it is. It is almost inaccessible, no surprise. :-) But I would like to try make it more accessible, if possible and if my knowledge are sufficient. I have prior experience with Delphi

Re: [Lazarus] Lazarus and accessibility

2011-09-20 Thread Sven Barth
And another question out of curiosity: Is it disturbing for you if quotes from previous mails are left in answers? Regards, Sven -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] [Long and partially OT] Database (OOP) programming: beginners manual?

2011-09-20 Thread Joost van der Sluis
On Tue, 2011-09-20 at 15:42 +0200, Graeme Geldenhuys wrote: On 20/09/2011 14:53, Lukasz Sokol wrote: procedure TForm1.Button1Click(Sender: TObject); begin if Label1.Caption = 'ODBC Disconnected' then if OpenDialog1.Execute then begin

Re: [Lazarus] [Long and partially OT] Database (OOP) programming: beginners manual?

2011-09-20 Thread Joost van der Sluis
On Tue, 2011-09-20 at 13:53 +0100, Lukasz Sokol wrote: Hi, this may not be entirely on-topic to this list, apologies for that; (But since I am (currently) using Lazarus 0.9.28.2 r22279 FPC 2.2.4, (and planning to upgrade to latest stable 0.9.30/2.4.something /windows/ installer

Re: [Lazarus] [Long and partially OT] Database (OOP) programming: beginners manual?

2011-09-20 Thread Graeme Geldenhuys
On 20/09/2011 14:53, Lukasz Sokol wrote: this may not be entirely on-topic to this list, apologies for that; Hmm... I can not help you with your problem, but maybe you could take a look at a better design of your code and split your GUI-code from the actual work. Google for [Joost never

Re: [Lazarus] [Long and partially OT] Database (OOP) programming: beginners manual?

2011-09-20 Thread Lukasz Sokol
On 20/09/2011 16:13, Graeme Geldenhuys wrote: On 20/09/2011 14:53, Lukasz Sokol wrote: this may not be entirely on-topic to this list, apologies for that; Hmm... I can not help you with your problem, but maybe you could take a look at a better design of your code and split your GUI-code

Re: [Lazarus] [Long and partially OT] Database (OOP) programming: beginners manual?

2011-09-20 Thread Graeme Geldenhuys
On 20/09/2011 16:53, Lukasz Sokol wrote: Thing is - I may not need to know how the sewers work, that they need to be laid with some sort of descent ;) or that you should not use Then buy a old Delphi 7 (where you still get printed manuals in the box) and read them from cover to cover.

Re: [Lazarus] [Long and partially OT] Database (OOP) programming: beginners manual?

2011-09-20 Thread Lukasz Sokol
On 20/09/2011 16:11, Joost van der Sluis wrote: So I can actually point to the MDB file I want to look into, but then, when I close it (using the SQLQuery.Close part of the above), and then try to open it again (using the first part again) I get a 'External: SIGSEGV' at the SQLQuery1.Open;

Re: [Lazarus] Lazarus and accessibility

2011-09-20 Thread Lubos Pintes
Hi, Goot note, I could specify OS. Windows XP SP3. Dňa 20.9.2011 17:07, Sven Barth wrote / napísal(a): Am 20.09.2011 16:51, schrieb Lubos Pintes: Hello, I am screen reader user. I tried lazarus to see how accessible it is. It is almost inaccessible, no surprise. :-) But I would like to try make

Re: [Lazarus] Lazarus and accessibility

2011-09-20 Thread Lubos Pintes
Hi, Quotes are OK but reply at the end are not. It is better either to comment parts of message or nicely write reply before quote. Thank :-) Dňa 20.9.2011 17:09, Sven Barth wrote / napísal(a): And another question out of curiosity: Is it disturbing for you if quotes from previous mails are

Re: [Lazarus] [Long and partially OT] Database (OOP) programming: beginners manual?

2011-09-20 Thread Lukasz Sokol
On 20/09/2011 16:20, Graeme Geldenhuys wrote: On 20/09/2011 16:53, Lukasz Sokol wrote: Thing is - I may not need to know how the sewers work, that they need to be laid with some sort of descent ;) or that you should not use Then buy a old Delphi 7 (where you still get printed manuals in

Re: [Lazarus] Lazarus and accessibility

2011-09-20 Thread Lukasz Sokol
Hi Lubos, Off-topic, but I think you should warn people upfront that this is the case, as top-posting is generally regarded as a no-no on newsgroups. You definitively qualify for an exception from this rule. Lukasz On 20/09/2011 16:35, Lubos Pintes wrote: Hi, Quotes are OK but reply at the

Re: [Lazarus] Lazarus and accessibility

2011-09-20 Thread Lubos Pintes
Maybe I am stupid but I don't understand which badness I made, sorry :-). Dňa 20.9.2011 17:45, Lukasz Sokol wrote / napísal(a): Hi Lubos, Off-topic, but I think you should warn people upfront that this is the case, as top-posting is generally regarded as a no-no on newsgroups. You definitively

[Lazarus] Bug reports question

2011-09-20 Thread Lubos Pintes
Hi, Because I don't want to risk that I made another badness, I am asking: are bug reports accepted here? I think I found one. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Bug reports question

2011-09-20 Thread Bart
Hi Lubos, If you think you have found a bug (but are unsure) you can ask here to verify/confirm the bug. If confirmed, you can post the bug in the Lazarus/Fpc bugtracker (http://bugs.freepascal.org/). Bugs reported here (or on the forum) might get forgotten, those in the bugtracker not. Bart

Re: [Lazarus] Generating line info

2011-09-20 Thread Bart
On 9/19/11, cobines cobi...@gmail.com wrote: 2011/9/19 Bart bartjun...@gmail.com: How can I get my stacktraces back to the style it was before? Use Stabs debugging info. I think it is default for Win32. Thank you (a late reply), that does it for me. Had to rebuild LCL with stabs too, of

Re: [Lazarus] Lazarus and accessibility

2011-09-20 Thread Lukasz Sokol
Hi Lubos, no you did not do anything bad :-) You have not caused any badness. What I mean is : when you answer to somebody on newsgroups, and somewhere somebody doesn't know you top-post because of screen-reader, then they may give you bad time, because they don't know. so a simple [screen

Re: [Lazarus] object streams

2011-09-20 Thread leledumbo
AFAIK no, only TComponent derived classes have streamer implementation now (take a look componentstreaming and pascalstream example). -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-object-streams-tp3351667p3352663.html Sent from the Free Pascal - Lazarus

Re: [Lazarus] Bug reports question

2011-09-20 Thread Lubos Pintes
Ok, here are the steps to reproduce: Open Lazarus. Goto View Components. Write tlab to the edit field, without quotes of course. Press Tab twice to go to list of component, but don't select the TLabel, it is unselected, and this is probably the error. Press Enter. Then this exception appears:

Re: [Lazarus] object streams

2011-09-20 Thread Zaher Dirkey
On Tue, Sep 20, 2011 at 2:01 PM, Andrea Mauri andrea.mauri...@gmail.comwrote: I am looking if in fpc/lazarus there are functions for object streaming (not components but objects) similar to http://download.oracle.com/**

[Lazarus] Code Folding

2011-09-20 Thread Rafael Tuim Elias
I'd like when open a project, that all functions and procedures get with code-folding option in closed mode. It's possible ? How i do ? Sorry my ugly english -- ___ * **Rafael Tuim Elias* Ubuntu User number is # 33865 Site - lazarus-cgi

Re: [Lazarus] [SPAM] Code Folding

2011-09-20 Thread Martin
On 20/09/2011 18:49, Rafael Tuim Elias wrote: I'd like when open a project, that all functions and procedures get with code-folding option in closed mode. It's possible ? How i do ? they do not auto-close, but you can close them with a single keyboard-shortcut I use Alt-Shift-1 to fold

Re: [Lazarus] Lazarus and accessibility

2011-09-20 Thread Lubos Pintes
Hi, Probably the problem is TBitBtn. Although after heavy fighting with the IDE I was able to set the Caption, screen reader is unable to see it. I made an experiment where I put two buttons, one TButton, and one TBitBtn to form. I was confused, because those component have window class name

Re: [Lazarus] [SPAM] Code Folding

2011-09-20 Thread Martin
On 20/09/2011 18:49, Rafael Tuim Elias wrote: I'd like when open a project, that all functions and procedures get with code-folding option in closed mode. It's possible ? How i do ? please see image at: http://imagebin.org/173248 -- ___ Lazarus

Re: [Lazarus] [SPAM] Code Folding

2011-09-20 Thread Rafael Tuim Elias
Thanks Martin Helped a lot. 2011/9/20 Martin laza...@mfriebe.de On 20/09/2011 18:49, Rafael Tuim Elias wrote: I'd like when open a project, that all functions and procedures get with code-folding option in closed mode. It's possible ? How i do ? please see image at:

Re: [Lazarus] [SPAM] Re: [SPAM] Code Folding

2011-09-20 Thread Martin
On 20/09/2011 19:30, Rafael Tuim Elias wrote: 2011/9/20 Martin laza...@mfriebe.de mailto:laza...@mfriebe.de On 20/09/2011 18:49, Rafael Tuim Elias wrote: I'd like when open a project, that all functions and procedures get with code-folding option in closed mode. It's

Re: [Lazarus] [SPAM] Re: [SPAM] Code Folding

2011-09-20 Thread Rafael Tuim Elias
ok, thanks again. -- ___ * **Rafael Tuim Elias* Ubuntu User number is # 33865 Site - lazarus-cgi http://lazarus-cgi.co.cc Yield Better - www.yieldbetter.com.br LazSolutions - http://code.google.com/p/lazsolutions/ LazWebSolution -

Re: [Lazarus] Lazarus and accessibility

2011-09-20 Thread Vincent Snijders
2011/9/20 Lubos Pintes pin...@gmail.com: Hi, Probably the problem is TBitBtn. Although after heavy fighting with the IDE I was able to set the Caption, screen reader is unable to see it. I made an experiment where I put two buttons, one TButton, and one TBitBtn to form. I was confused,

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Marco van de Voort
On Mon, Sep 19, 2011 at 02:47:35PM +0200, Michael Schnell wrote: What problems could it cause, is it because Lazarus currently uses AnsiString as UTF8? I don't suppose Lazarus can work with a cpstrnew version of FPC at all. Supposedly moving Lazarus to cpstrnew will be a lot of work.

Re: [Lazarus] Are there some reasons why TProcess commands do not terminate quickly?

2011-09-20 Thread Frank Church
On 19 September 2011 22:13, Frank Church vfcli...@gmail.com wrote: When I run some Windows commands on the Command Prompt they take a short time, but when I run them with TProcess they take much longer and sometimes they don't terminate at all. Are there some extra parameters to be passed

[Lazarus] typinfo routine gives memory leak

2011-09-20 Thread Howard Page-Clark
The following (button and memo) program loses 276 bytes heap memory that are not recovered. unit Unit1; {$mode objfpc}{$H+} interface uses Forms, StdCtrls; type TForm1 = class(TForm) BGetProperties: TButton; Memo1: TMemo; procedure BGetPropertiesClick(Sender: TObject);

Re: [Lazarus] typinfo routine gives memory leak

2011-09-20 Thread Martin
On 20/09/2011 21:59, Howard Page-Clark wrote: The following (button and memo) program loses 276 bytes heap memory that are not recovered. ... procedure TForm1.BGetPropertiesClick(Sender: TObject); var ppl: PPropList; pl: TPropList; ppi: PPropInfo; pi: TPropInfo; begin

[Lazarus] Lazarus forces HALFTONE StretchBldMode in StretchMaskBlt/for alpha-enabled DC (and doesn't for non-alpha)

2011-09-20 Thread Flávio Etrusco
Hello, while looking into bug http://bugs.freepascal.org/view.php?id=20226 I realized that Lazarus has the following call in TWin32WidgetSet.StretchMaskBlt: Windows.SetStretchBltMode(DestDC, STRETCH_HALFTONE); I wonder whether it should be forced at all, but if it does, I think it should have

Re: [Lazarus] OptionsLinkingTarget OS specific optionsWin32 gui app (-WG)

2011-09-20 Thread Bart
On 9/20/11, Marcos Douglas m...@delfire.net wrote: Hi, I updated my Lazarus today and I saw that missing the Linking-WG (always checked, even if you create a app console... uncheck manually). Reported in Mantis, with patch attached. The AnchorSide.TopControl for the last groupbox was set to

Re: [Lazarus] OptionsLinkingTarget OS specific optionsWin32 gui app (-WG)

2011-09-20 Thread Marcos Douglas
On Tue, Sep 20, 2011 at 7:24 PM, Bart bartjun...@gmail.com wrote: On 9/20/11, Marcos Douglas m...@delfire.net wrote: Hi, I updated my Lazarus today and I saw that missing the Linking-WG (always checked, even if you create a app console... uncheck manually). Reported in Mantis, with patch