2
votes
1answer
44 views
Distributed source control for VisualWorks Smalltalk
One of the annoying things about Smalltalk is that it (usually) requires its own VCS, due to the way that it manages its source code. Squeak and Gemstone (at least in its GLASS ve …
3
votes
5answers
85 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
64 views
Smalltalk - Converting text object to string
Hi I have text editor widget in smalltalk (visual works) that returns a text object, however I want the text returned to be handled as a string object.
How do you parse a text obj …
1
vote
2answers
32 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
27 views
How to get rid of unmanaged code in VW 3.1d and ENVY
I have an old VW3/ENVY image with a parcel loaded as unmanaged code (exactly the situation Mastering ENVY/DEVELOPER warns against). Unfortunately, this problem happened a long time …
5
votes
4answers
428 views
Writing a GUI in squeak
How can I write a GIU in Squeak? I'm a Smalltalk newbie and I'm using Cincom's VisualWorks at the moment but I'd like to give Squeak a try. I see that Squeak has Morphic for graph …
1
vote
2answers
214 views
How can I run VisualWorks under OpenBSD?
Has anyone gotten VisualWorks running under OpenBSD? It's not an officially supported platform, but one of the Cincom guys was telling me that it should be able to run under a linu …
