Re: [Pharo-dev] some questions about bloc

2015-08-16 Thread stepharo
Are you interested in some feedback for brick, or is it in a too early stage? please. 2015-08-10 12:36 GMT+02:00 Aliaksei Syrel alex.sy...@gmail.com mailto:alex.sy...@gmail.com: Hi Nicolai, Thanks for looking into this :) Hierarchy will be optimised. Basically EnclosedView

Re: [Pharo-dev] some questions about bloc

2015-08-16 Thread Aliaksei Syrel
Yes, shoot :) On Sun, Aug 16, 2015 at 10:54 AM, stepharo steph...@free.fr wrote: Are you interested in some feedback for brick, or is it in a too early stage? please. 2015-08-10 12:36 GMT+02:00 Aliaksei Syrel alex.sy...@gmail.com: Hi Nicolai, Thanks for looking into this :)

Re: [Pharo-dev] some questions about bloc

2015-08-16 Thread Andrei Chis
Feedback is always welcomed :) Still in the brick repo there are, at the moment, quite some sub-projects/experiments. We are working now on making a better description for what is already in a more advanced state. For example the logic for skin, styes and theme modules is in a good state. Cheers,

Re: [Pharo-dev] some questions about bloc

2015-08-15 Thread Nicolai Hess
Are you interested in some feedback for brick, or is it in a too early stage? 2015-08-10 12:36 GMT+02:00 Aliaksei Syrel alex.sy...@gmail.com: Hi Nicolai, Thanks for looking into this :) Hierarchy will be optimised. Basically EnclosedView will gone - ProtoView will be a composition, this will

Re: [Pharo-dev] some questions about bloc

2015-08-10 Thread stepharo
Thanks nicolai for all these questions. Writing more tests is cool. I started and each time alain imporved Bloc :) Alain is driving somwhere in vacation with nearly no internet. Stef BlAlarmQueue - split into two classes? Queue : managing the add/remove/sort Scheduler : process the Alarms

Re: [Pharo-dev] some questions about bloc

2015-08-10 Thread Aliaksei Syrel
Hi Nicolai, Thanks for looking into this :) Hierarchy will be optimised. Basically EnclosedView will gone - ProtoView will be a composition, this will remove code duplication and simplify addition of new functionality. After that rounded rectangle and rectangle will be merged. So in the end

Re: [Pharo-dev] some questions about bloc

2015-08-10 Thread Nicolai Hess
2015-08-10 12:36 GMT+02:00 Aliaksei Syrel alex.sy...@gmail.com: Hi Nicolai, Thanks for looking into this :) Hierarchy will be optimised. Basically EnclosedView will gone - ProtoView will be a composition, this will remove code duplication and simplify addition of new functionality. After

[Pharo-dev] some questions about bloc

2015-08-09 Thread Nicolai Hess
BlAlarmQueue - split into two classes? Queue : managing the add/remove/sort Scheduler : process the Alarms - alarm/alarmqueue both accessing and check the time Time now I would put both checks to, either the alarm OR the queue/scheduler. And don't use Time now explicit, if we put this

Re: [Pharo-dev] some questions about bloc

2015-08-09 Thread Aliaksei Syrel
Hi Animation was copied from other project and has nothing to do with Bloc. However, it is still there for a moment. BTW, example on the class side is still morphic. Yes, it does not make any sense to theme CircleView and ImageView, but it makes sense to theme their subclasses, like

Re: [Pharo-dev] some questions about bloc

2015-08-09 Thread Nicolai Hess
2015-08-09 20:17 GMT+02:00 Aliaksei Syrel alex.sy...@gmail.com: Hi Thanks for your response. Animation was copied from other project and has nothing to do with Bloc. However, it is still there for a moment. BTW, example on the class side is still morphic. Yes, but it only works in a

Re: [Pharo-dev] some questions about bloc

2015-08-09 Thread Stephan Eggermont
On 09/08/15 21:57, Nicolai Hess wrote: But why dont we put this into a BlThemeableView ? All subclasses of BlProtoView that want to support color or fillstyles, now have a theme property too. Why do they need a color property if the color is theme-dependent. Because the theme only provides