From: squeak-dev-bounces@lists.squeakfoundation.org [mailto:squeak-dev-bounces@lists.squeakfoundation.org] On Behalf Of Josh Gargus
Sent: Tuesday, May 09, 2006 5:03 PM
To: Ron@USMedRec.com; The general-purpose Squeak developers list
Subject: Re: Beginners Unanswered Questions

 

 

On May 9, 2006, at 2:03 PM, Ron Teitelbaum wrote:



All,

 

We have 4 questions still unanswered on the beginners list.  If anyone can help answer a question that would be terrific.

 

http://lists.squeakfoundation.org/pipermail/beginners/2006-May/000049.html  the plugin works but there’s plug in can someone explain?

 

It's possible that the plugin isn't loaded at the time that 'Smalltalk listLoadedModules' is called.  This applies also to built-in modules... a module listed in 'Smalltalk listBuiltinModules' will not be in the list of loaded modules unless it has been used.  You can attempt to load the JPEGReadWriter2 plugin by evaluating 'JPEGReadWriter2 basicNew isPluginPresent '

 

Josh