Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-30 Thread Michael Van Canneyt
On Sun, 30 Dec 2007, Micha Nelissen wrote: Martin Schreiber wrote: The Owner-Owned relation is in no other location used during streaming, so you should not worry about that. :-) And that is the reason why I *have* to worry about. MSEide+MSEgui depends on the streaming

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-30 Thread Martin Schreiber
On Sunday 30 December 2007 07.17:19 Micha Nelissen wrote: I still don't see why you can't assign Owner? You will have to free that tifisocketclient in tsocketclientiochannel anyway. Because it should not be integrated into the ownership/loading/loaded system in this case. There are other

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-30 Thread Martin Schreiber
On Sunday 30 December 2007 13.18:59 Michael Van Canneyt wrote: Seeing also that I (and others) sacrificed my (our) christmas days fixing the crashed FPC server, and having fixed the bug as soon as that was done, I think that any accusation of not being constructive is highly misplaced, and

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-29 Thread Micha Nelissen
Martin Schreiber wrote: The Owner-Owned relation is in no other location used during streaming, so you should not worry about that. :-) And that is the reason why I *have* to worry about. MSEide+MSEgui depends on the streaming mechanism. There are some issues with IDE property streaming

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-25 Thread Michael Van Canneyt
On Mon, 24 Dec 2007, Martin Schreiber wrote: On Monday 24 December 2007 12.17:38 Bee wrote: I have Delphi code that shows the bug, if you want, so maybe Martin can submit a bugreport at Codegear for a change :-) It's a dilemma. Though scientifically Delphi's mechanism is wrong but we can't

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-24 Thread Martin Schreiber
On Sunday 23 December 2007 22.08:34 Michael Van Canneyt wrote: On Sun, 23 Dec 2007, Florian Klaempfl wrote: Martin Schreiber schrieb: Hi, Michael Van Canneyt marked my bugreport 10465 with won't fix, I would like to discuss the issue in a broader forum. With fixes_2_2 rev. 9006

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-24 Thread Martin Schreiber
On Sunday 23 December 2007 22.12:01 Michael Van Canneyt wrote: Now I have several possibilities: 1. I can accept Michaels verdict and surrender to use my programming method and rewrite the affected MSEgui pieces and introduce an incompatibility with current MSEgui projects. There is no

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-24 Thread Vincent Snijders
Martin Schreiber schreef: On Sunday 23 December 2007 22.08:34 Michael Van Canneyt wrote: On Sun, 23 Dec 2007, Florian Klaempfl wrote: Martin Schreiber schrieb: Hi, Michael Van Canneyt marked my bugreport 10465 with won't fix, I would like to discuss the issue in a broader forum. With

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-24 Thread Martin Schreiber
On Monday 24 December 2007 09.29:24 Vincent Snijders wrote: What is the misuse? That you may not set a reference to a csSubcomponent? Yes. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-24 Thread Vincent Snijders
Martin Schreiber schreef: On Monday 24 December 2007 09.29:24 Vincent Snijders wrote: What is the misuse? That you may not set a reference to a csSubcomponent? Yes. You cannot do that in Delphi? Or can you do that in Delphi, but it has been documented you cannot do that? Or can you do

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-24 Thread Martin Schreiber
On Monday 24 December 2007 10.34:10 Vincent Snijders wrote: Martin Schreiber schreef: On Monday 24 December 2007 09.29:24 Vincent Snijders wrote: What is the misuse? That you may not set a reference to a csSubcomponent? Yes. You cannot do that in Delphi? Or can you do that in

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-24 Thread Florian Klaempfl
Martin Schreiber schrieb: On Sunday 23 December 2007 22.12:01 Michael Van Canneyt wrote: Now I have several possibilities: 1. I can accept Michaels verdict and surrender to use my programming method and rewrite the affected MSEgui pieces and introduce an incompatibility with current MSEgui

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-24 Thread Martin Schreiber
On Monday 24 December 2007 13.37:52 Florian Klaempfl wrote: And that is the reason why I *have* to worry about. MSEide+MSEgui depends on the streaming mechanism. There are some issues with IDE property streaming you can't know until you tried to develop something like MSEide your self. I

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-24 Thread Bee
I have Delphi code that shows the bug, if you want, so maybe Martin can submit a bugreport at Codegear for a change :-) It's a dilemma. Though scientifically Delphi's mechanism is wrong but we can't just 'fix' it, especially if there are lot of codes that depend on it, or if Borland/CodeGear

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-24 Thread Jonas Maebe
On 24 Dec 2007, at 12:17, Bee wrote: I have Delphi code that shows the bug, if you want, so maybe Martin can submit a bugreport at Codegear for a change :-) It's a dilemma. Though scientifically Delphi's mechanism is wrong but we can't just 'fix' it, especially if there are lot of codes

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-24 Thread Bee
That can only work for language issues, not for rtl issues (especially since units compiled in different modes can be linked in the same program). IFDEF? If IFDEF is not possible, then we should make it possible. ;) -Bee- has Bee.ography at: http://beeography.wordpress.com

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-24 Thread Jonas Maebe
On 24 Dec 2007, at 18:32, Bee wrote: That can only work for language issues, not for rtl issues (especially since units compiled in different modes can be linked in the same program). IFDEF? If IFDEF is not possible, then we should make it possible. ;) That does not change anything to

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-24 Thread Martin Schreiber
On Monday 24 December 2007 12.17:38 Bee wrote: I have Delphi code that shows the bug, if you want, so maybe Martin can submit a bugreport at Codegear for a change :-) It's a dilemma. Though scientifically Delphi's mechanism is wrong but we can't just 'fix' it, especially if there are lot of

[fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-23 Thread Martin Schreiber
Hi, Michael Van Canneyt marked my bugreport 10465 with won't fix, I would like to discuss the issue in a broader forum. With fixes_2_2 rev. 9006 FPC does not stream published component properties where the component has CsSubComponent set if the property component is not owned by the streamed

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-23 Thread Florian Klaempfl
Martin Schreiber schrieb: Hi, Michael Van Canneyt marked my bugreport 10465 with won't fix, I would like to discuss the issue in a broader forum. With fixes_2_2 rev. 9006 FPC does not stream published component properties where the component has CsSubComponent set if the property

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-23 Thread Michael Van Canneyt
On Sun, 23 Dec 2007, Florian Klaempfl wrote: Martin Schreiber schrieb: Hi, Michael Van Canneyt marked my bugreport 10465 with won't fix, I would like to discuss the issue in a broader forum. With fixes_2_2 rev. 9006 FPC does not stream published component properties where the

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-23 Thread Michael Van Canneyt
On Sun, 23 Dec 2007, Martin Schreiber wrote: Hi, Michael Van Canneyt marked my bugreport 10465 with won't fix, I would like to discuss the issue in a broader forum. With fixes_2_2 rev. 9006 FPC does not stream published component properties where the component has CsSubComponent set if

Re: [fpc-devel] 0010465: CsSubComponent component properties not streamed

2007-12-23 Thread Michael Van Canneyt
On Sun, 23 Dec 2007, Michael Van Canneyt wrote: On Sun, 23 Dec 2007, Florian Klaempfl wrote: Martin Schreiber schrieb: Hi, Michael Van Canneyt marked my bugreport 10465 with won't fix, I would like to discuss the issue in a broader forum. With fixes_2_2 rev. 9006