Re: [Harbour] Override / Extend functions

2009-02-27 Thread Kleyber Derick
Hi Przemek, OVERRIDE / EXTEND CLASS does not have to work in all cases. In some situations such functionality nay even break class definitions and cause unpredictable behavior, f.e. it does not change any classes which already inherited from modified class so accessing instance variables may use

Re: [Harbour] Override / Extend functions

2009-02-27 Thread Przemyslaw Czerpak
On Fri, 27 Feb 2009, Kleyber Derick wrote: Hi, > Well, I have some FWH classes which I have changed in order to work in > all my apps. So when a new FWH release is come, I don`t have to change > the original class and neither to put the new prg with the changed class > in my app, I just use OVERR

Re: [Harbour] Override / Extend functions

2009-02-27 Thread Massimo Belgrano
Any thing of good for you will be good for most fivewinh user 2009/2/27 Kleyber Derick > Massimo, > > >Harbour in last two year have follow a choice of reliability and speed > and now you can see result.Can you explain >context of problem that you have > resolved using , OVERRIDE ..EXTEND

Re: [Harbour] Override / Extend functions

2009-02-27 Thread Kleyber Derick
Hi Toninho, Thank you Kleyber Derick - Original Message - From: "toni...@fwi" To: "Harbour Project Main Developer List." Sent: Friday, February 27, 2009 8:46 AM Subject: Re: [Harbour] Override / Extend functions My name is Kleyber Hi Kleyber,

Re: [Harbour] Override / Extend functions

2009-02-27 Thread Kleyber Derick
Massimo, >Harbour in last two year have follow a choice of reliability and speed and >now you can see result.Can you explain >context of problem that you have >resolved using , OVERRIDE ..EXTEND CLASS , Can be found a solution in >other >way? Well, I have some FWH classes which I have chang

Re: [Harbour] Override / Extend functions

2009-02-27 Thread toni...@fwi
>My name is Kleyber Hi Kleyber, Glad to see you here. Toninho. ___ Yahoo! Mail - Sempre a melhor opção para você! Experimente já e veja as novidades. http://br.yahoo.com/mailbeta/tudonovo/ __

Re: [Harbour] Override / Extend functions

2009-02-27 Thread Massimo Belgrano
Express). > I am very surprised with my frist results. So, I can see that I am in the > right way. > > Best regards, > Kleyber Derick > > - Original Message - From: "Teo Fonrouge" > To: "Harbour Project Main Developer List." > Sent: Thursday,

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Teo Fonrouge
On Thursday 26 February 2009 18:31:17 Kleyber Derick wrote: > Yes, for sure! Well, in fact I use xHarbour 1.1.0 from February 2008 (that > came with my version of FWH) and I don`t have problems at all with this. > But considering that xHarbour was created to be with more extensions than > Harbour,

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Kleyber Derick
ng VC Express). I am very surprised with my frist results. So, I can see that I am in the right way. Best regards, Kleyber Derick - Original Message - From: "Teo Fonrouge" To: "Harbour Project Main Developer List." Sent: Thursday, February 26, 2009 9:07 PM Subjec

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Teo Fonrouge
On Thursday 26 February 2009 17:45:28 Kleyber Derick wrote: > Thanks a lot, Teo. I am not accostumized with this new feature so, I have > to test it in my apps. In fact, I override some methods from FWH' methods > only, changing to my own functions. If you get stuck on something we'll be glad to h

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Kleyber Derick
Thanks, Massimo. Kleyber Derick - Original Message - From: "Massimo Belgrano" To: "Harbour Project Main Developer List." Sent: Thursday, February 26, 2009 7:44 PM Subject: Re: [Harbour] Override / Extend functions Are You Welcome! 2009/2/26 Kleyber Derick :

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Kleyber Derick
Harbour Project Main Developer List." Sent: Thursday, February 26, 2009 7:03 PM Subject: Re: [Harbour] Override / Extend functions On Thursday 26 February 2009 11:38:38 Kleyber Derick wrote: Hi all, My name is Kleyber and this is my first post here. I am considering to migrate from x

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Kleyber Derick
Sorry for posting twice... I was thinking that my list was not receiving emails... thanks. Kleyber Derick - Original Message - From: Kleyber Derick To: Harbour List Sent: Thursday, February 26, 2009 2:38 PM Subject: [Harbour] Override / Extend functions Hi all, My

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Massimo Belgrano
Are You Welcome! 2009/2/26 Kleyber Derick : > Hi all, > >     My name is Kleyber and this is my first post here. I am considering to > migrate from xHarbour to Harbour, and I would like to know if it's possible > to have these three commands: > > OVERRIDE METHOD ; >    IN CLASS WITH > EXTEN

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Teo Fonrouge
On Thursday 26 February 2009 11:38:38 Kleyber Derick wrote: > Hi all, > > My name is Kleyber and this is my first post here. I am considering to > migrate from xHarbour to Harbour, and I would like to know if it's possible > to have these three commands: > > OVERRIDE METHOD ; >IN CLASS

[Harbour] Override / Extend functions

2009-02-26 Thread Kleyber Derick
Hi all, My name is Kleyber and this is my first post here. I am considering to migrate from xHarbour to Harbour, and I would like to know if it's possible to have these three commands: OVERRIDE METHOD ; IN CLASS WITH EXTEND CLASS WITH DATA [ PERSISTENT ] EXTEND CLASS WITH