Re: [Pharo-dev] The Iceberg TechTalk recording

2016-12-14 Thread Glenn Cavarlé
Thanks Esteban and Nicolas for sharing the recording! Glenn. - Glenn Cavarlé -- View this message in context: http://forum.world.st/The-Iceberg-TechTalk-recording-tp4926824p4926867.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] Bloc: Ominous Black External Window

2016-12-02 Thread Glenn Cavarlé
. This fixed some issues we had on mac, so, tell me if you face the same issue with the master branch. Else, if you face some unexpected behaviors, you can first try to evaluate "BlUniverse reset". Regards, Glenn. ----- Glenn Cavarlé -- View this message in context: http://forum.world.st/Bl

Re: [Pharo-dev] Bloc: Problems Running

2016-11-30 Thread Glenn Cavarlé
Hi Nicolas, Brick is based on the master version. > Metacello new > baseline: 'Iceberg'; > repository: 'github://npasserini/iceberg'; > load - Glenn Cavarlé -- View this message in context: http://forum.world.st/Bloc-Prob

Re: [Pharo-dev] Bloc: Problems Running

2016-11-30 Thread Glenn Cavarlé
If you face some issues again, please take a look at: https://github.com/pharo-graphics/Bloc/blob/master/INSTALL.md https://github.com/pharo-graphics/Bloc/blob/master/CONTRIBUTING.md and report us anything confusing. Thanks @Denis and @Sean for your interest in Bloc, Regards, Glenn. - Gl

Re: [Pharo-dev] [Bloc] Hierarchy of BiEvent

2016-10-26 Thread Glenn Cavarlé
DLEvent => BlEvent ] is substantially faster than [ SDLEvent => OSEvent => BlEvent ]. If the difference is not significant, i think that does not justify to not benefit from OSWindow abstractions even if sometime they bring nothing more. Regards, Glenn. - Glenn Cavarlé -- View th

Re: [Pharo-dev] [Bloc] Hierarchy of BiEvent

2016-10-26 Thread Glenn Cavarlé
d that does not requires 1000 times more developments than updating the "duplicated" hierarchy once in 2 years, i'm on it ! ;) Regards, Glenn. - Glenn Cavarlé -- View this message in context: http://forum.world.st/Bloc-Hierarchy-of-BiEvent-tp4920209p4920294.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] [Bloc] Hierarchy of BiEvent

2016-10-26 Thread Glenn Cavarlé
this cost is counterbalanced by the possibility to move transparently on different windowing backends. I'm ok if everybody wants to merge Bloc and OSWindow as a single project but I doubt this is the case. Regards, Glenn. ----- Glenn Cavarlé -- View this message in context: http://forum.worl

Re: [Pharo-dev] How to try Bloc?

2016-10-26 Thread Glenn Cavarlé
ome uses of BlElementSelection in examples. Regard, Glenn. ----- Glenn Cavarlé -- View this message in context: http://forum.world.st/How-to-try-Bloc-tp4920199p4920247.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] How to try Bloc?

2016-10-26 Thread Glenn Cavarlé
rds, Glenn. ----- Glenn Cavarlé -- View this message in context: http://forum.world.st/How-to-try-Bloc-tp4920199p4920246.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] [Bloc] Hierarchy of BiEvent

2016-10-26 Thread Glenn Cavarlé
not reuse directly (and everywhere) some part of underlying libraries even if sometime these parts seems to match directly. We have to take care about dependencies between layers. The gain was obvious during the migration from Athens to Sparta. Regards, Glenn. ----- Glenn Cavarlé -- View th

Re: [Pharo-dev] [ANN] Sparta v1.1

2016-10-19 Thread Glenn Cavarlé
Good job Alex! Yes, the development version of Bloc is already based on Sparta. The stable version 0.10.1 is the last version with Athens support. Cheers, Glenn. - Glenn Cavarlé -- View this message in context: http://forum.world.st/ANN-Sparta-v1-1-tp4919394p4919438.html Sent from

Re: [Pharo-dev] About the non-use of Announcer in Bloc

2016-08-31 Thread Glenn Cavarlé
I events and concurrent modifications of a morph seems to be not thread-safe. - Glenn Cavarlé -- View this message in context: http://forum.world.st/About-the-non-use-of-Announcer-in-Bloc-tp4913008p4913412.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] About the non-use of Announcer in Bloc

2016-08-31 Thread Glenn Cavarlé
loc the constraint is to propagate more than 2000 events/second without to decrease fps, so we cannot afford to x4 the time to process events even if Announcer is safer and better tested. Regards, Glenn. ----- Glenn Cavarlé -- View this message in context: http://forum.world.st/About-the-non-use-of-Announ

Re: [Pharo-dev] About the non-use of Announcer in Bloc

2016-08-29 Thread Glenn Cavarlé
. BlAnnouncerVsBlEventRegistryTest browse - Glenn Cavarlé -- View this message in context: http://forum.world.st/About-the-non-use-of-Announcer-in-Bloc-tp4913008p4913088.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] About the non-use of Announcer in Bloc

2016-08-29 Thread Glenn Cavarlé
You can load Bloc and show the tests using this script: - Glenn Cavarlé -- View this message in context: http://forum.world.st/About-the-non-use-of-Announcer-in-Bloc-tp4913008p4913079.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

