Re: [Newbies] on-line seaside tutorial or book

2008-05-14 Thread Michael Haupt
Hi,

indeed the online tutorial and book are in sync most of the time. New
material is added to the book, and the LaTeX sources are magically
converted to Seaside code, which in turn forms the online version. :-)

Best,

Michael
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


[Newbies] Re: Does create class prompt on save actually record to the changes file?

2008-05-14 Thread Klaus D. Witzel

On Wed, 14 May 2008 01:39:24 +0200, Tim M wrote:



When I save a method that references a new class, it prompts me if I  
want to create the class when I save


e.g.  initialize

  super initialize.

  self menuComponent: StMenuComponent new

If I let Squeak create the STMenuComponent class, i don't think it gets  
added to the change log - as when I crashed my image several minutes  
later and tried to follow the recovery instructions  
(http://www.eli.sdsu.edu/courses/spring01/cs683/notes/crash/crash.html)  
I wasn't able to recover source in that class as it didn't get created  
in the listed changes (although the subsequent methods I added to it  
were offered as changes to load). I think its possibly that the helpful  
prompt to create a class didn't put it in the change log? does this  
sound correct and is it a bug?


Yes, by using the fresh sq3.10-7159dev08.05.2.image I just reproduced that  
bug, there's nothing about the new class in the .changes file :(


This is easy to see with FileList = recent changes button on the .changes  
file.


Please enter a bug report @ http://bugs.squeak.org also report which  
.image you're using.



This was in the Seaside one-click install image.


/Klaus

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Easy way to define new methods referenced in a method?

2008-05-14 Thread Claus Kick

Tim M wrote:
Is there an easy way to define methods when you reference them in a new 
method?


e.g.
renderContentOn: html

 html heading: 'ToDo-List'.
 html div
 class: 'menu';
 with: self menuComponent.


When I save it warns me that menuComponent isn't defined but there is no 
option to define a stub method for it? So I simply select that its 
correct. Then in the new method there is no refactor operation to 
implement that method (in Dolphin I can select the AutoCorrect menu and 
there is a define method option - is there some addin for Squeak that 
does this? Or does everyone rely on having a test that calls the method 
and so you let the debugger define it?)


I would be grateful enough if I could tell the browser to ignore this 
error because I know what I am doing.

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] on-line seaside tutorial or book

2008-05-14 Thread Claus Kick

Michael Haupt wrote:


Hi,

indeed the online tutorial and book are in sync most of the time. New
material is added to the book, and the LaTeX sources are magically
converted to Seaside code, which in turn forms the online version. :-)


Now that is a nice solution - might be worth trying to build a product 
out of it!

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] on-line seaside tutorial or book

2008-05-14 Thread David Zmick
Yay! the seaside book, I want to buy it, don't have any money though

On Wed, May 14, 2008 at 9:48 AM, Claus Kick [EMAIL PROTECTED] wrote:

 Michael Haupt wrote:

  Hi,

 indeed the online tutorial and book are in sync most of the time. New
 material is added to the book, and the LaTeX sources are magically
 converted to Seaside code, which in turn forms the online version. :-)


 Now that is a nice solution - might be worth trying to build a product out
 of it!

 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners




-- 
David Zmick
/dz0004455\
http://dz0004455.googlepages.com
http://dz0004455.blogspot.com
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Squeak and GUIs

2008-05-14 Thread David Zmick
That is a very good question, thank you for asking.. I was wondering a bit
myself, I have figured out alot through experimentation though!

On Tue, May 13, 2008 at 8:10 PM, Hanita Bte Abd Hamid 
[EMAIL PROTECTED] wrote:

 Dear Claus,

 Here are some of the Tutorial links that I find it useful.

 http://squeak.preeminent.org/tut2007/html/
 http://www.dmu.com/squeak/
 http://www.consultar.com/Squeak/tutorial/english.html

 I hope it helps. All the best!

 Regards,
 Hanita
  --
 *From*: Claus Kick [EMAIL PROTECTED]
 *Sent*: Wednesday, May 14, 2008 3:33 AM
 *To*: beginners@lists.squeakfoundation.org
 *Subject*: [Newbies] Squeak and GUIs

 Hello everyone,

 is there some documentation/tutorial somewhere which explains how to
 build a standard GUI application in Squeak?

 Cheers,

 Claus
 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners


 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners




-- 
David Zmick
/dz0004455\
http://dz0004455.googlepages.com
http://dz0004455.blogspot.com
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners