Re: [lazarus] Trouble registering on lazarus.freepascal.org

2007-07-19 Thread Tiziano_mk
John vd Waeter wrote: Hmm, anyone? Still no luck... _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives I was put off the list

Re: [lazarus] *.xml config files under Windows

2007-07-19 Thread Felipe Monteiro de Carvalho
On 7/19/07, Vincent Snijders [EMAIL PROTECTED] wrote: It won't be different from the current situation in *nix: you have to use to pass the config dir on the command line if you want to use different config files. Yes, but what is the benefit in doing so? This only makes having multiple

Re: [lazarus] *.xml config files under Windows

2007-07-19 Thread Michael Van Canneyt
On Thu, 19 Jul 2007, Felipe Monteiro de Carvalho wrote: On 7/19/07, Vincent Snijders [EMAIL PROTECTED] wrote: It won't be different from the current situation in *nix: you have to use to pass the config dir on the command line if you want to use different config files. Yes, but what

Re: [lazarus] *.xml config files under Windows

2007-07-19 Thread Felipe Monteiro de Carvalho
On 7/19/07, Michael Van Canneyt [EMAIL PROTECTED] wrote: In Unix we don't have an option, but on Windows we do. And why do you not have an option on Unix ?? an option to store the configuration file on the application directory. -- Felipe Monteiro de Carvalho

Re: [lazarus] *.xml config files under Windows

2007-07-19 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: On 7/19/07, Vincent Snijders [EMAIL PROTECTED] wrote: It won't be different from the current situation in *nix: you have to use to pass the config dir on the command line if you want to use different config files. Yes, but what is the benefit in doing so?

Re: [lazarus] *.xml config files under Windows

2007-07-19 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: On 7/19/07, Michael Van Canneyt [EMAIL PROTECTED] wrote: In Unix we don't have an option, but on Windows we do. And why do you not have an option on Unix ?? an option to store the configuration file on the application directory. Of course you have:

Re: [lazarus] TSpeedButton bugs patch

2007-07-19 Thread Giuliano Colla
Marc Weustink ha scritto: Giuliano Colla wrote: Here's it again The attached patch fixes 2 issues for TSpeedButton: 1) With no Caption, the glyph is centered if Layout is Glyph Left or Glyph right, somewhere up or down with Glyph Top or Glyph Bottom. Reason: in speedbutton.inc, if Caption

Re: [lazarus] TSpeedButton bugs patch

2007-07-19 Thread Marc Weustink
Giuliano Colla wrote: Marc Weustink ha scritto: Giuliano Colla wrote: Here's it again The attached patch fixes 2 issues for TSpeedButton: 1) With no Caption, the glyph is centered if Layout is Glyph Left or Glyph right, somewhere up or down with Glyph Top or Glyph Bottom. Reason: in

Re: [lazarus] TSpeedButton bugs patch

2007-07-19 Thread Felipe Monteiro de Carvalho
Hi, I commited the patch to lcl/include/speedbutton.inc as this is an obvious improvement I didn't commit the patch to lcl/include/buttonglyph.inc because I didn't understand it and I am not sure about it ... so I am leaving it for someone else. thanks, -- Felipe Monteiro de Carvalho

Re: [lazarus] TButton.Color

2007-07-19 Thread Alexander Klenin
On 7/19/07, Vincent Snijders [EMAIL PROTECTED] wrote: I am looking at bug 1188: TButton.Color doesn't work on windows. http://www.freepascal.org/mantis/view.php?id=1188 Does anybody know how to change the buttons color on windows (without resorting to ownerdrawn)? There is no way to change a

Re: [lazarus] TButton.Color

2007-07-19 Thread Graeme Geldenhuys
On 19/07/07, Alexander Klenin [EMAIL PROTECTED] wrote: There is no way to change a color of standard Windows button, except for system-wide change via Control Panel. Correspondingly, there is no TButton.Color property in Delphi. I'm afraid you are wrong here! TButton under Delphi and Kylix

Re: [lazarus] TButton.Color

