Re: [Pharo-users] Scaled image

2016-12-22 Thread Henrik Nergaard
You can use WarpBlt to scale the form. | input output | input := Smalltalk ui icons iconNamed: #class. output := Form extent: 128 asPoint depth: 32. (WarpBlt toForm: output) sourceForm: input; cellSize: 1;

Re: [Pharo-users] Modeling a join table

2016-12-22 Thread sergio ruiz
Are you going to use relational database to store this data? Or you goint to use image saving / object-oriented DB for persistence? i’d like to use voyage.. so i can use MongoDB for persistence.. 1) Are there strong asymmetry in queries? Which kind of queries are more frequent: "give me tags

Re: [Pharo-users] Scaled image

2016-12-22 Thread Stephan Eggermont
On 22/12/16 17:01, Trussardi Dario Romano wrote: Ciao, after upload an image ( with MAFileDescription support ) i need to create the relative logo image with specific size 128 x 128 px. How i can scale the image into Pharo? You can, but you might not want to. Scali

Re: [Pharo-users] Scaled image

2016-12-22 Thread Trussardi Dario Romano
Ciao, > Morphs have an extent method that you can passes the size as a point in the > x@y format, there are also width: and height: methods that take simple numbers Can explain what i need do with some code, example ? After the scaled i need to save the new scaled image on the

Re: [Pharo-users] Scaled image

2016-12-22 Thread Dimitris Chloupis
Morphs have an extent method that you can passes the size as a point in the x@y format, there are also width: and height: methods that take simple numbers On Thu, Dec 22, 2016 at 6:02 PM Trussardi Dario Romano < dario.trussa...@tiscali.it> wrote: > Ciao, > > after upload an image ( with

[Pharo-users] Scaled image

2016-12-22 Thread Trussardi Dario Romano
Ciao, after upload an image ( with MAFileDescription support ) i need to create the relative logo image with specific size 128 x 128 px. How i can scale the image into Pharo? And for deployment system based on Gemstone ? Thanks, Dario

[Pharo-users] Workspace/Playground/System browser documentation

2016-12-22 Thread Dimitris Chloupis
I am interested into any form of documentation , besides the obvious one (class comments and unit tests) , concerning Workspace, Playgrounds, System Browser, Inspector and Debugger . I am only interested only on documentation about the internals of those tools, I have already studied documentation

Re: [Pharo-users] FFI on MacOS 10.12 using Pharo 5

2016-12-22 Thread Dimitris Chloupis
Love UFFI , its opens a universe of possibilities for Pharo, an insane amount of technology that Pharo can take advantage of through it. Big thanks to Esteban and anyone that contributed to the continued evolution of FFIs. I would not be using Pharo if it was not for their efforts. On Wed, Dec 21,

Re: [Pharo-users] [Moose-dev] Design Challenge: metrics missing value...

2016-12-22 Thread stepharong
Yes I see. I will keep thinking about it. On Wed, 21 Dec 2016 20:58:26 +0100, Tudor Girba wrote: Hi, On Dec 21, 2016, at 3:05 PM, stepharong wrote: Hi Alex, Following the design proposed by Stef, in your case you would use a different collection. Doru I have multiple missingVa