Re: [Newbies] Re: squeak 'wysiwyg' application?

2008-04-13 Thread Sven Schott
Sorry, another beginner here. :)

I've installed Scamper(12) several times (I'm on the 3.9.1-final-7075 image
for Mac) but when I try to run it I get and UndefinedObject parse: error.
I'm guessing that's the equivalent of my beloved NilObject thing in Ruby
(message passed to a null reference).


Any ideas?


Also, I find that many of the libraries aren't updated for 3.9 yet (3.10 has
been released so it don't inspire confidence). Is this just a hiccup or are
many of the libraries not updated. Also, is stuff broken so quickly between
releases?

On 4/13/08, Klaus D. Witzel [EMAIL PROTECTED] wrote:

 On Sat, 12 Apr 2008 23:48:44 +0200, David Goldstrom wrote:

  Klaus,
   Thanks for the suggestion.  I found Scamper and installed it, but how
  do you start it? I tried Scamper open, start, etc... and Do It but
  no luck :-). I'm sure it's obvious, but I haven't quite got it yet.
 

 It should register itself in the World menu (open-) and also in the tools
 flap (drag it out).

  Thanks for pointing me to Sophie. I can navigate to the developers site
  and the latest sources for sophie, but then I find myself wondering
  which .mcz files to download and install?
 

 I think that Sophie brings a lot of stuff in its dedicated .image, just
 download it (linked from the homepage) for your platform. They have also
 docs for the developer,

 - http://dev.sophieproject.org/?q=book

  Any suggestions are much appreciated :-). Thanks again,
  David
 

 You're welcome :)

  --- Klaus D. Witzel wrote:
 
   There's a video about Sophie in action, a Squeak wysiwyg application,
  
   - http://www.youtube.com/watch?v=Ag59IDi3dgQ
  
   and Sophie's home page is here,
  
   - http://sophieproject.org/
  
   Look for Scamper, I think it's on SqueakMap (it may depend on your
   Squeak
   version).
  
   Enjoy Squeak :)
  
   /Klaus
  
Thanks in advance,
David G.
  
 
 
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com
 


 ___
 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


Re: [Newbies] Re: squeak 'wysiwyg' application?

2008-04-13 Thread Edgar J. De Cleene



El 4/13/08 6:59 AM, Sven Schott [EMAIL PROTECTED] escribió:

 Sorry, another beginner here. :)
 
  
 I've installed Scamper(12) several times (I'm on the 3.9.1-final-7075 image
 for Mac) but when I try to run it I get and UndefinedObject parse: error. I'm
 guessing that's the equivalent of my beloved NilObject thing in Ruby (message
 passed to a null reference).

You need load in order
http://www.squeaksource.com/Ladrillos/Network-HTML-md.4.mcz (I put for
convenience here)
http://www.squeaksource.com/Scamper/Scamper-kfr.12.mcz

And then in Workspace Scamper open.

Was not registered into open menu or in Flaps, but works...

Another old friend for FunSqueak ?

Edgar


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


Re: [Newbies] Re: squeak 'wysiwyg' application?

2008-04-13 Thread David Goldstrom
Thank you. I went back and loaded Network-HTML through SqueakMap and
then Scamper, and that resolved the problem, and put the webbrowser
option in the menu. I was assuming that the dependencies were loaded.
Based on the package description for 3.6  above. Thanks again!
David G.

--- Edgar J. De Cleene [EMAIL PROTECTED] wrote:

 
 
 
 El 4/13/08 6:59 AM, Sven Schott [EMAIL PROTECTED] escribió:
 
  Sorry, another beginner here. :)
  
   
  I've installed Scamper(12) several times (I'm on the
 3.9.1-final-7075 image
  for Mac) but when I try to run it I get and UndefinedObject parse:
 error. I'm
  guessing that's the equivalent of my beloved NilObject thing in
 Ruby (message
  passed to a null reference).
 
 You need load in order
 http://www.squeaksource.com/Ladrillos/Network-HTML-md.4.mcz (I put
 for
 convenience here)
 http://www.squeaksource.com/Scamper/Scamper-kfr.12.mcz
 
 And then in Workspace Scamper open.
 
 Was not registered into open menu or in Flaps, but works...
 
 Another old friend for FunSqueak ?
 
 Edgar
 
 
 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Re: squeak 'wysiwyg' application?

2008-04-13 Thread Edgar J. De Cleene



El 4/13/08 10:04 AM, David Goldstrom [EMAIL PROTECTED] escribió:

 Thank you. I went back and loaded Network-HTML through SqueakMap and
 then Scamper, and that resolved the problem, and put the webbrowser
 option in the menu. I was assuming that the dependencies were loaded.
 Based on the package description for 3.6  above. Thanks again!
 David G.


In 3.9 ? 
The recipe is for 3.10, so if loading from SqueakMap works, someone should
mark as working in 3.9 and 3.10, or made a appropriate dependencies load and
register in Universes.

Edgar


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


[Newbies] Re: squeak 'wysiwyg' application?

2008-04-12 Thread Klaus D. Witzel

On Sat, 12 Apr 2008 20:55:49 +0200, David Goldstrom wrote:


Hi,
   I'm working through a beginner tutorial, and like what I see so far,


Welcome David :)


but I have a side question...

   Is there a wysiwyg editor for squeak? I guess I can live without
(and use LaTEX outside of Squeak) but it would be nice to have. I don't
need Word or OpenOffice but I'd like something more like Wordpad.

  Is SqueakMap the place to look for something like that, or is there
someplace else?


There's a video about Sophie in action, a Squeak wysiwyg application,

- http://www.youtube.com/watch?v=Ag59IDi3dgQ

and Sophie's home page is here,

- http://sophieproject.org/


  Are there enough tools to really 'live' in a squeak environment? One
example would be a web-browser inside Squeak so that I could access
google apps?


Look for Scamper, I think it's on SqueakMap (it may depend on your Squeak  
version).


Enjoy Squeak :)

/Klaus


Thanks in advance,
David G.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



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