[lazarus] Roadmap

2008-01-31 Thread Guadagnini David
Sorry for the stupid question, but the roadmap on the site is updated? begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTECTED] title:Software architet tel;work:+39064112616 x-mozilla-html:FAL

Re: [lazarus] Lazarus not start

2008-01-16 Thread Guadagnini David
I took the last snapshot (which is the rev 13776 according to the About box) and it works perfectly (win32 widgetset ISO*** and recompiled with UTF8). May be you should do a "make clean all". Thank with make clean all work begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Inst

Re: [lazarus] Lazarus not start

2008-01-16 Thread Guadagnini David
Using what fpc version? 2.2.1 begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTECTED] title:Software architet tel;work:+39064112616 x-mozilla-html:FALSE version:2.1 end:vcard

Re: [lazarus] Lazarus not start

2008-01-16 Thread Guadagnini David
What OS ? Sorry on Windows XP professional begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTECTED] title:Software architet tel;work:+39064112616 x-mozilla-html:FALSE version:2.1 end:vcar

[lazarus] Lazarus not start

2008-01-16 Thread Guadagnini David
After build last SVN (13776) Lazarus does not start, or starts to load and then closes Any idea? begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTECTED] title:Software architet tel;work:+39

Re: [lazarus] vote for bdd related component icon

2007-12-11 Thread Guadagnini David
I vote for tdatasource2 begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTECTED] title:Software architet tel;work:+39064112616 x-mozilla-html:FALSE version:2.1 end:vcard

Re: [lazarus] New Logo

2007-12-07 Thread Guadagnini David
Please make to be delayed longer on screen, details cannot be distinguished... ...and an good option can be "Show Splash screen at the startup" begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EM

[lazarus] New Logo

2007-12-07 Thread Guadagnini David
Boys... the new logo is fantastic! Now is better use the same image for about box. begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTECTED] title:Software architet tel;work:+39064112616 x-mozi

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Guadagnini David
I use Clean and build without packages and now work Errata corrige! Lazarus build ok but I can't rebuild any my application. The message is the same: project1.lpr(23,1) Error: Undefined symbol: VMT_LCLCLASSES_TLCLHANDLECOMPONENT begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotec

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Guadagnini David
Andrey Gusev ha scritto: * Mattias Gaertner <[EMAIL PROTECTED]> [Thu, 6 Dec 2007 12:45:04 +0100]: You need to recompile clean the packages too. Have the "Advanced build options" tunable (maybe "Package registration", or "Clean all" checkbox useful for it ?) to clean my own installed packages

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Guadagnini David
I try with make clean, make cleanall, cleanall, clean+build but it's the same. begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTECTED] title:Software architet tel;work:+39064112616 x-mozill

[lazarus] Problem compiling last SVN

2007-12-06 Thread Guadagnini David
Have a problem during compile last SVN version (13080) The messag is C:\lazarus\ide\lazarus.pp(114,1) Error: Undefined symbol: VMT_LCLCLASSES_TLCLHANDLECOMPONENT some idea? I use Lazarus on Windows XP with FPC 2.2.1 begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instrument

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Guadagnini David
What form on form do you mean? MDI? Can you provide an example? Mattias Yes. I create two form (Form1 and Form2) Into the Form1 create a TPanel and a button with the follow event: begin Form2 := TForm2.Create(Self); Form2.Parent := Panel1; Form2.Align := alClient; end; Normally if

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Guadagnini David
Please check with current svn version 13143. Does the problem still exist? Mattias We understood evil. Not that this patch solves the problem of focus, but adds the ability to use Form on Form. Yesterday, I sent another patch, but the problem was that the windows lost the focus (for example

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Guadagnini David
Can you provide an example, so I can see what this patch fixes? Mattias With the old patch if I execute a search (into the editor), at the pressure of key ESC (to exit from the search form) the focus not return to edit window and I was forced to perform a click with the mouse to restore

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Guadagnini David
If this is committed, may I suggest some name changes? IncludeForm -> ContainsForm (note the s, so no imperative) Founded -> Found Ok! In attach Index: customform.inc === --- customform.inc (revision 13136) +++ customform.

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Guadagnini David
In attach You can found the patch modified. Now is not lost focus on the window. Could you check it? Index: customform.inc === --- customform.inc (revision 13136) +++ customform.inc (working copy) @@ -873,6 +873,34 @@ var

[lazarus] Patch for Forms in Forms or MDI

2007-12-03 Thread Guadagnini David
This patch fixes the problem that if I put a form in another it is locked. If You remember if I have two forms and write: Form2.Parent := Panel1; Form2.Align := alClient; I have form2 into the Panel1 (in Form1) but the form1 it's locked Index: customform.inc ==

[lazarus] Problem Build last version

2007-11-29 Thread Guadagnini David
Today I have a problem for build last SVN version. The errors are: C:\lazarus\components\projecttemplates\idetemplateproject.pp(151,52) Error: Incompatible type for arg no. 5: Got "procedure(TObject);Register>", expected "procedure(TObject) of object;Register>" C:\lazarus\components\projecttempl

Re: [lazarus] TMaskEdit new release

2007-11-23 Thread Guadagnini David
Yes, those actions are *not* handled by the LCL, it is the widgetset itself which handles the paste. Therefore, you won't see a call to SetText. This is a problem for components similar to MaskEdit because no one can handle text input through alternative control + v. Whether you know there is

Re: [lazarus] TMaskEdit new release

2007-11-23 Thread Guadagnini David
Again, that did you do ? Paste by doing calling paste, or paste by pressing ctrl-v (or choose paste form edit popup) I tried past with ctrl+v, ctrl+ins and paste from edit popup but It's the same begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;

Re: [lazarus] TMaskEdit

2007-11-22 Thread Guadagnini David
Try to avoid Arguments and Methods prefixed with _ For Aguments there is no problem in prefixing them with "A", for property getters there is nothing wrong with prefixing them with Get. In your case, GetIsMask makes perfectly clear that it "reads" the IsMasked property. Ok! Variable names

[lazarus] Question from 100000 of dollars

2007-07-05 Thread Guadagnini David
Boys, when the next official release should be anticipated (not beta)? begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTECTED] title:Software architet tel;work:+39064112616 x-mozilla-html:FAL

