Kristoffer Lawson schrieb:
I have added "::xotcl::mymethod" and "::xotcl::myvar" to my development version. i guess, you would you prefer to have these exported. Opinions?
On giving it some thought I think I actually prefer the version that would be part of Object. After all, it is that object's variable that we want. I don't use it that frequently so I don't mind writing a bit extra, for clarity's sake.
i am open for everything.
I'm also wondering what the name should be, to make it really clear. Is [my var] clear enough? or should it be [my normalisedVar]?
"my var" is not a good option, "my varname" would be better,
furthermore, "my method" is already defined, getting a good name with method seems messy. how about:
my trace add variable status write [my callback statusevent]
-gustaf neumann