Description:
The Dolphin variant of the Smalltalk language.
|
|
|
"PledgeWare" : Aiming for a Dolphin Restart
|
| |
Folks, I posted this message to c.l.s.d to evoke a response from outside the immediate Dolphin community. I'm assuming that most Dolphin users will have seen this proposal in the "64 Bit VM" thread. However, for those that have not, I repeat it here. As you are probably aware, we decided to halt major development on... more »
|
|
Instance of dialog subclass survives, even the panic button...
|
| |
Hi Dolphiners, I have an problem with an instance of an dialog subclass (BiPosKalkDialog). It woun't disapear on normal view::close. The panic button doesn't work either. My investigtion on holders of the instance was not successful. The only place where one is stored is inside an instance method of another dialog subclass... more »
|
|
DNG questions
|
| |
Hello, Not to distract the -currently hot- topics' subject further I opened a new thread (You can add your own questions here if you want). My question is, if Dolphin 6 Pro will continue to be sold (by Object Arts) after the release of DNG or if the new customers will only be able to buy DNG?
|
|
Things that make you swear
|
| |
Following on from a previous thread about things in Dolphin that don't work quite as you would expect I thought I might as well document my pet peeve. It doesn't happen enough to make me want to see if I can find some way of obviating the problem, but it does happen enough for me to get annoyed about it when it happens.... more »
|
|
How to pass variables to DBParameterized #values:# ?
|
| |
I've been playing with Dbconnect to talk to mysql, and have it basically working, but can't figure out the syntax on how to pass a variable to the insert statement. Have tried : ** c1, c2 are varchar(20)) *** n1 := 'Mike' n2 := 'Smith' ps := d prepare: 'insert into t1 (c1,c2) values (?, ?)' --- crashes to debugger *... more »
|
|
things I miss about VW in Dolphin
|
| |
Okay, there's precious little I miss about visualworks. I don't miss the namespaces or anything like that. In fact, I haven't touched visualworks in most of a decade, back when it was version 4i if I recall correctly. However, I *do* miss: 1) being able to drag and drop instance variables onto target classes... more »
|
|
Strange look&feel of DNG.
|
| |
I see these screenshots: [link] Why icons draws without alpha and text goes out of tab borders? DNG takes the job of control's drawing to himself? Why not to give this hard work to windows himself? Strange way...
|
|
|