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

2017-07-19 Thread Matteo via Pharo-users
Should these messages be removed? Thanks, Matteo. --- End Message ---

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
hould I send my code to the "Pharo50Inbox". Is that correct? or Should I send my code to "Pharo60Inbox"? Thanks, Matteo --- End Message ---

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

2017-07-04 Thread Matteo via Pharo-users
t update: #60499, under Linux 64bit. For this question I opened the FogBugz case n°20216 https://pharo.fogbugz.com/f/cases/20216#BugEvent.190469 Thanks, Matteo --- End Message ---

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

2017-01-07 Thread Matteo
uot;MorphicPictureListAdapter") and NOT to a "FTPluggableIconListMorphAdaptor" one. In this way the "double click" has been lost. I've wanted to avoid the "FTPluggableIconListMorphAdaptor" because it seems a bridge for legacy code, as reported in a previous post, see http://forum.world

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

2017-01-06 Thread Matteo
quot; event is represented by the class "FTStrongSelectionChanged", which I found a little tricky. Bye, Matteo

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

2017-01-05 Thread Matteo via Pharo-users
t; doc, but I didn't get it. Where could I find some hint to manage "click" and "double click" events in FastTableModel? Thanks, Matteo --- End Message ---

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 <steph...@free.fr> wrote: > > >Le 5/11/16 à 15:59, Matteo via

[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
--- Begin Message --- Hi Nicolai, I think it would be great to have a specific ListModel for pictures, like the IconListModel. Do you know if there's already someone working on a "picture" ListModel? Could I try to implement it, and its morphic adapter? Than

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

2016-10-31 Thread Matteo via Pharo-users
--- Begin Message --- Thanks Nicolai, unfortunately, even using images of the same height I obtain a list with thin rows. Maybe I'm typing something wrong. I'll try to figure out how to handle this. Please let me know, if you have any further suggestion. Thanks, Matteo

[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

Re: [Pharo-users] Spec: Layout Problems

2016-10-28 Thread Matteo via Pharo-users
etBrad defaultSpec asArray. it should return an array with the layout of the widget, and its subcomponents. Bye, Matteo On 26/10/16 23:06, Brad Selfridge wrote: > > > Just about the time I think I have Spec layouts figured out, I stump myself > all over again. > > I ha

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"

Re: [Pharo-users] Spec: scaling imageModels

2016-10-22 Thread Matteo Bellotto via Pharo-users
--- Begin Message --- Hi Stef,sorry, I didn't get it from your first mail! Have I to submit the bug entry, and the fix, thorugh "fogbugz" or GitHub? thanks,Matteo  Il Giovedì 20 Ottobre 2016 9:12, stepharo <steph...@free.fr> ha scritto: Hi matteo Please open a bug

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

2016-09-08 Thread Matteo via Pharo-users
seful/fundamental information: evidence of the great effort the Authors have spent to write it. Congrats for the very good job! thanks, Matteo On 08/09/16 15:28, Johan Fabry wrote: > Hi Matteo, > > glad to be of help. And sorry but these kinds of concurrency bugs are the > hardest t

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

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

2016-09-07 Thread Matteo via Pharo-users
r I'm puzzled by the fact that the behavior seems random: creating 3 instances I can get 3 different behaviors. have you never experienced this? Maybe I'll check again my code... thanks, Matteo On 08/09/16 00:09, Johan Fabry wrote: > Hello Matteo, > > are you using the ProtocolBr

[Pharo-users] SpecBooklet: Strange behavior of ProtocolBrowser

2016-09-07 Thread Matteo via Pharo-users
, showing the "api" or "api-events" code in the text pane. Please note that the ProtocolBrowser is instantiated as follow: (ProtocolBrowsernew) openWithSpec Could my Pharo image be faulty? Is there some problem with ProtocolBrowser>>initializePresenter? Thanks, Matteo Bellotto --- End Message ---