Hi Mike, On 8/30/05, Mike Anderson <[EMAIL PROTECTED]> wrote: > Can you check whether the class Gtk exists in the namespace GTK? ie. > does the class GTK.Gtk exist?
here is what I do (maybe I do wrong): ----- st> PackageLoader fileInPackage: 'GTK' ! ((( loads of error messages ))) PackageLoader st> GTK.Gtk ! stdin:2: invalid scope resolution st> Gtk ! Gtk st> Namespace current printNl ! Smalltalk SystemDictionary new: 512 "<0x402fc818>" st> ----- So, Gtk appears to be defined, but in the wrong namespace, right? Best regards, Michael _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
