Re: Fwd: Re: findreplace

2001-02-27 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | > Ok, but where is the combox deleted then? | > | > every "new" must have a "delete". | > | > And why have this as a pointer in FormCharacter? It seems that it | > could just be a regular object. | | Sorry guys, I am out of silly `solutions', it is time

Re: Fwd: Re: findreplace

2001-02-27 Thread Edwin Leuven
> Ok, but where is the combox deleted then? > > every "new" must have a "delete". > > And why have this as a pointer in FormCharacter? It seems that it > could just be a regular object. Sorry guys, I am out of silly `solutions', it is time for Combox-man or xform-man to save the world...Ed.

Re: Fwd: Re: findreplace

2001-02-27 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | Hi, | | I think that the problem in the character form is the following: | | I thought that Combox was a native xforms object but it is in fact a class | defined/declared in ./src/combox.[Ch]. This class takes care of the | destruction of the Combox.

Re: Fwd: Re: findreplace

2001-02-27 Thread Angus Leeming
On Tuesday 27 February 2001 08:47, Edwin Leuven wrote: > > Hi, > > I think that the problem in the character form is the following: > > I thought that Combox was a native xforms object but it is in fact a class > defined/declared in ./src/combox.[Ch]. This class takes care of the > destructio

Fwd: Re: findreplace

2001-02-27 Thread Edwin Leuven
Hi, I think that the problem in the character form is the following: I thought that Combox was a native xforms object but it is in fact a class defined/declared in ./src/combox.[Ch]. This class takes care of the destruction of the Combox. The delete Combox in the destructor in FormCharacter s