Stéphane Ducasse
2006-01-25 07:49:41 UTC
Hi
I'm currently evaluating if we should or not use Tweak for the dev of
an application to help kids to
learn reading. The project is a bit risky since this is the first one
of vincent and we have to have a success there.
I have a bunch of questions:
- Are there any large examples of applications developed in Tweak?
I know that lot of people are developing at impara using Tweak, are
these projects available so that we can learn
from the examples? Is there a squeaksource with tweak projects?
- Besides Sophie and impara are there people developing in Tweak? Is
it too early to try if we do not have a guru at end?
- do you work with the tweak tools? Since I found the navigation
missing for example in the users of...
- I read the code of CPainter and this is a pleasure to rid
- What blue means for the instance variables?
- I could not saved (fileout the code) only method but not class
category or class. Is it normal?
Some small feedback (tweak 1-2 update 590)
- the creation of window or some widgets seems slow, there are some
flashes, is it normal?
- sometimes I got slow redraws of part of the screen, is it normal?
- the paintool does not draw correctly its subcomponents
- I created a "sketmorph" and play with the menu and created a tile
for this object. But I could not destroy it (pressing the x halo morph
did not work)
- I downloaded the latest version and clicked on update: it udpated
but now I do not have the update
option anymore. Is is normal?
I was wondering
why we get
onLayoutChanged
| box |
<on: layoutChanged>
box := self localBounds insetBy: borderWidth.
board bounds: box.
palette topRight: box topRight.
and not
onLayoutChanged
<on: layoutChanged>
| box |
box := self localBounds insetBy: borderWidth.
board bounds: box.
palette topRight: box topRight.
Feedback on the bank account tutorial
============================
"and second, accessor methods (#balance and #balance:) have been
automatically generated."
the browser did not refresh correctly I was seeing them until I
reclicked on the class
I'm currently evaluating if we should or not use Tweak for the dev of
an application to help kids to
learn reading. The project is a bit risky since this is the first one
of vincent and we have to have a success there.
I have a bunch of questions:
- Are there any large examples of applications developed in Tweak?
I know that lot of people are developing at impara using Tweak, are
these projects available so that we can learn
from the examples? Is there a squeaksource with tweak projects?
- Besides Sophie and impara are there people developing in Tweak? Is
it too early to try if we do not have a guru at end?
- do you work with the tweak tools? Since I found the navigation
missing for example in the users of...
- I read the code of CPainter and this is a pleasure to rid
- What blue means for the instance variables?
- I could not saved (fileout the code) only method but not class
category or class. Is it normal?
Some small feedback (tweak 1-2 update 590)
- the creation of window or some widgets seems slow, there are some
flashes, is it normal?
- sometimes I got slow redraws of part of the screen, is it normal?
- the paintool does not draw correctly its subcomponents
- I created a "sketmorph" and play with the menu and created a tile
for this object. But I could not destroy it (pressing the x halo morph
did not work)
- I downloaded the latest version and clicked on update: it udpated
but now I do not have the update
option anymore. Is is normal?
I was wondering
why we get
onLayoutChanged
| box |
<on: layoutChanged>
box := self localBounds insetBy: borderWidth.
board bounds: box.
palette topRight: box topRight.
and not
onLayoutChanged
<on: layoutChanged>
| box |
box := self localBounds insetBy: borderWidth.
board bounds: box.
palette topRight: box topRight.
Feedback on the bank account tutorial
============================
"and second, accessor methods (#balance and #balance:) have been
automatically generated."
the browser did not refresh correctly I was seeing them until I
reclicked on the class