Re: [Pharo-dev] [Ann] a short Bloc demo

2014-12-25 Thread stepharo
Le 25/12/14 03:04, Ben Coman a écrit : Really nice to see your progress. Now do you have some sketches that show how it relates to the components of the existing Morphic? What is being disposed of, what reimplemented, what ported? I'm writing class comments and soon a chapter. But it takes

Re: [Pharo-dev] [Ann] a short Bloc demo

2014-12-25 Thread Alain Plantec
On 25 Dec 2014, at 10:31, stepharo steph...@free.fr wrote: Le 25/12/14 03:04, Ben Coman a écrit : Really nice to see your progress. Now do you have some sketches that show how it relates to the components of the existing Morphic? What is being disposed of, what reimplemented, what

Re: [Pharo-dev] [Ann] a short Bloc demo

2014-12-25 Thread Alexandre Bergel
On some point, you will need to have some functional widgets. Can we start to build our own UI using Bloc? Cheers, Alexandre On Dec 25, 2014, at 11:33 AM, Alain Plantec alain.plan...@yahoo.com wrote: On 25 Dec 2014, at 10:31, stepharo steph...@free.fr wrote: Le 25/12/14 03:04, Ben

Re: [Pharo-dev] Old inspector and explorer

2014-12-25 Thread stepharo
I will add basicInspect in Object so that we can get access to the old inspector. I like that people can choose their tools! I mentioned that 20 times but people do not care apparently. Stef Le 23/12/14 11:50, Norbert Hartl a écrit : Is there a way to get the old tools via shortcut? I

Re: [Pharo-dev] Hash questions

2014-12-25 Thread stepharo
Ciao Dario Pharo 1.4 is at least 3 years old so you should really consider to migrate. You **cannot** imagine how many improvements we did since then. Stef Le 24/12/14 12:13, Dario Trussardi a écrit : Ciao, I wrok into Pharo Pharo1.4 Latest update: #14445 I have a strange

Re: [Pharo-dev] [Ann] a short Bloc demo

2014-12-25 Thread stepharo
On some point, you will need to have some functional widgets. Exact and since there is no magic we will start to write them. We started to write a radio button and this led to a redesin of the core and now we should be ready to try again. If you are not afraid about strange/bad/circumvoluted

Re: [Pharo-dev] how do you use scripts?

2014-12-25 Thread Norbert Hartl
Am 12.12.2014 um 12:14 schrieb Tudor Girba tu...@tudorgirba.com: Hi, As input for designing new features that better support scripting in Pharo, we would benefit from a bit more input around the role scripts play in your development life. To this end, I would like to invite you to

Re: [Pharo-dev] [Ann] a short Bloc demo

2014-12-25 Thread Peter Uhnak
This look really interesting! However is there any diagram showing how all the components (morphic, athens, spec, bloc, or even glamour and roassal) work together? At least to me it feels that there is some sort of overlapping. Is bloc replacing morphic? Peter -Original Message- From:

Re: [Pharo-dev] [Ann] a short Bloc demo

2014-12-25 Thread Ben Coman
stepharo wrote: On some point, you will need to have some functional widgets. Exact and since there is no magic we will start to write them. We started to write a radio button and this led to a redesign of the core and now we should be ready to try again. If you are not afraid about

[Pharo-dev] Building UI

2014-12-25 Thread Norbert Hartl
Is there a more complex example of a data entry ui in pharo? Spec would be ok but everything will do. thanks, Norbert

Re: [Pharo-dev] Building UI

2014-12-25 Thread Hernán Morales Durand
Hi Norbert, Can you provide an example what do you expect to see? Cheers, Hernán 2014-12-25 13:32 GMT-03:00 Norbert Hartl norb...@hartl.name: Is there a more complex example of a data entry ui in pharo? Spec would be ok but everything will do. thanks, Norbert

Re: [Pharo-dev] Building UI

2014-12-25 Thread Norbert Hartl
Hernan, Am 25.12.2014 um 19:23 schrieb Hernán Morales Durand hernan.mora...@gmail.com: Hi Norbert, Can you provide an example what do you expect to see? nothing special. A windowed app with let's say 5 different text and other entry fields (dates, numbers, geo coordinates,...). A modal

Re: [Pharo-dev] [Ann] a short Bloc demo

2014-12-25 Thread Nicolai Hess
I tried both, loadDevelopment and loadBleedingEdget, but I can not get it to work like in the video. For me, the keyboard input stop working as soon as I start the bloc world. And for me it opens another window in the background, what is it for? BTW how many developers working on bloc, just you

Re: [Pharo-dev] Building UI

2014-12-25 Thread Hernán Morales Durand
Norbert, The standard image is using Spec in many places and there are examples (although pretty basic IMO). If you want to perform validation you can check a project I am working on, it's called Query Builder http://www.smalltalkhub.com/#!/~hernan/QueryBuilder but you may want to have it as

Re: [Pharo-dev] [Ann] a short Bloc demo

2014-12-25 Thread Ben Coman
Alain Plantec wrote: On 25 Dec 2014, at 10:31, stepharo steph...@free.fr wrote: Le 25/12/14 03:04, Ben Coman a écrit : Really nice to see your progress. Now do you have some sketches that show how it relates to the components of the existing Morphic? What is being disposed of, what