Re: [Newbies] FillInTheBlankMorph

2007-12-10 Thread Randal L. Schwartz
> "Chris" == Chris Cunnington <[EMAIL PROTECTED]> writes: Chris> Pretty cool. Pretty cool. I see that the the Seaside-Platform class Chris> category is for relating Seaside to the underlying Smalltalk OS, which Chris> in this case is Squeak. FillInTheBlankMorph, when called openInWorld, Chris>

Re: [Newbies] FillInTheBlankMorph

2007-12-10 Thread Chris Cunnington
> 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 F

Re: [Newbies] FillInTheBlankMorph

2007-12-10 Thread Randal L. Schwartz
> "Randal" == Randal L Schwartz <[EMAIL PROTECTED]> writes: Randal> Explore downward from "WADispatcher default", and you'll see under Randal> "entryPoints", "config", "configuration", "values" a dictionary with Randal> "login" and "password". I'm sure there's a way to do this "properly" Rand

Re: [Newbies] FillInTheBlankMorph

2007-12-10 Thread Randal L. Schwartz
> "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:

[Newbies] FillInTheBlankMorph

2007-12-10 Thread Chris Cunnington
Hi Squeakers, I have a question about passwords and authentication. In Seaside, if you want to change a password, then you can type: WADispatcherEditor initialize And this will call up a little mystery window. I realized I could just ask the little window what its name was by Command+clicking

Re: [Newbies] TestFailure: Assertion failed in first practice from Squeak by Example

2007-12-10 Thread Eric Eisaman
Yes, the shout method is defined in the String object. Eric On Dec 11, 2007 7:09 AM, stephane ducasse <[EMAIL PROTECTED]> wrote: > Hi Eric > > On 10 déc. 07, at 21:48, Eric Eisaman wrote: > > > Hell Squeakers, > > > > At home I went through the first half of the Squeak by Example > > book. The g

Re: [Newbies] TestFailure: Assertion failed in first practice from Squeak by Example

2007-12-10 Thread stephane ducasse
Hi Eric On 10 déc. 07, at 21:48, Eric Eisaman wrote: Hell Squeakers, At home I went through the first half of the Squeak by Example book. The guided practice went without a hitch however, when I worked through the first practice of writing a simple String method at work, on a different i

[Newbies] TestFailure: Assertion failed in first practice from Squeak by Example

2007-12-10 Thread Eric Eisaman
Hell Squeakers, At home I went through the first half of the *Squeak by Example* book. The guided practice went without a hitch however, when I worked through the first practice of writing a simple String method at work, on a different image, I ran into this problem. Why am I receiving an 'Asserti

[Newbies] Fonts with non-standard sizes?

2007-12-10 Thread Simon Guest
Hi, I've made a morph which contains some text, and the font size should depend on the size of the morph. However, if I just try to set the font using StrikeFont class>>familyName:pointSize: or TTCFont class>>family:size:, it only gives me fonts in certain predefined sizes. I know I can choose m