|
Re: FillInTheBlankMorph: msg#00056lang.smalltalk.squeak.beginners
>>>>> "Chris" == Chris Cunnington <cunnington@xxxxxxxxxxxx> 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 <merlyn@xxxxxxxxxxxxxx> <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!
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | FillInTheBlankMorph, Chris Cunnington |
|---|---|
| Next by Date: | Re: FillInTheBlankMorph, Randal L. Schwartz |
| Previous by Thread: | FillInTheBlankMorph, Chris Cunnington |
| Next by Thread: | Re: FillInTheBlankMorph, Randal L. Schwartz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |