[vwnc] Simberon Reports

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Simberon Reports

Maarten Mostert-2
Hi,

I have been trying to get Simberon Report writer up and running however only the image writing and report test pass.
The dataset print exemple application bounces on a non implemented
nilReturns: method.

Both clean 7.5 and 7.6. images produce the same results.

Regards,

Maarten MOSTERT,

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Simberon Reports

davidbuck
The following implementation of nilReturns: should work:

in Object:

nilReturns: anObject
    ^self

in UndefinedObject:

nilReturns: anObject
    ^anObject


David Buck



Maarten Mostert wrote:
Hi,

I have been trying to get Simberon Report writer up and running however only the image writing and report test pass.
The dataset print exemple application bounces on a non implemented
nilReturns: method.

Both clean 7.5 and 7.6. images produce the same results.

Regards,

Maarten MOSTERT,

_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Simberon Reports

Maarten Mostert-2
Thanks David !

My datasets now started to print.
This seems to be a cool parcel.
Regards,

@+Maarten,



David Buck a écrit :
The following implementation of nilReturns: should work:

in Object:

nilReturns: anObject
    ^self

in UndefinedObject:

nilReturns: anObject
    ^anObject


David Buck



Maarten Mostert wrote:
Hi,

I have been trying to get Simberon Report writer up and running however only the image writing and report test pass.
The dataset print exemple application bounces on a non implemented
nilReturns: method.

Both clean 7.5 and 7.6. images produce the same results.

Regards,

Maarten MOSTERT,

_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc