17/02/16 23:25
Here’s a funky program that can help you make sweet(?) music with your PC.
Plimbole is a sequencer for
Generative Music and you can treat it either as a standalone program or get the Smalltalk source and hack away to add new features.
More…Tags: Dolphin Smalltalk
30/01/16 13:04
Some time ago we published an improved Hello World tutorial that shows you how to get started with Dolphin and its default user interface framework,
Model View Presenter. With the recent release of Dolphin 7 to a wider open source audience, it seems useful to republish this. If you’re new to Dolphin, be sure to check out our
Getting Started page first…
More…Tags: Dolphin Smalltalk
29/12/15 00:46
This is a quick announcement to our blog subscribers to let you know that Dolphin Smalltalk is about to go open source. A new version, Dolphin 7, which is equivalent in function to the previous Dolphin Professional product will be released on the GitHub public source sharing repository later today. Please visit
Getting Started for a countdown to the release and, thereafter, for full build instructions.
Tags: Dolphin Smalltalk
05/01/12 17:00
Dolphin can easily use icons to represent objects, either on a class-by-class basis or for each instance.
More…Tags: Dolphin Smalltalk
29/09/11 11:32
Wine is a free (open source) way of running Windows programs under other operating systems like Mac OSX or Linux. With a few simple changes the Dolphin development environment can be run under Wine but, perhaps more importantly, so can the applications created with it. This article shows you how.
More…Tags: Dolphin Smalltalk
29/09/11 10:50
It turns out that it is quite possible to get Dolphin running under Wine without too much effort. These videos show how to get started with Dolphin and
WineSkin, a Wine wrapping tool that is specifically targetted at Mac OSX.
More…Tags: Dolphin Smalltalk
03/03/11 16:55
When we originally designed the Dolphin MVP framework we cautiously added the parallel ability to be able to create GUI applications in the older “widget” style. This video demonstrates how to get started using this alternative strategy.
More…Tags: Dolphin Smalltalk
02/12/10 16:00
When it comes to “Getting Started” tutorials one can’t really have enough of them. With that in mind, here’s another GUI application tutorial for Dolphin’s MVP framework. This time the aim is to create a simple game called “Lights Out”.
More…Tags: Dolphin Smalltalk
23/11/10 16:44
The Dolphin image provides plenty of benefits to your development workflow. However, it should only be regarded as a temporary home for your work. This is brought home in dramatic fashion should you accidentally do something that causes your image to fail or damages it such that it won’t reload.
More…Tags: Dolphin Smalltalk
10/11/10 16:10
It’s very easy to add Text To Speech (TTS) facilities to your Smalltalk programs using an interface to the Microsoft Speech API. In this 5 minute video, I’ll take you through how it’s done.
More…Tags: Dolphin Smalltalk
04/11/10 15:38
To keep my kids off the XBox in the summer vacation, I put together a 3D playground in Dolphin Smalltalk for them to mess around with. The result was Aragon3d, an object oriented wrapper around the popular
Truevision3D library.
More…Tags: Dolphin Smalltalk
17/09/09 12:36
We've always prided ourselves that Dolphin is one of the "better looking" Smalltalks out there. Indeed, when we first started, I think Dolphin was the first Smalltalk IDE to use icons to represent classes in the various browsers. As a result, it's been pretty easy to use icons to represent objects and toolbar commands, both as part of the IDE and in end-user applications. But, and here's the crunch, it has always been necessary to load these icons from external files.
More…Tags: Dolphin Smalltalk
16/04/09 10:57
Dolphin's MVP framework continues to appear daunting to new Smalltalk users and yet it's really rather similar to Visual Basic but with "more wing nuts" to allow components to be easily taken apart and the pieces reassembled in different ways. Perhaps revisiting the design rationale behind MVP might help?
More…Tags: Dolphin Smalltalk
15/04/09 15:35
Not only is it easy to interface to COM/ActiveX components in Dolphin Smalltalk but we like to think that the Dolphin development environment is one of the best places to experiment with various controls to test out their functionality.
More…Tags: Dolphin Smalltalk
24/02/09 15:24
In response to a request on the Dolphin Smalltalk newsgroup, Andy Bower takes you through an in-depth walkthrough of the steps to create an animated 2D Air Traffic Control game in Dolphin Smalltalk.
More…Tags: Dolphin Smalltalk