Re: [lazarus] Win32 docking solved!

2008-01-16 Thread Fabio Dell';Aria
To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject >archives at http://www.lazarus.freepascal.org/mailarchives > -- Best regards... Fabio Dell'Aria. _

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-16 Thread Fabio Dell';Aria
arus call the GDB. After my changes just a lazarus run to can use a stripped (as --strip-all) compiled file with all the debug data in an external file (and is possible debug also the LCL). > Peter > > _____

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-16 Thread Fabio Dell';Aria
an external .dbg file, obtaining a just stripped compiled file and the full debug functionalities (only with the .dbg file presents). Currently I must execute 3 steps to obtain this (after every compilation). I'm working to can do all with a single step (just on beta testing)! :) -- Best r

Re: [lazarus] New Docked IDE

2008-01-16 Thread Fabio Dell';Aria
button. :) -- Best regards... Fabio Dell'Aria. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] A Compiled file size solution from the GBD mailing-list

2008-01-16 Thread Fabio Dell';Aria
regards... Fabio Dell'Aria. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-16 Thread Fabio Dell';Aria
Fabio (and others) does now with the docking-system. Seems like that > the lack of this feature is more annoying than the binary size. So let's > concentrate on that and keep up the good work! > > Joost. > > _ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject >archives at http://www.lazarus.freepascal.org/mailarchives > OK guys now I OFFICIALLY close this very long, long thread! :) See you later! ;) -- Best regards... Fabio Dell'Aria.

Re: [lazarus] Simulate ALT+KEY to open a menu

2008-01-16 Thread Fabio Dell';Aria
Hi, 2008/1/15, Roberto Padovani <[EMAIL PROTECTED]>: > > why don't you call the method FormKeyDown yourself? > ... > begin > ... > self.FormKeyDown(self, 65,[ssAlt]); > > end; I do not find this method. R# > > > 2008/1/15, Fabio Dell'Ar

Re: [lazarus] New Docked IDE

2008-01-16 Thread Fabio Dell';Aria
Hi, 2008/1/15, Paul Ishenin <[EMAIL PROTECTED]>: > > Fabio Dell'Aria wrote: > > I think my last email was loose (big attachment). > > > > What do you think of my current (on beta testing) new docked IDE? > > > > See it here: > > http://www.eu

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Fabio Dell';Aria
o support Object Properties, ... others ...), but in the last years one of the think stopped me starts with lazarus was also the BIG compiled file question (not only but also this). My daily work is developing in Delphi and C++Builder and I know the Win32 internals so I aren't new to the hard work, but the compiled file issues stop me in the past years to uses lazarus. So I think it can stop others good developers. Is this possible for you? ;) My work site: http://www.eurekalog.com -- Best regards... Fabio Dell'Aria.

Re: [lazarus] Simulate ALT+KEY to open a menu

2008-01-15 Thread Fabio Dell';Aria
Hi, 2008/1/15, Lee Jenkins <[EMAIL PROTECTED]>: > > Fabio Dell'Aria wrote: > > Hi to all, > > > > how I can simulate the "ALT+E" key-press command on a specified TForm > > for open its "&Edit" menu? > > > > Fabio, c

Re: [lazarus] Internal debugger for Lazarus

2008-01-15 Thread Fabio Dell';Aria
dth and it also this is not resolved then try with TForm.FWidth (the same to set the property but with the TForm.SetWidthsymbol). This very simple workaround can add the Object Properties support. What do you think about? I hope to can found some time to create a patch. :) _ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject >archives at http://www.lazarus.freepascal.org/mailarchives > -- Best regards... Fabio Dell'Aria.

[lazarus] Simulate ALT+KEY to open a menu