[lazarus] Problem during build last release

2007-05-30 Thread Guadagnini David
During the build of the last release I have the follow error: C:\lazarus\components\lazreport\source\LR_Class.pas(72,1) Fatal: Internal error 200310221 I try the compile with full build, clean and build but is the same Computer: Windows 2000 Professional (Service Pack 4) Lazarus in build: 0.9

[Lazarus] Problem compiling 0.9.23 (11015)

2007-04-27 Thread Guadagnini David
After download the patch for build 11015 (or 11016 is the same) I try to compile but appeare the follow error: "Error: No member is provided to access property" in file SynCompletion.pas (line 460) the line is this: "if FHint.CalcHintRect(Screen.Width, ItemList[AIndex], nil).Right <= ClientW

[Lazarus] Patch for Docked message Window

2007-04-24 Thread Guadagnini David
This patch add the possibility to have the message window docked into the editor (how in Delphi). I add the command for do it into the popup menu into the form editor window. Note: This work only if the bug 0001052 is solved (see http://www.freepascal.org/mantis/view.php?id=1052) Bye, David I

Re: [SPAM][lazarus] Editor Toolbar (lazarus add-on) [part 2]

2007-04-05 Thread Guadagnini David
Very good! begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTECTED] title:Software architet tel;work:+39064112616 x-mozilla-html:FALSE version:2.1 end:vcard

Re: [Lazarus] problem with Form within Forms

2007-03-27 Thread Guadagnini David
Sorry for the format. The next turns I will look for to be more careful and to conform me to the used format. (to change more than 20 years of way of write in an only time is enough complicated) Vincent Snijders ha scritto: Guadagnini David schreef: You could explain better Index

Re: [Lazarus] problem with Form within Forms

2007-03-27 Thread Guadagnini David
You could explain better Vincent Snijders ha scritto: Guadagnini David schreef: I should have resolve the problem. The patch is on Mantis (http://www.freepascal.org/mantis/view.php?id=1052) I wonder why half of the patch is about formatting... Vincent begin:vcard fn:David Guadagnini

Re: [Lazarus] problem with Form within Forms

2007-03-27 Thread Guadagnini David
I should have resolve the problem. The patch is on Mantis (http://www.freepascal.org/mantis/view.php?id=1052) Bye begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTECTED] title:Software ar

Re: [Lazarus] problem with Form within Forms

2007-03-26 Thread Guadagnini David
I found a solution for this problem bun I don't know why it work In customform.inc comment the line FocusHandle := FActiveControl.Handle (line 871) in TCustomForm.WndProc procedure (message LM_ACTIVATE) bye, David Christian Ulrich ha scritto: Guadagnini David schrieb: Yes, this is a

Re: [Lazarus] problem with Form within Forms

2007-03-23 Thread Guadagnini David
http://www.freepascal.org/mantis/main_page.php Thanks but I intended the address of your work in bugreport list (or the name. I don't succeed it in finding it) begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email

Re: [Lazarus] problem with Form within Forms

2007-03-22 Thread Guadagnini David
Yes, this is an bug in the lcl i have an workaround for this posted at the bugreport. Can You give me the address in bugreport please. begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTEC

[Lazarus] problem with Form within Forms

2007-03-20 Thread Guadagnini David
I try to use form within form (how in Delphi) but I have a little problem... when the second form take the focus I can select nothing into the primary form. The code is this: procedure TForm1.Button2Click ( Sender : TObject ) ; begin Form2:= TForm2.Create(Panel1); Form2.Parent := Pan

Re: [lazarus] Editor Toolbar (need advice)

2007-03-20 Thread Guadagnini David
You can use one of the tree options that follow (or two or both): 1) In your utility there are memorized some images that the user is able to select for the option 2) You should give the possibility to the user to select an external image - obviously of fixed dimension - 3) The User is able