[Pharo-dev] About the non-use of Announcer in Bloc

2016-08-28 Thread Glenn Cavarlé
needs about event dispatching, the first one is the efficiency during event propagation. It may be interesting to investigate why Announcer is slower and also what are the uncovered cases in BlEventRegistry. So, i'm interested in continuing our discussion about that. Regards, Glenn. - Glenn

Re: [Pharo-dev] let's talk about themes (and GLMBrickThemer)

2016-08-12 Thread Glenn Cavarlé
to provide this kind of facility and the concepts under CSS open a lot of possibilities (cascading styles is one of them). Styling and theming are difficult subjects, many ways remain to be explored. Regards, Glenn. - Glenn Cavarlé -- View this message in context: http://forum.world.st/let-s

Re: [Pharo-dev] bloc status update: june 2016

2016-06-21 Thread Glenn Cavarlé
Hi, Please, pay attention that the design may/will change quickly. As Doru said, it is the current status, not the final status and many changes may/will appear. I say that because we are working on it (revisiting the core model), so it would be different. Cheers, Glenn. - Glenn Cavarlé

Re: [Pharo-dev] call for cleaning ideas around Spec

2016-05-04 Thread Glenn Cavarlé
in data/logic. If the ease-of-use of Spec is not more obvious compared to the underlying widget libraries (Morph / Bloc soon maybe...), it will be difficult to convince people to use it in future developments... But it is maybe a bit off topic -> "cleaning Spec API". Cheers, Glenn.

Re: [Pharo-dev] [bloc] shape size?

2016-04-03 Thread Glenn Cavarlé
ew intentions and in the roadmap of Bloc... Regards, Glenn. - Glenn Cavarlé -- View this message in context: http://forum.world.st/bloc-shape-size-tp4887929p4888039.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] [Bloc] A mobile device using Bloc

2016-03-30 Thread Glenn Cavarlé
not the same drawing strategy as "normal" shapes. Glenn. - Glenn Cavarlé -- View this message in context: http://forum.world.st/Bloc-A-mobile-device-using-Bloc-tp4887079p4887328.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] [Bloc] A mobile device using Bloc

2016-03-29 Thread Glenn Cavarlé
Hi Alex, The alignment problem was a mistake, i just needed a "BlLinearLayout *vertical*" to allow horizontal alignment. I committed the BlMobileTests class which contains encountered issues. Warning, some tests crash the image... Cheers, Glenn. ----- Glenn Cavarlé -- View th

[Pharo-dev] [Bloc] A mobile device using Bloc

2016-03-29 Thread Glenn Cavarlé
oon. Cheers, - Glenn Cavarlé -- View this message in context: http://forum.world.st/Bloc-A-mobile-device-using-Bloc-tp4887079.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

[Pharo-dev] [Bloc] stroke width and layout measure

2016-02-24 Thread Glenn Cavarlé
to be done ? Regards, - Glenn Cavarlé -- View this message in context: http://forum.world.st/Bloc-stroke-width-and-layout-measure-tp4880292.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] [Bloc] MDLColor and new gradient

2016-02-24 Thread Glenn Cavarlé
Hi, In my memories, a first implementation of material colors was also made by Alex in Brick packages. This can be a inspiration source, too. - Glenn Cavarlé -- View this message in context: http://forum.world.st/Bloc-MDLColor-and-new-gradient-tp4879795p4880198.html Sent from the Pharo

Re: [Pharo-dev] Starting to add class comment and test on BlElements

2016-02-24 Thread Glenn Cavarlé
version will be released. But for now, i think using asserts is a good choice to make things clear and to help the understanding and the documentation (same for the pragma). Glenn. - Glenn Cavarlé -- View this message in context: http://forum.world.st/Starting-to-add-class-comment-and-test

[Pharo-dev] Spec - TabManagerModel prevents the right/left keyboard navigation in TextModel

2015-08-26 Thread Glenn Cavarlé
all keystrokes handling for next and previous focus in Spec models... Any ideas? (I tested in a fresh pharo5 image) Regards, Glenn. - Glenn Cavarlé -- View this message in context: http://forum.world.st/Spec-TabManagerModel-prevents-the-right-left-keyboard-navigation-in-TextModel

Re: [Pharo-dev] Spec - TabManagerModel prevents the right/left keyboard navigation in TextModel

2015-08-26 Thread Glenn Cavarlé
Thanks Nicolai, How does the KM framework work ? Pragmas can be used ? What is the roadmap to test with the new TextModel ? There is no rush for me, it's just to know. Regards, Glenn. - Glenn Cavarlé -- View this message in context: http://forum.world.st/Spec-TabManagerModel-prevents

Re: [Pharo-dev] [Reflectivity] Progress for Breakpoints

2015-05-09 Thread Glenn Cavarlé
Thanks Marcus ! I just updated my pharo image, I'll test it (with care) ! It will be really great when it will be fully integrated within Nautilus, i look forward. regards, Glenn. - Glenn Cavarlé -- View this message in context: http://forum.world.st/Reflectivity-Progress-for-Breakpoints