Re: [lazarus] New bitmap :-)

2007-12-06 Thread A.J. Venter
It's an optional component included with Lazarus (look under the components subdirectory in your $LAZDIR), used for showing baloon-help windows. Me and Felipe wrote it for lazarus. A.J. On 12/6/07, Paul Ishenin [EMAIL PROTECTED] wrote: A.J. Venter wrote: Well, Here is mine for

[lazarus] New splash screen issues

2007-12-06 Thread Graeme Geldenhuys
Hi, Just got an update and to my surprise I saw a beautiful splash screen appear. :-) About time that got a overhaul! Lazarus is starting to look very professional... It's amazing how a bit of eye candy and consistent interface can improve the overall perception of a product. I'm using

Re: [lazarus] New splash screen issues

2007-12-06 Thread wile64
It has something to be done to this /docs/index.html not see good pretty. :-) -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php

Re: [lazarus] New bitmap :-)

2007-12-06 Thread wile64
Paul, see ttoolbutton.png. -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php attachment: tstatusbar.pngattachment: ttoolbar.png

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Gerard N/A
On Dec 6, 2007 8:13 AM, Graeme Geldenhuys [EMAIL PROTECTED] wrote: The Edit menu is already over populated and is very long, Indeed. My proposal: In the main menu: Edit | Insert | GUID In the editor window popup menu: Make a 'Insert' submenu, move 'Todo Item' under this submenu, and add

Re: [lazarus] Copy File from source to destination

2007-12-06 Thread Malcolm Poole
el stamatakos wrote: Hi , How do you copy a file from one location to another Delphi has CopyFileTo how do you do this in Lazarus. Thanks Lefti Try this function. I'm not sure of its origin though. It may have come out of the Delphi 1 Help.

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Mattias Gaertner
On Thu, 06 Dec 2007 08:52:15 +0100 Tiziano De Togni [EMAIL PROTECTED] wrote: Graeme Geldenhuys wrote: So anybody got a suitable location for the Insert a GUID menu entry? Currently I inserted it in the Tools menu after Diff and before the Menu Separator item. The Edit menu is already

Re: [lazarus] Copy File from source to destination

2007-12-06 Thread Mattias Gaertner
On Wed, 5 Dec 2007 17:41:21 -0800 el stamatakos [EMAIL PROTECTED] wrote: Hi , How do you copy a file from one location to another Delphi has CopyFileTo how do you do this in Lazarus. Thanks unit FileUtil CopyFile. Mattias

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, Mattias Gaertner [EMAIL PROTECTED] wrote: Why not put into Edit|Insert|General|GUID ? it's in a deep position, but it should be his place, along with the Ctrl+Shift+G shortcut Good idea. A crap, just as I was about to submit the patch to Mantis I'll move the new

[lazarus] [patch] Insert a GUID

2007-12-06 Thread Graeme Geldenhuys
Hi, I uploaded a patch to Mantis that adds a new menu item and keyboard shortcut to insert a GUID used for when declaring Interfaces. http://www.freepascal.org/mantis/view.php?id=10358 Changes: * New menu item in Edit|Insert|General|Insert a GUID * Changed Procedure List keyboard shortcut to

[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

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, Guadagnini David [EMAIL PROTECTED] wrote: The messag is C:\lazarus\ide\lazarus.pp(114,1) Error: Undefined symbol: VMT_LCLCLASSES_TLCLHANDLECOMPONENT some idea? Have you tried to do a 'make clean' from the command line or tick the Clear All checkbox before you build Lazarus. I

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Paul Ishenin
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 do make clean Best regards, Paul Ishenin.

Re: [lazarus] New bitmap :-)

2007-12-06 Thread wile64
I may be stupid but what is the difference between TPageControl and TNoteBook exactly ? Thanks -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php

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.;RD adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL PROTECTED] title:Software architet tel;work:+39064112616

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Andrey Gusev
* Paul Ishenin [EMAIL PROTECTED] [Thu, 06 Dec 2007 17:18:06 +0700]: 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 Talked about compiling IDE from

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, wile64 [EMAIL PROTECTED] wrote: I may be stupid but what is the difference between TPageControl and TNoteBook exactly ? :-) I've asked the same thing before If I remember correctly (though it's been a long time ago), the one component has a internal canvas per tab to

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Andrey Gusev
* Andrey Gusev [EMAIL PROTECTED] [Thu, 06 Dec 2007 13:47:49 +0300]: * Paul Ishenin [EMAIL PROTECTED] [Thu, 06 Dec 2007 17:18:06 +0700]: Guadagnini David пишет: Have a problem during compile last SVN version (13080) The messag is C:\lazarus\ide\lazarus.pp(114,1) Error: Undefined symbol:

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, Guadagnini David [EMAIL PROTECTED] wrote: Have a problem during compile last SVN version (13080) You have 100 revisions old version, not the latest. I have v0.9.25 r13179 i386-linux-gtk and it compiled fine with FPC 2.2.0. Regards, - Graeme -

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 06/12/2007, Guadagnini David [EMAIL PROTECTED] wrote: Have a problem during compile last SVN version (13080) You have 100 revisions old version, not the latest. I have v0.9.25 r13179 i386-linux-gtk and it compiled fine with FPC 2.2.0. I deleted all .ppu files

