Eric answered many questions already, but here are a few more comments:
Am 25.01.2006 um 08:49 schrieb Stéphane Ducasse:
> I know that lot of people are developing at impara using Tweak, are
> these projects available so that we can learn from the examples?
The Etoys work is public, Sophie is going to be open-source. There
are some hacks at
http://source.impara.de/Stuff.htmlYou might check out the WorldNavigator there which is pretty handy.
> Is there a squeaksource with tweak projects?
Not that I know of. There are some student projects with Tweak UI
from the University of Magdeburg, but they would have to announce
that themselves.
> - do you work with the tweak tools? Since I found the navigation
> missing for example in the users of...
We hadn't too many resources to spend on them after Marcus finished.
We hope ToolBuilder will come to the rescue here. Until then, we
develop with the Morphic tools.
> - I read the code of CPainter and this is a pleasure to rid
Thanks :) IIRC that was one of the first things I did with TCAR.
> Some small feedback (tweak 1-2 update 590)
>
> - the creation of window or some widgets seems slow, there are some
> flashes, is it normal?
That's a bug, related to how projects are drawn.
> onLayoutChanged
> | box |
> <on: layoutChanged>
> ...
>
> onLayoutChanged
> <on: layoutChanged>
> | box |
> ...
Property notation is just an extension of the original Smalltalk
primitive notation in angled brackets. I guess you would have to ask
Dan why it's this way around, I'd prefer the latter syntax, too :)
- Bert -
_______________________________________________
Tweak mailing list
Tweak@...
http://impara.de/mailman/listinfo/tweak