Making a theme work consistently is a huge amount of work. We have not finished
making one of them work. I’m in favor of finishing one theme before spending
time
on other theme’s.
Stephan
The pharo theme seems to have been dropped from Pharo 3. I loved that theme.
The first thing I always do is switch to the pharo theme. Is it still
available somewhere? I really do not like the pharo 3 theme and the Watery
and Vistary themes are no use on Linux.
--
View this message in context:
Sounds good, Johan. The most interesting part of my framework is the code
that detects the contours that are being exited and entered upon a state
transition. That code is heavy on object introspection, and I can't think
of a better language than Smalltalk to do that sort of thing.
Bob
On
Hi Bob,
thanks for the info. We have not found anything yet (but have not looked
in-depth). Evaluating our needs, we see that we have something quite simple, in
the end, but with some weird specific requirements. So in the end we will roll
our own. It will be available as open source, and will
Johan, I made a hierarchical state machine framework in VA Smalltalk, and
use it to this day in an application that has several state machines
comprising hundreds of states. Unfortunately, it's not open source, and I
don't own the code, so I can't share it. It has #assumeState and
#relinquishStat
Thanks !!
2014-04-10 11:43 GMT+02:00 Esteban Lorenzano :
> from the app, you quit (without saving) by executing:
>
> Smalltalk snapshot: false andQuit: true.
>
> in windows, to disable the annoying dialog "exit without save" when
> pressing the close button, you need to add:
>
> EnableAltF4Quit=
from the app, you quit (without saving) by executing:
Smalltalk snapshot: false andQuit: true.
in windows, to disable the annoying dialog “exit without save” when pressing
the close button, you need to add:
EnableAltF4Quit=0
to the ini file (honestly, that should be the default, but is not).Th
Hi !
I'm developping a desktop application for Windows and I want to prevent the
user from saving the image.
First off, setting the #canSaveImage permission to false does not seems to
prevent saving. But it's okey since the user won't have access to the World
Menu.
However, upon quitting the VM,
On 10 Apr 2014, at 07:03, itli...@schrievkrom.de wrote:
> Am 10.04.2014 03:09, schrieb Paul DeBruicker:
>> +1 to Sven's comment and Marten - you should post this on the GemStone list
>> as one of their guys will be able to help you with the encoding issues.
>
> Its ok for me. Due to Sven's softw