Re: [lazarus] New splash screen issues

2007-12-06 Thread Vincent Snijders
Graeme Geldenhuys schreef: Minor problem: - Selecting File|Restart I see the 'old' splash screen. Rebuild startlazarus: make starter Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Bee
I deleted all .ppu files in windows explorer. After that compilation suceeded. That's what make clean does, no? -Bee- has Bee.ography at: http://beeography.wordpress.com _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Give me way to debug codetools !!!

2007-12-06 Thread Andrey Gusev
* Paul Ishenin [EMAIL PROTECTED] [Tue, 04 Dec 2007 22:48:09 +0700]: Andrey Gusev wrote: Have some enrichment of debug output in finddeclarationtool.pas, i don't see results in --debug-log file If you are on windows, just add {$apptype console} to lazarus\ide\include\ide.inc and you'll have

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Mattias Gaertner
On Thu, 06 Dec 2007 13:47:49 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: * Paul Ishenin [EMAIL PROTECTED] [Thu, 06 Dec 2007 17:18:06 +0700]: Guadagnini David пишет: Have a problem during compile last SVN version (13080) The messag is C:\lazarus\ide\lazarus.pp(114,1) Error:

Re: [lazarus] Give me way to debug codetools !!!

2007-12-06 Thread Mattias Gaertner
On Thu, 06 Dec 2007 14:31:38 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: * Paul Ishenin [EMAIL PROTECTED] [Tue, 04 Dec 2007 22:48:09 +0700]: Andrey Gusev wrote: Have some enrichment of debug output in finddeclarationtool.pas, i don't see results in --debug-log file If you are on

Re: [lazarus] Give me way to debug codetools !!!

2007-12-06 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Thu, 6 Dec 2007 13:02:27 +0100]: Can you add more debugln, to see if TCTDirectoryCache.UpdateListing finds all the files in the directory? Just now, exactly attempt to catch list filling moment (with C:\Works-FContr\Contracts\Apps\Mods directory). I will

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Cesar Romero
In the main menu: Edit | Insert | GUID Got my vote here In the editor window popup menu: Make a 'Insert' submenu, move 'Todo Item' under this submenu, and add 'GUID' also. +1 vote for your shortcut proposal. +1 BTW, Insert ToDo Item should have a shortcut to. I vote to CTRL+Shit+T as

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Damien Gerard
On Dec 6, 2007, at 3:06 PM, Cesar Romero wrote: In the main menu: Edit | Insert | GUID Got my vote here In the editor window popup menu: Make a 'Insert' submenu, move 'Todo Item' under this submenu, and add 'GUID' also. +1 vote for your shortcut proposal. +1 +1 BTW, Insert ToDo

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread huisvuil
In Lazarus SVN#13180 (after short compile problems, thanks for the rescue tip Vincent) i noticed the Ctrl-Shift-G shortcut works, but nothing happends via the menu (not really important as the shortcut works fine) Graeme Geldenhuys wrote: On 06/12/2007, Mattias Gaertner [EMAIL PROTECTED]

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, Cesar Romero [EMAIL PROTECTED] wrote: +1 BTW, Insert ToDo Item should have a shortcut to. I vote to CTRL+Shit+T as in delphi I'll implement that shortly Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Andrey Gusev
* 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, or they can be cleaned only

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Paul Ishenin
wile64 wrote: I may be stupid but what is the difference between TPageControl and TNoteBook exactly ? TNoteBook is some obsoleted win 3.1 control. In current lazarus implementation TNotebook has about the same implementation as TPageControl. All difference is in how pages can be accessed and

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Marius
For the record, is it a habit to reuse the Delphi shortcuts in Lazarus as much as possible so people can switch rapidly? For instance the Delphi Goto Line (Alt-G) is now different then Lazarus which is kind off confusing (not a biggy as long i can change the shortcut) Personally i would like

[lazarus] [patch] Insert a GUID menu fix