Re: [lazarus] Very stupid question

2007-03-19 Thread Guadagnini David
What about Application.Icon property ? No. Around the in main program icon (in Delphi it is on Options of project) begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTECTED] title:Software ar

[lazarus] Very stupid question

2007-03-19 Thread Guadagnini David
How I can set the icon for my application? Thank begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;R&D adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTECTED] title:Software architet tel;work:+39064112616 x-mozilla-html:FALSE version:2.1 end:vc

Re: [lazarus] Idea for transparent property on bitmap or other component

2007-03-12 Thread Guadagnini David
Flávio Etrusco ha scritto: And/but extremelly slow on all platforms... Yes but absolutely compatible with all platform and if store the result image (destination plus souce) the speed is very good (use only the stored image to display the bit map) begin:vcard fn:David Guadagnini n:Guadagnini

[lazarus] Idea for transparent property on bitmap or other component

2007-03-12 Thread Guadagnini David
1) Memorize the part of the canvas that has to contain the bit-map 2) Memorize the used color as transparency 3) Execute: Procedure CopyCanvas(Dest, Source : TCanvas; x0, y0 : Integer; TransColor : TColor); Var X, Y : Integer; Begin For X := 0 To Source.Height-1 Do For Y := 0 To Sou

[lazarus] Very little problem (mine)

2007-02-14 Thread Guadagnini David
I have made a nonsense. The usere had told me to send to mantis (written on the post "Re: [lazarus] New patch") I have sent the patches to mantis for the new functionalities and they are not of the bugs. What do I have to now do? Sorry for this, David begin:vcard fn:David Guadagnini n:Guada

[lazarus] Little question

2007-02-13 Thread Guadagnini David
Only a little question... If I find an solution for an error o bug store in mantis list how i can send it? David begin:vcard fn:David Guadagnini n:Guadagnini;David email;internet:[EMAIL PROTECTED] x-mozilla-html:FALSE version:2.1 end:vcard

[lazarus] Bug on TImageList

2007-02-12 Thread Guadagnini David
If I want to write a transparent bit map and, for this, I use TImageList in this mode: TempList := TImageList.CreateSize(Picture.Width, Picture.Height); Try TempList.AddMasked(Picture1, TransColor); TempList.Draw(BCanvas.Canvas, X, Y, 0, Enabled);

[lazarus] New graphic functions

2007-02-07 Thread Guadagnini David
I have note that some useful functions available graphics for Windows are not present in Lazarus (ok ok are devoted API). I have tried to rewrite them not using the devoted API. // -- // Decrease the color working on RGB field // ---

[lazarus] Problem with new update

2007-02-07 Thread Guadagnini David
I update the source now (time 14:50 in Italy) and I can not compile Lazarus because give me the error: C:\lazarus\lcl\include\control.inc(1934,21) Error: Incompatible types: got "TLMMouse" expected "TMessage" the source is: procedure TControl.WMRButtonUp(var Message: TLMRButtonUp); begin DoBe

Re: [lazarus] Patch rewrited on last version

2007-02-07 Thread Guadagnini David
Not now. Mattias Gaertner ha scritto: On Tue, 06 Feb 2007 09:24:13 +0100 Guadagnini David <[EMAIL PROTECTED]> wrote: I have rewrite the patch with the last version (sorry for previous inconvenience) Thanks. Is there an option to disable the feature? M

[lazarus] Little bug using refactoring

2007-02-06 Thread Guadagnini David
If I write a function like this: Function MyFunction(Value : Boolean) : Boolean; Begin Result := Not Value; End; Now, if I go with the cursor on line Result := Not Value and select Refactoring->Complete code (the 1st option) the result is Function MyFunction(Value : Boolean) : Boolean; Var

Re: [lazarus] TLabel.OnPaint

2007-02-06 Thread Guadagnini David
TLabel have not OnPaint property. If you want you can add this but you must modify the component TCustomLabel Vincent Snijders ha scritto: Hi, At this moment TGraphicControl.OnPaint is a public property. I am thinking about publishing in some descendants like TShape. At the same time I thin

Re: [lazarus] Someone can test this patch?

2007-02-05 Thread Guadagnini David
The version for this patch is 0.9.20 Vincent Snijders ha scritto: Guadagnini David schreef: In attach there are the patch for use a dialog during the compilation or build similar delphi It looks like an interesting patch. You seemed to have created the patch against the svn head, but