[Pharo-users] Problem to access the "book compilation farm"

2017-07-19 Thread Matteo via Pharo-users
--- Begin Message --- Dears, I cannot accesses the site: https://ci.inria.fr/pharo-contribution/view/Books/ Is there some problem with the server? Further, I saw serval "strange" messages on the main page of the Pharo forum, http://forum.world.st/Pharo-f1294836.html. Should the

Re: [Pharo-users] The method Form>>rotateBy: slows down if applied several times to the same form

2017-07-11 Thread Matteo via Pharo-users
--- Begin Message --- On 10/07/17 21:54, Nicolai Hess wrote: 2017-07-04 23:54 GMT+02:00 Matteo via Pharo-users <pharo-users@lists.pharo.org>: -- Weitergel

[Pharo-users] Submitting bug fix or enhancement: still "Pharo50Inbox"?

2017-07-08 Thread Matteo via Pharo-users
--- Begin Message --- Dears, I would like to submit some snippet of code, as "enhancement", to the Pharo code. I'm using Pharo 6.0 image, so I thought that I should send my code "Pharo60Inbox", but in http://pharo.org/contribute-propose-fix is stated that should I send my code to t

[Pharo-users] The method Form>>rotateBy: slows down if applied several times to the same form

2017-07-04 Thread Matteo via Pharo-users
--- Begin Message --- Dears, applying the method "Form>>rotateBy:" several times, to the same form, the system slows down dramatically, even imposing a 0° rotation. Below you can find a code snippet, to be run on the playground: |aForm | aForm:= ImageReadWriter formFromFileNamed: 'pharo.png'.

[Pharo-users] Mouse events in FastTableModel subclass [Spec]

2017-01-05 Thread Matteo via Pharo-users
--- Begin Message --- Hi, I've created a PictureListModel class to manage a list of pictures. It's a subclass FastTableModel and its adapter (MorphicPictureListAdapter) is a subclass of MorphicFastTableAdapter. The widget works correctly: it shows a scrollable list of pictures. The problem is th

Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-11-08 Thread Matteo via Pharo-users
ot;. Could the "MorphicImageFastTableAdaptor" use directly a "FTTableMorph" object, instead of creating "pluggable" adapter? cheers, Matteo On November 5, 2016 10:31:18 PM GMT+01:00, stepharo wrote: > > >Le 5/11/16 à 15:59, Matteo via Pharo-users a écrit : >

[Pharo-users] Speed up JPG images loading

2016-11-05 Thread Matteo via Pharo-users
--- Begin Message --- Dears, I'm loading a lot of pictures (70) through the method "ImageReadWriter>>formFromFileNamed:". The method is very slow, with images bigger than 5MB. Is there a way to improve the pictures speed loading? Thanks Matteo --- End Message ---

Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-11-05 Thread Matteo via Pharo-users
nks, Matteo On 31/10/16 15:20, Nicolai Hess wrote: > > > 2016-10-31 15:07 GMT+01:00 Matteo via Pharo-users > mailto:pharo-users@lists.pharo.org>>: > > > > -- Weitergeleitete Nachricht -- > From: Matteo mailto:matte...@yahoo.it

Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-10-31 Thread Matteo via Pharo-users
ks, Matteo On 31/10/16 12:26, Nicolai Hess wrote: > > > 2016-10-31 10:19 GMT+01:00 Matteo via Pharo-users > mailto:pharo-users@lists.pharo.org>>: > > > > -- Weitergeleitete Nachricht -- > From: Matteo mailto:matte...@yahoo.it>> >

[Pharo-users] Spec: Setting rows height of a pictures list

2016-10-31 Thread Matteo via Pharo-users
--- Begin Message --- Hi, I've created a list of pictures, i.e. a widget based on ListModel where each item is a ImageModel. When the widget is displayed I get list window with very thin rows. Is there a way to control the ListModel rows height? Thanks, Matteo --- End M

Re: [Pharo-users] Spec: Layout Problems

2016-10-28 Thread Matteo via Pharo-users
--- Begin Message --- Hi Brad, a quick solution could be to group the first two columns in this way: WidgetBrad class>>defaultSpec ^ SpecLayout composed newRow: [ :r | r newColumn: [ :f | f newRow: [ :k | k

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-24 Thread Matteo via Pharo-users
--- Begin Message --- +1 for PBE It has been my first smalltalk/Pharo tutorial. I'm still using it, as a quick reference. On October 25, 2016 6:25:08 AM GMT+02:00, monty wrote: >+1 for PBE. > > >> Sent: Monday, October 24, 2016 at 1:56 AM >> From: "Nicolai Hess" >> To: "Any question about pharo

Re: [Pharo-users] SpecBooklet: Strange behavior of ProtocolBrowser

2016-09-08 Thread Matteo via Pharo-users
--- Begin Message --- Hi Jhoan, Does static typing could fix these kind of bugs? [hahaha, just kidding ;) ] About the SpecBooklet, for now there's only 3 (really) small issues: at page 3 --> the phrase "You could can use the rest..." should be fixed; at page 5 --> to le

Re: [Pharo-users] SpecBooklet: Strange behavior of ProtocolBrowser

2016-09-08 Thread Matteo via Pharo-users
--- Begin Message --- thanks Jhoan for the explanation! Do you know some technique to intercept this kind bug? (...or to avoid them?) thanks Matteo On 08/09/16 01:11, Johan Fabry wrote: > Excellent, you found a bug in my code! > > What happens is that when one item is selected in a list, in the

Re: [Pharo-users] SpecBooklet: Strange behavior of ProtocolBrowser

2016-09-07 Thread Matteo via Pharo-users
colBrowser for example) and > the other classes that are in that section. Sorry for that... > > -- > Does this mail seem too brief? Sorry for that, I don’t mean to be rude! > Please see http://emailcharter.org . > > Johan Fabry - http://pleiad.cl/~jfabry <http://ple

[Pharo-users] SpecBooklet: Strange behavior of ProtocolBrowser

2016-09-07 Thread Matteo via Pharo-users
--- Begin Message --- Hi, I'm playing with the ProtocolBrowser class, as coded in the "SpecBooklet.pdf" document (release of the 3rd August 2016). I'm using Pharo 5. I'm experiencing a strange behavior of the ProtocolBrowser instance: -if I open a ProtocolBrowser instance, and I click on