View · Search · Index
No registered users in community xowiki
in last 10 minutes

[Xotcl] reason for error

From: Victor Mayevski <vitick_at_gmail.com>
Date: Wed, 25 Jul 2012 07:48:45 -0700

Hello Gustaff,

What is the reason for following error/behavior:

ClassX create c1; #ClassX has several subclasses
c1 delete method m1
Error: ::c1: cannot delete object specific method m1

I get a similar error for "c1 delete property p1"
Why am I not able to delete object specific methods/properties?

Thanks