Re: [lazarus] Ending a Lazarus Application with Firebird

2007-06-06 Thread Bram Kuijvenhoven
Arí Ricardo Ody wrote: Self.Close; How about Application.Terminate? Or Halt(0); ? Bram _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Graphics32 and Lazarus

2007-06-06 Thread Felipe Monteiro de Carvalho
On 6/5/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Interesting is the difference in color Green. Felipe, why is your green rectangles so dark? I am using the default RGB color profile from my Macintosh. I would just say that my macintosh transforms my RGB = ($00, $FF, $00) into a darker

Re: [lazarus] Graphics32 and Lazarus

2007-06-06 Thread Felipe Monteiro de Carvalho
On 6/6/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: If you where talking about my screenshot, it is because I cheated. See my previous post. :) Felipe's screenshot uses Graphics32, mine doesn't. This would be possible without cheating in case one implements a lcl-fpgui backend for

Re: [lazarus] Automatic unsubscribing?

2007-06-06 Thread pineal
On Tuesday 05 June 2007 21:57, Giulio Bernardi wrote: Hello everybody, I think I got removed from the mailing list because I didn't receive any message from the lazarus mailing list since May 23. Now I subscribed again and it didn't tell me I was already subscribed. Same thing already

Re: [lazarus] Automatic unsubscribing?

2007-06-06 Thread pineal
On Tuesday 05 June 2007 22:52, Marc Weustink wrote: Is it a bug or there is a sort of automatic unsubscribing if one doesn't write messages to the list for some period of time? No. There are I think 2 reasons why you can get unsubscribed: 1: turn your out of office reply on for this list

[lazarus] Help! I'm drowning on lazarus directories!

2007-06-06 Thread Giuliano Colla
In order to test the fixes branch, I've been led to set up quite a number of different working copy directories, from lazarus repository, from locally duplicated repository, for last revision, for released revision, for my updates, etc.. Can someone more knowledgeable point me to where the

Re: [lazarus] Help! I'm drowning on lazarus directories!

2007-06-06 Thread Vincent Snijders
Giuliano Colla schreef: In order to test the fixes branch, I've been led to set up quite a number of different working copy directories, from lazarus repository, from locally duplicated repository, for last revision, for released revision, for my updates, etc.. Can someone more knowledgeable

Re: [lazarus] Help! I'm drowning on lazarus directories!

2007-06-06 Thread Giuliano Colla
Vincent Snijders ha scritto: Giuliano Colla schreef: In order to test the fixes branch, I've been led to set up quite a number of different working copy directories, from lazarus repository, from locally duplicated repository, for last revision, for released revision, for my updates, etc..

Re: [lazarus] Automatic unsubscribing?

2007-06-06 Thread Marc Weustink
pineal wrote: On Tuesday 05 June 2007 22:52, Marc Weustink wrote: Is it a bug or there is a sort of automatic unsubscribing if one doesn't write messages to the list for some period of time? No. There are I think 2 reasons why you can get unsubscribed: 1: turn your out of office reply on for

Re: [lazarus] I can delete embedded components from inside a component

2007-06-06 Thread Burkhard Carstens
Am Mittwoch, 6. Juni 2007 15:06 schrieb Graeme Geldenhuys: Hi, I know this was answered before, but for the life of me, I can't seem to find any such reference. I created a component that contains other components. For example a TPanel with a TLabel and TEdit embedded inside it. If I drop

Re: [lazarus] I can delete embedded components from inside a component

2007-06-06 Thread Graeme Geldenhuys
On 6/6/07, Burkhard Carstens [EMAIL PROTECTED] wrote: Set MyLabel.ControlStyle:=MyLabel.ControlStyle+[csNoDesignSelectable]; in TMyPanel.create; Thanks Burkhard! -- Graeme Geldenhuys General error, hit any user to continue. _

Re: I can delete embedded components from inside a component

2007-06-06 Thread Graeme Geldenhuys
Don't worry, I solved the problem, by looking at some of the components on the component pallette. TLabeledEdit to be precise... FLV.ControlStyle := FLV.ControlStyle + [csNoDesignSelectable]; solved the problem. :-) Graeme. On 6/6/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, I

[lazarus] Form Designer + TListView bug

2007-06-06 Thread Graeme Geldenhuys
Hi, I'm running Lazarus (latest svn revision) compiled with GTK1 widgetset under Linux. Steps to reproduce the IDE crash: 1) dropping a TListView on a form. 2) Set the TListView.ViewStyle = vsReport 3) Now click on the column header. Lazarus raises a error: Index (0) out of bounds Can

[lazarus] News about ending a Lazarus Application with Firebird

2007-06-06 Thread Arí Ricardo Ody
Hi Bram! First thank you for you answer. I try both suggestions and the problem remains the same. Then I begin to think about this whole trouble. I remember that I take the project and transmit it to my home and done some tests yesterday night(here are 11:18 AM). Over there, the trouble

[lazarus] FPC Linux Developers wanted

2007-06-06 Thread Graeme Geldenhuys
Hi everybody, I'm not sure if I'm allowed to post this here If not, I will not do it again! I have a friend in the UK that needs some FPC Linux developers. They prefer UK-based (boss is really not keen on remote working) developers, but might accept remote working at a pinch if nothing else

Re: [lazarus] I can delete embedded components from inside a component

2007-06-06 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 6/6/07, Burkhard Carstens [EMAIL PROTECTED] wrote: Set MyLabel.ControlStyle:=MyLabel.ControlStyle+[csNoDesignSelectable]; in TMyPanel.create; Thanks Burkhard! While you are at it, do you know a solution for http://www.freepascal.org/mantis/view.php?id=7396

Re: [lazarus] TabOrder

2007-06-06 Thread Darmawan Sugiarto
Thanks it's work.. okey maybe I will place my component there Thanks Mattias Gaertner [EMAIL PROTECTED] wrote: On Tue, 5 Jun 2007 13:32:26 -0700 (PDT) Darmawan Sugiarto wrote: Hello Guys,... sorry I'm a newbie in Lazarus Project... I want to asking some question... First, I

Re: [lazarus] Form Designer + TListView bug

2007-06-06 Thread Antonio Sanguigni
Can anybody else confirm this bug? Yes Graeme, I had this too. Lazarus 0.9.21 . Slapshot -- GioveLUG (Linux User Group) - http://www.giovelug.org Edupup (Educational distro) - http://www.edupup.org

Re: [lazarus] Form Designer + TListView bug

2007-06-06 Thread Carlos German Tejero
Hi, in Lazarus 0.9.23 beta this bug is not present. Bye. 2007/6/6, Antonio Sanguigni [EMAIL PROTECTED]: Can anybody else confirm this bug? Yes Graeme, I had this too. Lazarus 0.9.21 . Slapshot -- GioveLUG (Linux User

[lazarus] Field designer

2007-06-06 Thread Sergio Samayoa
Hi. I'm getting into Lazarus again and trying to define persistent fields to TDataSet. I can't activate the fields editor. It is a bug or there is some trick to do that? I'm using lazarus 0.9.23 with FPC 2.0.4 in WindowsXP sp2 and openSuse 10.2. Regards.

Re: [lazarus] I can delete embedded components from inside a component

2007-06-06 Thread Graeme Geldenhuys
Hi Vincent, That bug report isn't a bug. The wrong component's ControlStyle was set in TtiSplitterPanel. Setting the ControlStyle of the two panels and internal splitter instead of the composite component, solves the selection issue. I do have another issue though, if you have any tips to

Re: [lazarus] Form Designer + TListView bug

2007-06-06 Thread Graeme Geldenhuys
On 06/06/07, Carlos German Tejero [EMAIL PROTECTED] wrote: Hi, in Lazarus 0.9.23 beta this bug is not present. But I am using 0.9.23 beta. -- Graeme Geldenhuys General error, hit any user to continue. _ To unsubscribe:

Re: [lazarus] Form Designer + TListView bug

2007-06-06 Thread Graeme Geldenhuys
On 06/06/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: On 06/06/07, Carlos German Tejero [EMAIL PROTECTED] wrote: Hi, in Lazarus 0.9.23 beta this bug is not present. But I am using 0.9.23 beta. I'm using 0.9.23 beta (r11264) at home and the bug is there. I use an even newer revision at work

Re: [lazarus] Field designer

2007-06-06 Thread pineal
On Wednesday 06 June 2007 21:44, Sergio Samayoa wrote: Hi. I'm getting into Lazarus again and trying to define persistent fields to TDataSet. I can't activate the fields editor. It is a bug or there is some trick to do that? I'm using lazarus 0.9.23 with FPC 2.0.4 in WindowsXP sp2 and

Re: [lazarus] I can delete embedded components from inside a component

2007-06-06 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi Vincent, That bug report isn't a bug. The wrong component's ControlStyle was set in TtiSplitterPanel. Setting the ControlStyle of the two panels and internal splitter instead of the composite component, solves the selection issue. Thanks, I marked that bug as

Re: [lazarus] I can delete embedded components from inside a component

2007-06-06 Thread Graeme Geldenhuys
On 06/06/07, Vincent Snijders [EMAIL PROTECTED] wrote: At runtime, moving the splitter arround, doesn't move the TEdit at all. :-( When you drop the TEdit on it, does it set the parent property of the TEdit to the left or right panel? I guess not. Where would I set that? -- Graeme

RE: [lazarus] Field designer

2007-06-06 Thread Sergio Samayoa
I think what you are looking for is the fields property in the OI. I guess OI = Object Inspector. Well, I never seen before in Lazarus and don't know if it should appear there but my experience in Delphi is: - Double click in the dataset component opens Fields Editor. - Right click (context

RE: [lazarus] Field designer

2007-06-06 Thread Jesus Reyes
--- Sergio Samayoa [EMAIL PROTECTED] escribió: I think what you are looking for is the fields property in the OI. I guess OI = Object Inspector. Well, I never seen before in Lazarus and don't know if it should appear there but my experience in Delphi is: - Double click in the