>>>>> "Chris" == Chris Cunnington <[EMAIL PROTECTED]> writes:

Chris> My question is how did WADispatcherEditor summon the
Chris> FillInTheBlankMorph?  FillInTheBlankMorph has no senders, apparently.

in WAComponent class>>registerAsAuthenticatedApplication:, we see

SeasidePlatformSupport request:
   'Please choose a username for\the application ' withCRs ,
    aString printString.

>From there, you can see that SeasidePlatformClass requestor eventually
finds either a UIManager or FillInTheBlank class.

Chris> The second part of this question is, where in the image is this
Chris> knowledge being stored?

Chris> If I make my username: uncle and my password: bob, does it not stand to
Chris> reason that if I write 'uncle' in the Workspace and then
Chris> Command+Shift+E, then shouldn't that string appear in a class side
Chris> method somewhere? It doesn't seem to be stored anywhere I can find.

Explore downward from "WADispatcher default", and you'll see under
"entryPoints", "config", "configuration", "values" a dictionary with "login"
and "password".  I'm sure there's a way to do this "properly" as well.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to