2008-01-15 Thread Fabio Dell';Aria
Hi to all, how I can simulate the "ALT+E" key-press command on a specified TForm for open its "&Edit" menu? -- Best regards... Fabio Dell'Aria.

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Fabio Dell';Aria
ead of 12.5 Mb. The stripped equivalent file will be 1.2 Mb but is impossible debug it! However not was my intention generate so many confusion, so I think is the time to stop this long thread. If I'll can I'll create and test a patch otherwise happy to see all you here! Bye, bye! :) For Vincent: I hope to haven't destroy your digestion (TDigestion.Free). I'm happy to have received your answers. ;-) -- Best regards... Fabio Dell'Aria.

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Fabio Dell';Aria
ip out all debugging code from LCL > and > make our distros tiny. > > How long will that take? > Of course I'm absolutely agree with you! ;-) -- Best regards... Fabio Dell'Aria.

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Fabio Dell';Aria
:00 lazarus-stripped > > > > _ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject >archives at http://www.lazarus.freepascal.org/mailarchives > -- Best regards... Fabio Dell'Aria.

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Fabio Dell';Aria
Hi, 2008/1/15, Vincent Snijders <[EMAIL PROTECTED]>: > > Fabio Dell'Aria schreef: > > > > > > But if a solution exists why do not use it? > > > > > > I do not understand! :( > > > > > > >

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Fabio Dell';Aria
Hi, 2008/1/15, Vincent Snijders <[EMAIL PROTECTED]>: > > Fabio Dell'Aria schreef: > > Others benefits: > > > > 1)...speedup compilation (allocated less memory and write less bytes on > > disk). > > 2)...decreases Installation size; > > 3)

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Fabio Dell';Aria
Hi, 2008/1/15, Vincent Snijders <[EMAIL PROTECTED]>: > > Fabio Dell'Aria schreef: > > > > > > Yes I understand but why loose so many new users? > > All the programmers come from Delphi reports this issue and only a > > little subset of them chec

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Fabio Dell';Aria
n only obtain more lazarus developers (also for joke)! :) Why not? Antonio > -- > Antonio Sanguigni alias slapshot > -- > GioveLUG (Linux User Group) - http://www.giovelug.org > Edupup (Educational distro) - http://www.edupup.org > -- Best regards... Fabio Dell'Aria.

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Fabio Dell';Aria
t;Use Debug DCUs" compiler option)! -- Best regards... Fabio Dell'Aria. 2008/1/15, Fabio Dell'Aria <[EMAIL PROTECTED]>: > > Hi Vincent, > > 2008/1/15, Vincent Snijders <[EMAIL PROTECTED]>: > > > > Fabio Dell'Aria schreef: > > > Hi

Re: [lazarus] Solution to the BIG compiled file issue!

2008-01-15 Thread Fabio Dell';Aria
Hi Vincent, 2008/1/15, Vincent Snijders <[EMAIL PROTECTED]>: > > Fabio Dell'Aria schreef: > > Hi to all, > > > > all we know how many new users do not uses lazarus because it create too > > BIG compiled files. > > > > We know that: > >

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell';Aria
Hi Graeme, 2008/1/14, Graeme Geldenhuys <[EMAIL PROTECTED]>: > > On 14/01/2008, Fabio Dell'Aria <[EMAIL PROTECTED]> wrote: > > > > Where I can find it? > > /components/editortoolbar/editortoolbar.lpk > > > > http://svn.freepascal.org/cgi-bin/vi

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell';Aria
at needs to be fixed. Where I can find it? Regards, >- Graeme - > > > On 14/01/2008, Fabio Dell'Aria <[EMAIL PROTECTED]> wrote: > > I think my last email was loose (big attachment). > > > > What do you think of my current (on beta testing) new docked I

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell';Aria
Hi Damien, 2008/1/14, Damien Gerard <[EMAIL PROTECTED]>: > > > On Jan 14, 2008, at 5:39 PM, Fabio Dell'Aria wrote: > > Hi, > > 2008/1/14, Marius <[EMAIL PROTECTED]>: > > > > Fabio Dell'Aria wrote: > > > What do you think of my c

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell';Aria
Hi Andrew, 2008/1/14, Andrew Higgs <[EMAIL PROTECTED]>: > > Very nice Fabio. I hope this will become part of the official release. > > :-) I hope this too! :) Fabio Dell'Aria wrote: > > I think my last email was loose (big attachment). > > > > What do

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell';Aria
Hi, 2008/1/14, Marius <[EMAIL PROTECTED]>: > > Fabio Dell'Aria wrote: > > > I have created a little universal Docking unit (all new code). > > > > I'm just testing it on GTK2, QT and Win32. > > Great, did you manage to fix the win32 docking bug?

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell';Aria
Hi, 2008/1/14, Marius <[EMAIL PROTECTED]>: > > Fabio Dell'Aria wrote: > > What do you think of my current (on beta testing) new docked IDE? > > Looks very nice! > On windows or other OS? On all supported OS! :) Generic or specific docking? (via dockman

Re: [lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell';Aria
ttp://lazforum-fr.tuxfamily.org/index.php -- Best regards... Fabio Dell'Aria.

[lazarus] New Docked IDE

2008-01-14 Thread Fabio Dell';Aria
I think my last email was loose (big attachment). What do you think of my current (on beta testing) new docked IDE? See it here: http://www.eurekalog.com/DockIDE.png -- Best regards... Fabio Dell'Aria.

[lazarus] Changing LCL without rebuild Lazarus

2008-01-08 Thread Fabio Dell';Aria
o use LCL .ppu files? -- Best regards... Fabio Dell'Aria.

Re: [lazarus] IDE patch to "dock Messages on Editor"

2008-01-02 Thread Fabio Dell';Aria
ROTECTED]>: > > On Sat, 29 Dec 2007 12:05:09 +0100 > "Fabio Dell'Aria" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > why do not add my patch to this FAQ so all the user that needed it can > > simply use it? :) > > You are welcome to add

