Re: Morph Window - Class? (was: [Newbies] error loading .pr

2007-04-03 Thread goran
Hi!

Andrew Dabrowski [EMAIL PROTECTED] wrote:
  AD Would I be correct in thinking that real Squeak developers must not use
  AD the interactive gui-building tools in Squeak because those tools don't
  AD produce results that can be easily packaged?
  
  that depends what you mean by packaged.
  
  I packaged means an application you will just deliver an image with
  the gui set up the way you want it. Nobody cares how you built that
  gui.
 
 One drawback of images is that they tend to be quite large.  The .pr 
 files are small so that strikes as better way of distributing programs.

Mmmm, a .pr file is a so called ImageSegment. It needs to be loaded into
an image.
So distributing .pr files only work if the receiver already has an
image. But you knew that I guess. :)

And btw, an ImageSegment is simply a chunk of objectmemory. Or in
other words a really fast serialization mechanism (fast because it uses
primitives to actually write out the contents of memory for most of its
contents).

  Personally I start with interactively building a gui (often only a
  proposal of a gui) and then I switch to code.
 
 I understand you to mean that you test out an interface design 
 interactively, but then do start over coding the whole gui from scratch 
 in smalltalk.
 
 That's kind of tragic.  Squeak is wonderful environment for building 
 things, it shouldn't be necessary still do all the coding of the final 
 product textually.  Many WYSIWYG gui builders exist, I would have 
 thought Squeak would be a leader there.

There have been several UI building tools/frameworks over the years. I
can't really comment much on them.
The continuous issue for all UI building tools is of course what the
heck they should produce in the end (code? serialized objects? XML?
etc).

 I think for my purposes (building simple apps, no ambition to be a 
 professional grade developer) I ought to use the 3.8 image and work with 
 projects.  I hope that projects will be supported in later versions of 
 the image.

I think we will have projects for quite some time - but unfortunately
they are not inherently backwards compatible. For example, loading
projects from 3.7 into 3.8 causes problems (due to the new wide String
stuff). This is the current reason SqueakMap only works in 3.8+.
SqueakMap needs to move away from using ImageSegments in order to be
compatible with more Squeak versions.

Btw, if you intend to build end user regular apps then you might want
to look into either wxSqueak or possibly even the GtkPlugin:

http://www.wxsqueak.org/
http://squeakgtk.pbwiki.com/

Then you can use other UI building tools (Glade etc) to build the UIs.

regards, Göran
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


[Newbies] PC World: What do you think is the greatest tech product ever?

2007-04-03 Thread Klaus D. Witzel

List,

it's time again to tell the world, at the bottom of the list on

- http://www.pcworld.com/article/id,130277/article.html

there is a radio button which is labelled other followed by a text box  
in which you can enter Squeak, Smalltalk and any variant you like (and hit  
the vote button :)


Thanx for your help on the marketing front!

/Klaius

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


Re: Morph Window - Class? (was: [Newbies] error loading .pr

2007-04-03 Thread Edgar J. De Cleene



El 4/3/07 1:27 PM, Bert Freudenberg [EMAIL PROTECTED] escribió:

 It's hidden - press Cmd-Shift-W.

Wow. A very nice collection of stuff
Some of this is new to me.

 Besides, the OLPC folks want kids to switch from
 Etoys to Python once they are older and we do not want to interfere
 with that goal.

Very sad to know they don't believe in Smalltalk.

 Interest yes, but we don't have any resources to spare for this,
 unfortunately.
 
 - Bert -

Once what 3.10 was in beta could you have time to supervise me like Ralph do
now ?

Edgar


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


[Newbies] Setting up User Accounts and Authentication in Seaside

2007-04-03 Thread Aditya Siram

Hi all,
I would like to use Seaside to give users access to different services. Is 
there a pre-built user authentication / user permissions package in Seaside?


Thanks...
Deech

_
Download Messenger. Join the i’m Initiative. Help make a difference today. 
http://im.live.com/messenger/im/home/?source=TAGHM_APR07


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