On Mon, 3 May 2010 10:40:50 -0700 (PDT), "alan.knight"
<
alan....@gmail.com> wrote:
> That would be about the last thing I'd consider easiest. If you load
> the parcel and just edit the import list in the namespace definition,
> it should just work.
>
> However, filing out and parcelling out are different things. Parcels
> are a binary representation, fileouts are the source code. If you
> filed it out, use the file manager's file in menu item to load it. The
> parcel manager is only going to understand parcels. But all of that
> should be entirely unnecessary, because you should be able to just
> change it.
Ok.. I think I know what happened.. I was reading the AppDevGuide.pdf
(for Visualworks 7.6 -- I wasn't able to locate anything newer --
are there newer docs for VW7.7? I don't see any docs listed on the
Cincom site -- but Google found the 7.6 docs for me on their site)
and in issuing a "Root.Smalltalk inspect" in the workspace I found that
my new namespace was being created within my old namespace (nested) which
was not what I wanted and which was causing the binding complaint I
mentioned earlier.. I was able to create one properly within the
Applications area and verified it later using the above inspect and all
is good..
Now to move the classes residing in the old namespace to the new
namespace.. The AppDev Guide indicates I can drag-n-drop (in the
class browser) classes into a new namespace but when I try in WV I
get a circle with a slash thru it.. I can edit the class spec easily
but then end up with two copies.. Is there some better way to switch
classes from one namespace to another?
Sorry for being a pain in the rear!! I'm learning new stuff here
for areas I've not really toyed with much!
TIA!