Re: [Pharo-dev] Some questions

2016-02-09 Thread Esteban Lorenzano
> On 09 Feb 2016, at 13:38, Stéphane Ducasse wrote: > >> >> p.s. To all who see this email: Bloc needs more complains >> >> :) >> >> Some random thoughts: >> BlWorldElement and BlSpaceElement sounds like this is for elements *in* >> space or *in* world, not like

Re: [Pharo-dev] Some questions

2016-02-09 Thread Aliaksei Syrel
> > The properties visible and locked, somehow they don't fit in the structure > a BlElement provides, I don't know why but it looks strange. > zIndex: what defines the order of elements, its zIndex or *are* they in > different Bloc-Layers and a zIndex would be superfluous? Don't worry they are

Re: [Pharo-dev] Some questions

2016-02-09 Thread Alain Plantec via Pharo-dev
--- Begin Message --- > > The same for me... Besides SpaceElement there is BlSpace which is a model. > Doru suggested to rename: > > BlWorldElement -> BlWorld > BlSpace -> BlSpaceModel > BlSpaceElement -> BlSpace > > Would such naming by more self-describing for you? yes Alain --- End

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

Re: [Pharo-dev] some questions about current GToolkit issues

2015-07-06 Thread Nicolai Hess
2015-07-04 7:58 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Hi, When I said that the goal for the new inspector is Pharo 6, I meant Pharo 5 - at least as an alternative to the existing one. Cheers, Doru On Sat, Jul 4, 2015 at 7:31 AM, Tudor Girba tu...@tudorgirba.com wrote: Hi

Re: [Pharo-dev] some questions about current GToolkit issues

2015-07-06 Thread Tudor Girba
Thanks for pinging me and for the patience. I commented on all these issues. Cheers, Doru On Mon, Jul 6, 2015 at 7:08 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-07-04 7:58 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Hi, When I said that the goal for the new inspector is Pharo 6, I

Re: [Pharo-dev] some questions about current GToolkit issues

2015-07-04 Thread Nicolai Hess
Thank you Doru 2015-07-04 7:31 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Hi Nicolai, Please On Fri, Jul 3, 2015 at 10:53 PM, Nicolai Hess nicolaih...@web.de wrote: 15102 https://pharo.fogbugz.com/default.asp?15102 lost worldmenu Is anyone working on this, it is quite annoying, happens

Re: [Pharo-dev] some questions about current GToolkit issues

2015-07-03 Thread Tudor Girba
Hi Nicolai, Please On Fri, Jul 3, 2015 at 10:53 PM, Nicolai Hess nicolaih...@web.de wrote: 15102 https://pharo.fogbugz.com/default.asp?15102 lost worldmenu Is anyone working on this, it is quite annoying, happens to me a couple of time - per day. Everytime I restart the image to get the

Re: [Pharo-dev] some questions about current GToolkit issues

2015-07-03 Thread Tudor Girba
Hi, When I said that the goal for the new inspector is Pharo 6, I meant Pharo 5 - at least as an alternative to the existing one. Cheers, Doru On Sat, Jul 4, 2015 at 7:31 AM, Tudor Girba tu...@tudorgirba.com wrote: Hi Nicolai, Please On Fri, Jul 3, 2015 at 10:53 PM, Nicolai Hess

[Pharo-dev] some questions about current GToolkit issues

2015-07-03 Thread Nicolai Hess
15102 https://pharo.fogbugz.com/default.asp?15102 lost worldmenu Is anyone working on this, it is quite annoying, happens to me a couple of time - per day. Everytime I restart the image to get the menu back. Is there any other way to recreate the worldmenu? 15772

[Pharo-dev] some questions about Object and Spec

2014-01-06 Thread Stéphane Ducasse
Hi ben I was looking at Spec code and I wonder why we have these methods in Object? asWidget ^ self I do not get why any object could get a widget. isSpecAdapter ^ false since an adapter is a subclass of Morph why can we move it to morph? If in the future we have other

Re: [Pharo-dev] some questions about Object and Spec

2014-01-06 Thread Esteban A. Maringolo
So it seems you don't follow your doctor advice. :) Esteban A. Maringolo 2014/1/6 Stéphane Ducasse stephane.duca...@inria.fr: Hi ben I was looking at Spec code and I wonder why we have these methods in Object? asWidget ^ self I do not get why any object could get a widget.