2007-07-19 Thread Henry Vermaak
On 19/07/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: I'm afraid you are wrong here! TButton under Delphi and Kylix has a Color property, which was introduced by TControl. And yes under Delphi it does change the button's face color. We have used this in some of our multimedia applications.

Re: [lazarus] TButton.Color

2007-07-19 Thread Graeme Geldenhuys
On 19/07/07, Henry Vermaak [EMAIL PROTECTED] wrote: that's weird, i can't find button.color in delphi 7. which delphi are you talking about? I used Delphi 5 for those projects, but unfortunately don't have it installed here to check. Maybe I used transparency or flat buttons, it's been a

Re: [lazarus] TButton.Color

2007-07-19 Thread Alexander Klenin
On 7/19/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: On 19/07/07, Alexander Klenin [EMAIL PROTECTED] wrote: There is no way to change a color of standard Windows button, except for system-wide change via Control Panel. Correspondingly, there is no TButton.Color property in Delphi. I'm

Re: [lazarus] TButton.Color

2007-07-19 Thread Bisma Jayadi
I'm afraid you are wrong here! TButton under Delphi and Kylix has a Color property, which was introduced by TControl. And yes under Delphi it does change the button's face color. We have used this in some of our multimedia applications.

Re: [lazarus] TButton.Color

2007-07-19 Thread Vincent Snijders
Bisma Jayadi schreef: I'm afraid you are wrong here! TButton under Delphi and Kylix has a Color property, which was introduced by TControl. And yes under Delphi it does change the button's face color. We have used this in some of our multimedia applications.

Re: [lazarus] TButton.Color

2007-07-19 Thread Michael Van Canneyt
On Thu, 19 Jul 2007, Alexander Klenin wrote: On 7/19/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: On 19/07/07, Alexander Klenin [EMAIL PROTECTED] wrote: There is no way to change a color of standard Windows button, except for system-wide change via Control Panel. Correspondingly,

Re: [lazarus] TButton.Color

2007-07-19 Thread Graeme Geldenhuys
On 19/07/07, Michael Van Canneyt [EMAIL PROTECTED] wrote: I can confirm this with D7. Thanks. The CLX TButton does have it, but that is because it uses Qt, which does allow you to set the color of a button. And I can confirm it works under fpGUI as well. ;-) Regards, - Graeme -

[lazarus] Revision.inc

2007-07-19 Thread Leonardo M. Ramé
Hi, I'm trying to build Lazarus from svn using make clean all and the process stops with a Fatal: Can't open include file 'revision.inc' message. Can you check why the file isn't in the repository? Thanks in advance, Leonardo. _

Re: [lazarus] Revision.inc

2007-07-19 Thread Vincent Snijders
Leonardo M. Ramé schreef: Hi, I'm trying to build Lazarus from svn using make clean all and the process stops with a Fatal: Can't open include file 'revision.inc' message. Can you check why the file isn't in the repository? Read this thread.

Re: [lazarus] Revision.inc

2007-07-19 Thread Leonardo M. Ramé
Thanks, solved. Read this thread. http://www.mail-archive.com/lazarus@miraclec.com/msg13138.html Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

[lazarus] The Gtk2 IDE and the november bounty

2007-07-19 Thread Felipe Monteiro de Carvalho
Hi, Back in november, a lot of people here said there would be a bounty for fixing the major bugs which prevented the use of the Gtk 2 IDE. This is a somewhat subjective matter, so it would be nice if those same persons would check now if it's already working ok, or if there are other things

Re: [lazarus] The Gtk2 IDE and the november bounty

2007-07-19 Thread Charl van Jaarsveldt
Hi, Yes, the IDE has MUCH improved over the last few months for Gtk2 - I almost exclusively use gtk2 now. Thanks to all! More minor problems I can think of: * The TSpinEdit still has a very annoying problem preventing it from being resized in the designer - whenever you resize, it gets smaller,

Re: [lazarus] *.xml config files under Windows

2007-07-19 Thread Marco van de Voort
On Thu, Jul 19, 2007 at 01:06:36AM +0200, Vincent Snijders wrote: This is likely to change before 1.0 to the some applictiondata directory, as given by the sysutils.GetAppConfigDir (or what is that function name?). Keep it versioned, or you might loose the ability of having multiple

