help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Iliad: Widget class initialization


From: Stefan Schmiedl
Subject: Re: [Help-smalltalk] Iliad: Widget class initialization
Date: Thu, 30 Jul 2009 14:37:59 +0200

On Thu, 30 Jul 2009 14:04:26 +0300
Bèrto ëd Sèra <address@hidden> wrote:

> Is there a way I can force the initialization
> from my bottom level (I can't seem to remember anything about it), or
> should one ad it to the core code?

In this case, you could just write

Iliad.Widget subclass: LocalizedWidget [

  GuiStrings := LookupTable new.
  ...

]

and it should work. At least it did with

Object subclass: SomeClass3 [

  SomeClassVar := LookupTable new.

  look [ 
    SomeClassVar inspect
  ]

]

SomeClass3 new look



s.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]