Interface class in Squeak

Jan B. Krejčí janbkrejci at gmail.com
Wed Jun 8 08:04:37 UTC 2005


On 6/8/05, Hoang Hao <hoanghao456 at yahoo.com> wrote:
> All of these works grant me a warning, Message not understood: GUIConstants
> >> totalAnimatedFrames. 
> I traced through the error and found it located in the initilization of the
> testGUI. 

do you have an accessor method named totalAnimatedFrames? like:

totalAnimatedFrames
    ^ totalAnimatedFrames

you can not access instance variables without a method

HTH

-- 
.:jbk:.
Jan B. Krejci



More information about the Squeak-dev mailing list