Re: [lazarus] *.xml config files under Windows

2007-07-19 Thread Mattias Gärtner
Zitat von Marco van de Voort [EMAIL PROTECTED]: On Thu, Jul 19, 2007 at 01:06:36AM +0200, Vincent Snijders wrote: This is likely to change before 1.0 to the some applictiondata directory, as given by the sysutils.GetAppConfigDir (or what is that function name?). Keep it versioned, or you

Re: [lazarus] The Gtk2 IDE and the november bounty

2007-07-19 Thread zeljko
Quoting Charl van Jaarsveldt [EMAIL PROTECTED]: Hi, Yes, the IDE has MUCH improved over the last few months for Gtk2 - I almost exclusively use gtk2 now. Thanks to all! More minor problems I can think of: * The TSpinEdit still has a very annoying problem preventing it from being resized in

Re: [lazarus] The Gtk2 IDE and the november bounty

2007-07-19 Thread Burkhard Carstens
Am Donnerstag, 19. Juli 2007 16:38 schrieb Felipe Monteiro de Carvalho: Hi, Back in november, a lot of people here said there would be a bounty for fixing the major bugs which prevented the use of the Gtk 2 IDE. This is a somewhat subjective matter, so it would be nice if those same persons

Re: [lazarus] TSpeedButton bugs patch

2007-07-19 Thread Giuliano Colla
Felipe Monteiro de Carvalho ha scritto: [...] I didn't commit the patch to lcl/include/buttonglyph.inc because I didn't understand it and I am not sure about it ... so I am leaving it for someone else. It's soon explained. The patch reverts this portion of code to the situation which has

Re: [lazarus] TSpeedButton bugs patch

2007-07-19 Thread Valdas Jankūnas
Giuliano Colla rašė: It's soon explained. The patch reverts this portion of code to the situation which has been working for a long time (see rev. 10808 - ver. 0.9.22 - which btw already had the speedbutton.inc bug). Someone, with the good proposition to improve it, added an unnecessary

Re: [lazarus] *.xml config files under Windows

2007-07-19 Thread Marco van de Voort
On Thu, Jul 19, 2007 at 06:00:55PM +0200, Mattias G?rtner wrote: Zitat von Marco van de Voort [EMAIL PROTECTED]: On Thu, Jul 19, 2007 at 01:06:36AM +0200, Vincent Snijders wrote: This is likely to change before 1.0 to the some applictiondata directory, as given by the

Re: [lazarus] *.xml config files under Windows

2007-07-19 Thread Mattias Gärtner
Zitat von Marco van de Voort [EMAIL PROTECTED]: On Thu, Jul 19, 2007 at 06:00:55PM +0200, Mattias G?rtner wrote: Zitat von Marco van de Voort [EMAIL PROTECTED]: On Thu, Jul 19, 2007 at 01:06:36AM +0200, Vincent Snijders wrote: This is likely to change before 1.0 to the some

Re: [lazarus] *.xml config files under Windows

2007-07-19 Thread Marc Weustink
Mattias Gärtner wrote: Zitat von Marco van de Voort [EMAIL PROTECTED]: On Thu, Jul 19, 2007 at 06:00:55PM +0200, Mattias G?rtner wrote: Zitat von Marco van de Voort [EMAIL PROTECTED]: On Thu, Jul 19, 2007 at 01:06:36AM +0200, Vincent Snijders wrote: This is likely to change before 1.0 to

Re: [lazarus] *.xml config files under Windows

2007-07-19 Thread Marco van de Voort
On Thu, Jul 19, 2007 at 11:03:16PM +0200, Mattias G?rtner wrote: On Thu, Jul 19, 2007 at 06:00:55PM +0200, Mattias G?rtner wrote: Zitat von Marco van de Voort [EMAIL PROTECTED]: On Thu, Jul 19, 2007 at 01:06:36AM +0200, Vincent Snijders wrote: This is likely to change before 1.0