kbs 0.4 binaries There are now also binaries for IRIX and SunOS at https://sourceforge.net/projects/kbskit/files/ rene ... 26 Jan 2010 05:26
CompIMAGE 2010: Call for Short Communications Dear Colleague, In the framework of the International Symposium CompIMAGE'10 Computational Modeling of Objects Presented in Images: Fundamentals, Methods, and Applications, May 5-7, 2010, Buffalo-Niagara, NY, USA (www.fe.up.pt/CompIMAGE), prospective authors are invited to submit short communications to be pub... 25 Jan 2010 15:04
TclOO. Some destructor questions On 25 Jan, 12:10, pmarin <pacog...(a)gmail.com> wrote: 1- have I got to unset explicitly all the variables that a I have set in the constructor? No. They'll go very shortly afterwards when the namespace is torn down (immediately after the destructor call is done). 2- Is there any case when the destructor i... 26 Jan 2010 04:21
TclOO. Some destructor questions Hi all. 1- have I got to unset explicitly all the variables that a I have set in the constructor? 2- Is there any case when the destructor is called automatically? ... 25 Jan 2010 07:12
TclOO: Possible to "link" a member variable to a member variable of a different object? On 24 Jan, 11:58, Georgios Petasis <peta...(a)iit.demokritos.gr> wrote: And the most difficult part: can I link three variables from three objects? There is a public variable named "language" that must have the same value in all three objects (from A, B & C). Is there a way to do this? (Traces?) Assuming y... 24 Jan 2010 15:49
TclOO: Is it possible that destructor is called on an object,but constructor is not? στις 24/1/2010 18:39, O/H Donal K. Fellows έγραψε: On 24 Jan, 11:00, Georgios Petasis<peta...(a)iit.demokritos.gr> wrote: Not an important problem, but I observe the following when an error occurs: [...] These are widgets, and if an error is cause in another widget, objects are destroyed through Tk eve... 24 Jan 2010 12:26
TclOO: Is it possible that destructor is called on an object, but constructor is not? On 24 Jan, 11:00, Georgios Petasis <peta...(a)iit.demokritos.gr> wrote: Not an important problem, but I observe the following when an error occurs: [...] These are widgets, and if an error is cause in another widget, objects are destroyed through Tk events. But since an object exists to call the destructor, ... 24 Jan 2010 12:26
How to know the memory used by a Tcl program? I am trying to implement a näive mark-and-sweep for Muddy Scheme, but I don't know when I need to do the sweep. Is there any command for to known how many memory is used in a Tcl program? ... 24 Jan 2010 11:18
How to call a method inside another method? currently I am using this: method mark {} { [self object] sweep } method sweep {} { puts hello } Any better way? ... 24 Jan 2010 16:56
TclOO: Is it possible that destructor is called on an object, butconstructor is not? Hi all, Not an important problem, but I observe the following when an error occurs: can't read "reader": no such variable while executing "string length $reader" (class "::ELEP::ViewerBase::AnnotationSpecificationSelector" destructor line 2) The definition is: oo::class create ELEP::ViewerBas... 24 Jan 2010 06:46 |