2007-12-06 Thread Graeme Geldenhuys
Hi, Attached is a patch to fix the pretty looking but non-functional Insert a GUID menu item. :-) I forgot to hookup the OnClick event. Dope! Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit

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, or

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, Marius [EMAIL PROTECTED] wrote: For instance the Delphi Goto Line (Alt-G) is now different then Lazarus which is kind off confusing (not a biggy as long i can change the shortcut) Personally i would like them the same as i still work in delphi a lot. No idea what is the

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

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, huisvuil [EMAIL PROTECTED] wrote: In Lazarus SVN#13180 (after short compile problems, thanks for the rescue tip Vincent) i noticed the Ctrl-Shift-G shortcut works, but nothing happends via the menu (not really important as the shortcut works fine) Umm same here... I'll have a

[lazarus] Proposed About dialog patch

2007-12-06 Thread Graeme Geldenhuys
Hi, I've got the following local changes to my Lazarus. I think these will be handy for everybody when part of official Lazarus. Changes: * Format the compile date to the ISO 8601 format: -mm-dd Lazarus is used internationally, so use a international format date. Before it

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, Damien Gerard [EMAIL PROTECTED] wrote: BTW, Insert ToDo Item should have a shortcut to. I vote to CTRL+Shit+T as in delphi +1 too :) This has been implemented, including the Escape key canceling the ToDo Item dialog. I'm waiting for my latest changes regarding Insert a

[lazarus] TODO List?

2007-12-06 Thread Nicolas Rodriguez
Hi everybody, I'm new to Lazarus and I want to collaborate. I've used it for a couple of weeks and I got a list of things I'll like to correct. Does a TODO list exists somewhere? How do you coordinate work so nobody works in vain? I'm used to work in small groups (2 o 3 people) so I don't know

Re: [lazarus] Give me way to debug codetools !!!

2007-12-06 Thread Andrey Gusev
* Andrey Gusev [EMAIL PROTECTED] [Thu, 06 Dec 2007 15:22:47 +0300]: * Mattias Gaertner [EMAIL PROTECTED] [Thu, 6 Dec 2007 13:02:27 +0100]: Can you add more debugln, to see if TCTDirectoryCache.UpdateListing finds all the files in the directory? Just now, exactly attempt to catch list filling

[lazarus] About project saving (project paths options)

2007-12-06 Thread Andrey Gusev
That's notified: Correction of mistyped path (Other unit files box in project compiler options), affect to IDE behavoiur only after saving project, so will be good have button Save options (with sense that it will affects to units searching) on project compiler options dialog, already

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Luiz Americo Pereira Camara
Paul Ishenin wrote: wile64 wrote: I may be stupid but what is the difference between TPageControl and TNoteBook exactly ? TNoteBook is some obsoleted win 3.1 control. In current lazarus implementation TNotebook has about the same implementation as TPageControl. All difference is in how

Re: [lazarus] New bitmap :-)

2007-12-06 Thread wile64
Paul, !! ATTENTION !! - tfilenamedit.png is not used - tfilenameedit.png is used I do not know how to differentiate between tpagecontrol.png and tnotebook.png the same visually! regards, -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum :

[lazarus] CopyDir,MoveDir,DeleteDir

2007-12-06 Thread el stamatakos
Hi All, Does anyone have handy functions for CopyDir(copying a Direcotry from source to destination),MoveDir and DeleteDir(even if it is not empty) Thanks Lefti

[lazarus] ShellApi available in Lazarus?

2007-12-06 Thread el stamatakos
Hi All, is the ShellApi available in Lazarus? When I add it into my uses ShellApi it comes back with an error cannot find unit ShellApi. Thanks Lefti

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Mattias Gaertner
On Thu, 06 Dec 2007 15:02:51 +0100 Guadagnini David [EMAIL PROTECTED] wrote: 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:

Re: [lazarus] TODO List?

2007-12-06 Thread Mattias Gaertner
On Thu, 6 Dec 2007 11:37:59 -0300 Nicolas Rodriguez [EMAIL PROTECTED] wrote: Hi everybody, I'm new to Lazarus and I want to collaborate. I've used it for a couple of weeks and I got a list of things I'll like to correct. Does a TODO list exists somewhere? How do you coordinate work so nobody

[lazarus] A Thread in DLL