Re: [lazarus] IDE patch to "dock Messages on Editor"

2007-12-29 Thread Fabio Dell';Aria
ttias Gaertner <[EMAIL PROTECTED]>: > > On Sat, 29 Dec 2007 11:05:37 +0100 > "Fabio Dell'Aria" <[EMAIL PROTECTED]> wrote: > > > Hi to all, > > > > I have created a Patch to Dock the IDE Messages form on the "Source > > Code Editor" for

[lazarus] IDE patch to "dock Messages on Editor"

2007-12-29 Thread Fabio Dell';Aria
Hi to all, I have created a Patch to Dock the IDE Messages form on the "Source Code Editor" form (at bottom). See the attached screenshot. I have just tested the Patch on Win32/QT/Gtk2 interface. What do you think to apply this patch to the official SVN? -- Best regards... Fabio

Re: [lazarus] Become Lazarus developer

2007-12-20 Thread Fabio Dell';Aria
How I can increases my skills on the Lazarus IDE, LCL and interfaces? 2007/12/21, Paul Ishenin <[EMAIL PROTECTED]>: > > Fabio Dell'Aria wrote: > > Hi to all, > > > > my question is really simple. :) > > > > How is possible become an official Lazar

[lazarus] Become Lazarus developer

2007-12-20 Thread Fabio Dell';Aria
Hi to all, my question is really simple. :) How is possible become an official Lazarus developer (having access to the SVN with write permission)? -- Best regards... Fabio Dell'Aria. _ To unsubscribe: mail [EMAIL PROT

[lazarus] Docking IDE forms

2007-12-20 Thread Fabio Dell';Aria
Win32 interface) so I think will be OK also enable a basic docking without animation or extra features. -- Best regards... Fabio Dell'Aria. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe&

Re: [lazarus] REQ: include LazReport and VirtualTV in bigide

2007-12-20 Thread Fabio Dell';Aria
ly > came to a sticky end. All over the entire room, sometimes. > -- (Terry Pratchett, Moving Pictures) > > > > _____ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject >archives at http://www.lazarus.freepascal.org/mailarchives > -- Best regards... Fabio Dell'Aria.

Re: [lazarus] REQ: include LazReport and VirtualTV in bigide

2007-12-20 Thread Fabio Dell';Aria
s the Subject >archives at http://www.lazarus.freepascal.org/mailarchives > -- Best regards... Fabio Dell'Aria.

Re: [lazarus] Obtain Form (screen related) coordinates

2007-12-19 Thread Fabio Dell';Aria
I forget to tell the SVN revision is: 13366 (2007-12-18). 2007/12/19, Fabio Dell'Aria <[EMAIL PROTECTED]>: > > Hi, > > I have created a Patch able to get/set Form (screen related) coordinates. > > I have just tested it on Win32/Gtk2/QT interfaces. > > This path

Re: [lazarus] Dragging and Dropping

2007-12-17 Thread Fabio Dell';Aria
and drop are better than global > variables and procedures as currently. Please do classes :) > > Best regards, > Paul Ishenin. > > _____ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject >archives at http://www.lazarus.freepascal.org/mailarchives > -- Best regards... Fabio Dell'Aria.

Re: [lazarus] QT interface and commercial license

2007-12-14 Thread Fabio Dell';Aria
I don0t remember. Try to search on: http://osdir.com/ml/search.html 2007/12/14, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>: > > On Dec 13, 2007 9:43 AM, Fabio Dell'Aria <[EMAIL PROTECTED]> wrote: > > I have just read the Trolltech messages about the authorizatio

[lazarus] Obtain Form (screen related) coordinates

2007-12-14 Thread Fabio Dell';Aria
How I can obtain the Form (screen related) coordinates? In Delphi I use Left/Top and (Left + Width)/(Top + Height), but in Lazarus Width=ClientWidth and Height=ClientHeight so I cannot use the same method. -- Best regards... Fabio Dell'Aria.

[lazarus] QT interface and commercial license

2007-12-13 Thread Fabio Dell';Aria
ot; modules (I think only this modules are required for the Lazarus QT interface)? For the QT modules details see here: http://trolltech.com/products/qt/licenses/pricing/editions -- Best regards... Fabio Dell'Aria.