Tagged Questions

2
votes
3answers
43 views

Smalltalk - Inserting a TAB character (Visual Works)

I'm having some trouble inserting a tab between two strings. stringOne := 'Name'. stringTwo := 'Address'. I've tried: info := stringOne, String tab, stringTwo. or info := s …
6
votes
6answers
354 views

Why does the Squeak interface look and act so antiquated?

Don't get me wrong - I love Smalltalk, but... To me, the Squeak interface is one of the biggest turnoffs. I love Smalltalk - not the user interface. One only has to contrast mod …
3
votes
5answers
82 views

Smalltalk - Compare two strings for equality

I am trying to compare two strings in Smalltalk, but I seem to be doing something wrong. I keep getting this error: Unhandled Exception: Non-boolean receiver. Proceed for truth. …
1
vote
2answers
31 views

Smalltalk, displaying OrderedCollection to List Widget

Hi I have an ordered collection of strings which I'm trying to display on a list widget. I do the following: self displayWidget list: coll. where displayWidget is a List Widget …
1
vote
1answer
59 views

Create from scratch, or build up on Scratch?

I'm considering building a visual programming language, akin to Scratch, for use by children (a.k.a. poor typists) in programming micro-controllers or robots. There is, for exam …
0
votes
1answer
62 views

What are other modern, free analogs of Squeak and Esterel?

A long time ago, Rob Pike and Luca Cardelli wrote a paper called "Squeak: a language for communicating with mice". It was based on Hoare's communicating sequential processes, but i …
1
vote
3answers
68 views

Invoking shell commands from Squeak or Pharo

How can you invoke shell commands from Squeak and Pharo? Do these environments have anything in them like the system() function in certain unix languages to run external shell comm …
0
votes
1answer
33 views

Context-menus in Squeak

I am using Squeak (can't use Pharo), and I have a Morphic application and I wish to add my own custom Context-menu (I don't want to add to or use the Halo menu). How do I build my …
4
votes
7answers
423 views

Best Smalltalk/Squeak Books

What is a single book you would recommend to someone interested in Smalltalk? I've started looking into Smalltalk some weeks ago. So far I've gone through the Cincom tutorials (1 …
1
vote
1answer
22 views

Generating printable output within Squeak

I'd like to create a printable output file from within Squeak, for instance to create a report. I've done a little Googling and I'm surprised by how little material in the way of …
5
votes
6answers
316 views

How Compatible is GNU Smalltalk with Squeak

Hey all, I'm working on an app in squeak that requires no graphics at all, its all just data manipulation. The problem is that I work in a fairly conservative environment and I do …
5
votes
3answers
216 views

Magma, GOODS, GLORP, or something else?

So I've been using Smalltalk for about 6 months now (Squeak and Pharo), mostly doing data analytics, and I'm about to start my first Seaside app. So my question to all you Smalltal …
0
votes
1answer
46 views

Referencing a morph in Squeak (Mophic) created by direct manipulation via ‘code’

How do I reference (i.e. program) a Morph created by direct manipulation, for instance dragging a text box from the supplies menu to the desktop, via Squeak/Smalltalk code in say t …
0
votes
1answer
58 views

Squeak - How do I move a circle?

In the Squeak Smalltalk environment, I am trying to learn Morphic. There are many, many Morphic classes and I cannot determine the most appropriate one(s) to use for my current app …
1
vote
2answers
81 views

Initialize an object with an array

I was going through (using Squeak) the Discovering Better Code: Bowling for Smalltalk Series by Ron Jeffries and I can't get pass through the third article. A new class (called Fr …

1 2 3 next
15 30 50 per page