2007-12-06 Thread melchiorre caruso
Hi everybody, I have a question about to Thread and DLL library. Is it possible to create a function that has as result a thread, and insert it into a dll? example: library getthread ... function CreateMyThread: TThread; begin Result := TMyThread.Create; end; ... exports CreateMyThread

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Paul Ishenin
wile64 пишет: Paul, !! ATTENTION !! - tfilenamedit.png is not used - tfilenameedit.png is used I do not know how to differentiate between tpagecontrol.png and tnotebook.png the same visually! you can draw TNotebok without tabs at top and TPageControl with tabs. Or draw tabs in different way.

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Paul Ishenin
A.J. Venter пишет: Well, Here is mine for TPopupNotifier - if somebody can make one that is actually pretty, I won't mind :p A.J. Thanks, commited in r13195 Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL

Re: [lazarus] ShellApi available in Lazarus?

2007-12-06 Thread John
el stamatakos wrote: Hi John Would this work undre Linux? el stamatakos wrote: Hi All, is the ShellApi available in Lazarus? When I add it into my uses ShellApi it comes back with an error cannot find unit ShellApi. See if what you want is in the windows

Re: [lazarus] New splash screen issues

2007-12-06 Thread Graeme Geldenhuys
On 07/12/2007, Giuliano Colla [EMAIL PROTECTED] wrote: Rebuild startlazarus: make starter I got the same problem, and I discovered that for some obscure reasons it appears that checking everything (Clean+Build) in the buildlazarus dialog didn't rebuild startlazarus, while checking just

Re: [lazarus] A Thread in DLL

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, melchiorre caruso [EMAIL PROTECTED] wrote: Hi everybody, I have a question about to Thread and DLL library. Is it possible to create a function that has as result a thread, and insert it into a dll? The issue is probably cause by the same problem I had with threads in console

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Bee
Hi Laurent, TLabel should be modernized as well. I think it can be looks like TStaticText but without the rectangle. TPageControl's border color (currently black, IMO) would be better if it's using the same color that TTabControl's border color. Also the color of TMemo's line. I think it's

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Bee
Hi Laurent, I ain't no good at drawing icons, but I have an idea for TShape icon. I think TShape should looks like the bottom part of TDrawStringGrid (below the grid). It's the collection of circle, rectangle, and triangle shape. But the triangle should be replaced by a diamond since TShape

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Bee
Hi Laurent, About TFileNameEdit, I think an opened folder is not too appropriate. It almost can't be distinguished from TDirectoryEdit. A file icon like the one being used on Edit|Copy menu item is more appropriate. -Bee- has Bee.ography at: http://beeography.wordpress.com

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Bee
Hi Laurent, For Db-related icon, I think grid is no longer appropriate. A drum like on TStrHolder is more acceptable to represent database on modern term. So, any grid on TDBxxx icons should be replaced by drum. ;) Shame on me, just give this ideas without concrete contributions. It

Re: [lazarus] ShellApi available in Lazarus?

2007-12-06 Thread Jeff Steinkamp
- Original Message - From: el stamatakos To: lazarus@miraclec.com ; [EMAIL PROTECTED] Sent: Thursday, December 06, 2007 17:02 Subject: RE: [lazarus] ShellApi available in Lazarus? Hi John Would this work undre Linux? Thanks Lefti Date: Fri, 7 Dec 2007 10:32:47 +1100 From:

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Bee
Hi Laurent, For TODBC icon, this might be the good candidate: http://www.smg-hosting.co.uk/images/odbc_logo.gif -Bee- has Bee.ography at: http://beeography.wordpress.com _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Graeme Geldenhuys
On 07/12/2007, Bee [EMAIL PROTECTED] wrote: Shame on me, just give this ideas without concrete contributions. It because I can't draw icons as good as Laurent. I had tried, but it looks very ugly. :( When I tried my hand at icons I quickly realised it is a art being able to draw something

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Bee
Hi Laurent, Again... for XML logo, these images are good candidates: http://www.scripting.com/images/xmlIcon2.gif http://www.xmlbystealth.net/images/xml.gif Any logo chosen then it should be used consistently on any xml-related component icons, TXMLConfig for example. -Bee- has

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Bee
Hi Laurent, About TFileNameEdit, I think an opened folder is not too appropriate. It almost can't be distinguished from TDirectoryEdit. A file icon like the one being used on Edit|Copy menu item is more appropriate. This is also can be applied on next TOpenDialog. It'd better if using file

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Bee
Under what license that image is distributed? Why do you think we can use it? I don't know. I just google around for odbc logo. :-D If license would be an issue, then our odbc icon doesn't need to be exactly like that pixel-by-pixel. But we could use the idea of the logo. Maybe we can change

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Paul Ishenin
Bee wrote: Hi Laurent, For TODBC icon, this might be the good candidate: http://www.smg-hosting.co.uk/images/odbc_logo.gif Under what license that image is distributed? Why do you think we can use it? Best regards, Paul Ishenin.