Smalltalk is one of the oldest object-oriented programming languages. It pioneered many aspects modern developers take for granted: Virtual Machines (Smalltalk was an interpreted language) IDEs Pure object approach (no primitives or keywords at all) Closures (called Blocks) An image (i.e. ...
0
votes
1answer
12 views
Questions about GemStone/S
I'm having a hard time understanding the big picture of GemStone for Smalltalk. I am aware of GLASS as an application server on top of Seaside. But what happens if I do not need Seaside or a web ...
2
votes
0answers
27 views
What is the difference between image generation and image stripping in Smalltalk?
I read often of an "Image Generation" process in Smalltalk. The process seems to refer creating an image from scratch, from inside a Smalltalk.
But there is also a "Strip" process, which seems to ...
1
vote
1answer
26 views
Swazoo REST test server
I would like to use Swazoo to write a simple REST test server. When the server receives a request, some dialog shows it to the user and they provide a response.
I subclassed SwazooResource and make ...
0
votes
1answer
96 views
C call from Smalltalk
I'm trying to call EnumServicesStatus from within VisualWorks. For the first call I set the parameters to the required values to know how many bytes the returned information will require ...
0
votes
1answer
50 views
Saving modifications to existing kernel methods to Monticello
I'm working on Phratch (Scratch 2.0 in Smalltalk) and have modified the InputEventSensor>>processEvent method to store the last key pressed, in a similar manner to how the modifier keys are stored, so ...
2
votes
1answer
53 views
Does NBOpenGL really worth the effort?
Ok so I tried to learn Opengl ES 2 (and opengl 4) during my eastern vacation because I realised that I dont really need Athens or vector graphics for my GUI, since I will be dealing mostly with 3d ...
2
votes
1answer
42 views
How to determine if a method is defined in an ancestor class of an object in Smalltalk
Ok, so I am working on a school assignment in Smalltalk and basically the gist of it is that I am writing 3 classes that "manually" set and override methods. The class MyObject is wrapped in another ...
2
votes
1answer
61 views
Adjusting points in Pharo Smalltalk
I'm new to Smalltalk, so please bear with me. I'm simply trying to make a simple drawing using Morphs.
Now I can create Circles and Lines, but I'm having issues adjusting the start and end point ...
3
votes
1answer
59 views
Smalltalk: Checking if a method belongs to a class (or its inheritance hierarchy)
Is there a smalltalk message that will answer with a boolean value if a given method (example: passed with #aMethod) belongs to a given class (or its hierarchy)?
I want to say something like —
(self ...
2
votes
0answers
38 views
Can't peek keyboard events multiple times in Smalltalk Pharo 2
I want to peek at keyboard events, and according to the docs for Sensor I can do this without removing the event from the queue with peekKeyboardEvent, however it doesn't seem to work.
This works:
...
2
votes
1answer
59 views
How do I sleep for a few seconds in Smalltalk Pharo, and be able to interrupt this?
I'm debugging some keyboard event code and I want to loop with a sleep (to give me a chance to create the keyboard event), however when I do this Pharo won't let me quit with Command-. so debugging is ...
2
votes
1answer
24 views
getting 'ObsoleteTrait' when adding a trait in a testCase
I'm having a problem.
I'm using a code in a testCase
It starts like this
|mapeos obj myClass|
myClass := Smalltalk at: #ClaseForTesting.
myClass addToComposition: TraitPruebaCondicion1.
the ...
2
votes
2answers
39 views
Need Information on UserInterface Creator in Pharo
I am looking for a UIPainter (VW) like tool in Pharo. I see that Glamour has some examples in it, but I am not able to get Glamour on to the Pharo2.0 image. It would be great if I could get some ...
4
votes
2answers
66 views
Create selector dynamically from string
I've made a program that uses reflection to add a Trait dynamically, and solves conflicts automatically in one predeterminated way.
It uses aliases. It's working (I think), but I have only a problem ...
5
votes
1answer
43 views
How do I instrument test runners in SUnit?
I would like to instrument SUnit tests in Pharo. What is the proper way to change how tests are run?
Example:
I want to introduce a timeout to tests, each test I run should be aborted after a given ...
-3
votes
0answers
75 views
Command pattern in smalltalk [closed]
Can someone explain how can to implement the Command pattern using perform: in Smalltalk. (refer Java example)
3
votes
2answers
50 views
Test fixtures or equivalent for test data with Smalltalk Seaside?
I've been using Test Driven Development in a Seaside app I've been playing with, and all of my data is stored as objects in the image (as opposed to a database).
So when I run my tests I've had to ...
1
vote
1answer
26 views
VisualWorks 7.9.1 Ubuntu 12.04 [closed]
I would like to associate ~/vw7.9.1/bin/linux86/vwlinux86gui with .im files on Ubuntu 12.04, so that a double click of an .im file will open it up.
Anyone know the magic?
Thx for any tips...
2
votes
0answers
59 views
Smalltalk/seaside REST service return image
I'm learning Smalltalk / Seaside and I'm trying to return a picture from a REST service. I'm reading the seaside book on REST services. There is an example in the book on file uploading, but there is ...
1
vote
2answers
75 views
Skipping every other array element
So Im trying to skip past every other element and enter them into a collection. I am then converting the collection back to an array and trying to return it. Im not sure whats wrong though.
...
2
votes
1answer
78 views
Proxy pattern implementation in smalltalk
I was reading Proxy pattern implementation in smalltalk where it is implemented using doesNotUnderstand.
I did not get it when will this method be invoked as in the scenario. Can some one give me a ...
3
votes
2answers
76 views
new and initailize in smalltalk - how to pass parameters to intialize
In smalltalk, when we create a object by calling new which calls initialize . I want to initialize but with my own parameters(passed at run time). How can I do that.
e.g. Myobjcet new
but how do I ...
3
votes
1answer
76 views
Smalltalk: using a block as a block argument?
Is it possible to pass a block statement as a block argument for a given depth k? For example, if k = 1, I have f(x) defined as [x + 3], but if k=2, I want f(f(x)), which is [[x + 3] + 3]. This is for ...
0
votes
0answers
27 views
Handling tangible gestures with Smalltalk
I'm working with Smalltalk under VisualWorks 7.9.1, and I developed a parser that parses TUIO data from a tangible simulator.
Now the data I have is information about the tangible event, like the ...
3
votes
1answer
61 views
Open a link in seaside using javascript
Hi I am a newbie in Seaside and Smalltalk. I am developing a search application where the user posts a query and the system displays relevant results. Now to implement feedback, I want to know when a ...
2
votes
3answers
89 views
Seaside still actively developed? [closed]
Just a quick question. Since the last major version of seaside came out in 2010, is it still being actively developed? There doesn't seem to be too much going on at the moment. Also Iliad seems kinda ...
5
votes
1answer
60 views
In AthensTutorial where canvas comes from?
I was doing the AthensTutorial , I understand the first step
surface := AthensCairoSurface extent: self extent asIntegerPoint.
and then step 2 is
surface drawDuring: [:canvas |
"First, we clear ...
3
votes
2answers
74 views
seaside : 2 events on html anchor
In seaside I need to do two events - callback and go to the other url (google.com) on clicking a link but I am not able to do both of them. What could be possibly wrong here? Is there any way I can do ...
2
votes
1answer
55 views
error while committing to gemstone respository : ZnHttpUnsuccessful : 501 Not Implemented
while adding my project to ss3.gemstone.com/ss but when I do commit in monticello I get following error "ZnHttpUnsuccessful : 501 Not Implemented"
2
votes
1answer
51 views
pharo - run a code when server starts
I am using ZnZincServerAdapter and have a web server. I now want to make sure that when I start this server there should be a piece of code that gets executed. how can this be done ?
basically i have ...
4
votes
2answers
69 views
Interception messages in Squeak
I am trying to understand better reflection in Smalltalk. I am using the latest version of Squeak (v4.3). I want to intercept every message sent to instances of one of my classes. I assumed that I ...
1
vote
2answers
38 views
update the content of a page once the renderContenOn: in smalltalk
How do I update the content of a page once the renderContenOn: has been called? As in the page has been rendered but when user clicks on submit button I have a callback and I need to update the same ...
1
vote
0answers
49 views
Session key changing for same client(HttpClient)
I am trying to figure out what i might be missing here.
I have a Servlet TestServlet which is ,
Smalltalk defineClass: #TestServlet
superclass: #{VisualWave.HttpServlet}
indexedType: #none
...
1
vote
1answer
40 views
Seaside + jQuery variable check for onBlur
How do I code a variable check into a Seaside jQuery onSuccess: script?
I have an application with input fields that trigger a value change followed by a re-rendering of the view. It works nicely to ...
1
vote
2answers
129 views
Lazy list s-expression matrix in smalltalk
So I have a class to create in smalltalk called LazyMatrix. The class only has 1 instance variable and cannot be a subclass of anything but Object. The instance variable of LazyMatrix is called block ...
2
votes
2answers
64 views
Smalltalk's ReadWrite stream “atEND” evaluation has no effect
I'm evaluating the following block :
[byteStream atEnd] whileFalse: [stream nextPut: self parsePacket]
The problem is that my " byteStream" which is a ReadWrite stream, is at its end, (I inspect ...
1
vote
1answer
113 views
Make a Matrix class that can be initialized without declaring matrix size first
I am new to Smalltalk and am taking a class init currently. One of the problems we were assigned requires creating a new Class "HeavyMatrix", which is called like this —
aMatrix := HeavyMatrix new.
...
3
votes
2answers
88 views
Postfix calculation in smalltalk
I have to write a code to evaluate a postfix notation(reverse Polish evaluation) in Smalltalk. I have gone through the documentation and have also implemented a stack. This is the code I have written ...
1
vote
1answer
93 views
how to change submorph position
I have two morphs that one is in the other.
a:= Morph new.
b:= Morph new.
a addMorph: b.
a openInWorld.
but when I want to change b's position by doing b position: 100@100, it never shows the ...
5
votes
3answers
74 views
How to define a ConfigurationOf with a #development version that depends on a baseline?
In Pharo, I want to define a Metacello's ConfigurationOfNand2Tetris that has just one package:
ConfigurationOfNand2Tetris>>baseline01: spec
<version: '0.1-baseline'>
spec
for: ...
7
votes
3answers
77 views
Porting code to Pharo 2.0
Pharo 2.0 changed some basic API bits, and I cannot found the new way of doing the following:
FileDirectory default directoryNamed: aFolderString.
FileDirectory on: aFilename.
FileDirectory default ...
3
votes
2answers
45 views
Smalltalk ReferenceStream has problems with new instance variables?
In Pharo Smalltalk I'm using ReferenceStream to serialise a list of objects -- here's the class definition of the objects I'm serialising:
Object subclass: #Task
instanceVariableNames: 'title notes ...
1
vote
1answer
70 views
Smalltalk and MySQL
I need to do a project in Smalltalk and use relational database. I am a bit confused as I can not find much help on relational database and I need to finish the project in 20 days. Can someone please ...
3
votes
2answers
75 views
How do Announcements relate to the classic Smalltalk-80 dependent/change/update mechanism?
With the Announcements framework available in Pharo Smalltalk, is there still a reason to use the classic Smalltalk-80 dependent/change/update mechanism?
3
votes
2answers
47 views
Sharing seaside sessions using Gemstone/S
I am writing a web application using VisualWorks Smalltalk, Seaside and Gemstone/S.
At the moment the session state for the client can be maintained only if the client always returns to the same ...
5
votes
1answer
61 views
Why GNU Smalltalk uses brackets for method bodies?
In GNU Smalltalk manual it is written that:
Unlike other Smalltalks, method statements are inside brackets.
So I'm wondering, why there would be such an arbitrary deviation from Smalltalk-80?
4
votes
2answers
95 views
Why instanceVariableNames is a String and not a more structured collection
I'm a Smalltalk beginner, currently playing with Pharo and I'm curious about a choice in the subclass message: the keyword instanceVariableNames wants something able to answer to the subStrings ...
4
votes
2answers
57 views
Periodic JQuery update in Seaside
I am using Seaside (2.8 in Squeak 4.2) and am normally updating like this:
html div
onClick: ((html jQuery: '#asdf') load html: [:h|h text: 'qwer'])
; with: 'asdf'.
But this time, i have ...
2
votes
1answer
67 views
Encapsulation: allow accessing of fields of any other than the current receiver object
Some object oriented languages (e.g. Smalltalk) do not allow accessing of
fields of any other than the current receiver object. For example:
expressions like this.good, or this.like:=false would be ...
3
votes
2answers
73 views
How to bind a LabelMorph/TextMorph to a variable so that the Morph reflects changes of the variable?
I have an object with a variable containing a String.
I have a window containing a LabelMorph/TextMorph (or some other Morph that displays Text?).
How do i bind the LabelMorph/TextMorph to the ...


