Re: [Pharo-users] How to wrap text in labels?

2016-08-09 Thread Tommaso Dal Sasso
On 08/08/16 13:04, Nicolai Hess wrote: 2016-08-08 12:27 GMT+02:00 Tommaso Dal Sasso mailto:tommaso.dalsa...@gmail.com>>: Hello everybody, I was wondering, is there a way to wrap text inside a Morphic/Bloc label? I am building a list of text elements, but I am not a

[Pharo-users] How to wrap text in labels?

2016-08-08 Thread Tommaso Dal Sasso
Hello everybody, I was wondering, is there a way to wrap text inside a Morphic/Bloc label? I am building a list of text elements, but I am not able to wrap the text to match the width of the widget. For the moment I solved the issue by instantiating a Rubric text area for each text element, b

Re: [Pharo-users] Styling a Pharo UI application

2016-06-30 Thread Tommaso Dal Sasso
C) - University of Chile On Jun 25, 2016, at 15:54, Tommaso Dal Sasso mailto:tommaso.dalsa...@gmail.com>> wrote: The beauty that I am looking for as a developer for has to do with the code and the API. I consider important how fast I am able to prototype a working example --in this S

Re: [Pharo-users] Styling a Pharo UI application

2016-06-25 Thread Tommaso Dal Sasso
Just a couple of thoughts from the last days coding GUI in Pharo: I don't think that the Spec vs. Morphic vs. Bric has really to do with "ugliness". True, the Glamour team is doing an amazing work with providing an interface that is more pleasing and friendly, but the point for me is not how S

Re: [Pharo-users] Styling a Pharo UI application

2016-06-23 Thread Tommaso Dal Sasso
pe to the above solution. But yeah if you are not too demanding I think Morphic will serve you well. Personally I only like Morphic , its the only GUI API that does not kill my inner child. On Wed, Jun 22, 2016 at 5:44 PM Tommaso Dal Sasso mailto:tommaso.dalsa...@gmail.com>> wrote: He

[Pharo-users] Styling a Pharo UI application

2016-06-22 Thread Tommaso Dal Sasso
Hello everybody, I have a question about the UI toolkits available for Pharo. I already asked something about this on Slack, but since I saw that there was a recent discussion about UI in the mailing list, I think this is a better place to discuss the matter. I am writing an application for

[Pharo-users] Pharo Catalog broken?

2016-06-06 Thread Tommaso Dal Sasso
Hello everybody, it looks like the pharo catalog has a problem with the database: if I query the web service, or browse the page http://catalog.pharo.org/, I get the following error. VOMongoError: Lazy reference not found CatalogRepository: OID(67173037322134959457277313026) Maybe some agg

Re: [Pharo-users] Voyage, Magritte descriptions, and nil exceptions

2016-03-08 Thread Tommaso Dal Sasso
1 GMT+01:00 EstebanLM [via Smalltalk] <[hidden email] >: Hi Tommaso, that might be a bug… which version are you using? if latest, can you fill a bug here: https://github.com/estebanlm/voyage/issues (so I do not forget it)? thanks, Esteban On 08 Mar 2016, at 1

Re: [Pharo-users] Voyage, Magritte descriptions, and nil exceptions

2016-03-08 Thread Tommaso Dal Sasso
Hi, thanks for your answer, I also tried with One>>mongoContainer, but sadly that does not solve the issue. I think it works in your case because you have the One object cached from the previous query, but if you inspect the "link" field, it should be nil. If you reset the repository connect

[Pharo-users] Voyage, Magritte descriptions, and nil exceptions

2016-03-05 Thread Tommaso Dal Sasso
Hi, I am having troubles with Voyage and Mongo. I have some Classes that I save in Mongo, say "One", "Two", and "Three". All three classes and are voyage roots, so the objects from each class are stored in different collections. One objects has a reference to Two or Three objects. The problem

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-05 Thread Tommaso Dal Sasso
On 04/08/15 16:25, Guillermo Polito wrote: > Helloo :) > > First Tomasso, it's nice to know it's working well for you :). We need > feedback and contributions, even the smallests (like docs, or blogposts > with your experiences or tutorials). > > Answering your question, GarageGlorp does no

[Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Tommaso Dal Sasso
Hello, I was trying the version of Glorp ported to Garage, and I must say it runs smoothly, nice job! I am reading large amount of data from a Postgres db, and I was curious about the use of cursors. I remember that the old version of Glorp for Pharo did not support cursors in Postgresql, has thi

Re: [Pharo-users] Loading code from a local git repository

2015-07-28 Thread Tommaso Dal Sasso
; You can have a look at https://github.com/fstephany/hello-pharo It's > a bit outdated but it will give you the idea. > > On Tue, Jul 28, 2015 at 12:42 PM, Tommaso Dal Sasso > mailto:tommaso.dalsa...@gmail.com>> wrote: > > Hello, > >

[Pharo-users] Loading code from a local git repository

2015-07-28 Thread Tommaso Dal Sasso
Hello, I am trying to version a project on git using filetree. Since I also have some external resources (like images), I would avoid loading the whole project from the pharo image, because that would download the external files in a cache directory, thus making them difficult to reach and update.

Re: [Pharo-users] VoyageMongo and Aggregate functions

2015-05-01 Thread Tommaso Dal Sasso
On 29/04/15 19:10, p...@highoctane.be wrote: > Doable in MongoTalk. > > I posted an example a while ago. > OK, it took me a while, but it works. Thanks! Tommaso > Phil > > Le 29 avr. 2015 18:09, "Tommaso Dal Sasso" <mailto:tommaso.dalsa...@gmail.com>&

[Pharo-users] VoyageMongo and Aggregate functions

2015-04-29 Thread Tommaso Dal Sasso
Hi, I am using VoyageMongo to store some data in a mongo database, and I am trying to use some aggregate functions or map/reduce approach, as shown on http://docs.mongodb.org/manual/aggregation/. Is it possible to do it in Voyage, even by directly calling the MongoTalk objects? I am interested in

Re: [Pharo-users] Tide

2015-03-13 Thread Tommaso Dal Sasso
As one of the few (maybe the only user) of Tide, I can say that it is powerful but painful ;-) Amber is changing (quite) fast, and the current version of Tide is not usable with the default version. I made some small changes to make Tide work with the current setup of Amber, but still there are

Re: [Pharo-users] Problem with Spec icon

2014-12-16 Thread Tommaso Dal Sasso
On 15/12/14 22:02, stepharo wrote: Sorry, I wrote it badly. Of course it is an issue of Morphic, thanks for your clarification. So, is it a bug or it just works that way and it is supposed to do so by architectural design? this is a bug. And we should open a bug entry about it. I opened a bug

Re: [Pharo-users] Problem with Spec icon

2014-12-14 Thread Tommaso Dal Sasso
On 14/12/14 22:59, Nicolai Hess wrote: 2014-12-14 22:14 GMT+01:00 Tommaso Dal Sasso mailto:tommaso.dalsa...@gmail.com>>: On 14/12/14 21:44, stepharo wrote: I got the same problem when I put an Halt pressing on any button leads to the opening of the same UI.

Re: [Pharo-users] Create ZipArchive from memory filesystem

2014-12-14 Thread Tommaso Dal Sasso
On 14/12/14 22:58, Юрий Мироненко wrote: I'm not sure what "/memory filesystem that I can't see/" exactly is. I think he means "/a way that//I can't see/ to create a zip file from a memory filesystem" (but I don't know the answer) Tommaso 2014-12-12 16:54 GMT+03:00 Markus Fritsche

Re: [Pharo-users] Problem with Spec icon

2014-12-14 Thread Tommaso Dal Sasso
of the icon is triggered. I'll try to investigate more. Thanks for the feedback, Tommaso Stef. Le 14/12/14 20:26, Tommaso Dal Sasso a écrit : I have a weird behavior building an interface with Spec. I have a window built with Spec, and I want to add a button that shows a dialog with

[Pharo-users] Problem with Spec icon

2014-12-14 Thread Tommaso Dal Sasso
I have a weird behavior building an interface with Spec. I have a window built with Spec, and I want to add a button that shows a dialog with some text. To display the dialog I use the following line: UIManager default longMessage: 'a text message' title: 'some title'. And I hooked this code

Re: [Pharo-users] ShoreLine Reporter is in Pharo 4

2014-12-08 Thread Tommaso Dal Sasso
On 08/12/14 17:32, Sven Van Caekenberghe wrote: On 08 Dec 2014, at 17:12, Marcus Denker wrote: We should add this explanation to the tool itself… Marcus Yes, and maybe also show the actual stack trace and other info that will be sent in dialog so that the user can see precisely what

Re: [Pharo-users] ShoreLine Reporter is in Pharo 4

2014-12-08 Thread Tommaso Dal Sasso
On 08/12/14 14:47, Sven Van Caekenberghe wrote: Hi Tommaso, I think this is a cool initiative, many environments have something similar, so this is a welcome addition. However, you must be clearer about the security implications (and/or tell us how these concerns are dealt with in other plac

[Pharo-users] ShoreLine Reporter is in Pharo 4

2014-12-08 Thread Tommaso Dal Sasso
Hello everybody, I am excited to announce that ShoreLine Reporter is now part of Pharo 4. ShoreLine Reporter is a tool to detect and report errors in Pharo: whenever a user encounters an exception, she can select the "Report" option from the Pre Debug Window and send a stack trace to the ShoreL

Re: [Pharo-users] Tide installation

2014-09-10 Thread Tommaso Dal Sasso
hering you. Thanks, Tommaso On 10 Sep 2014, at 16:35, Tommaso Dal Sasso wrote: I am having problems with Tide installation. For the last week, after loading the Tide page I get an error in the javascript console that says: "SyntaxError: missing ; before statement" in Kernel-Method

Re: [Pharo-users] Tide installation

2014-09-10 Thread Tommaso Dal Sasso
I am having problems with Tide installation. For the last week, after loading the Tide page I get an error in the javascript console that says: "SyntaxError: missing ; before statement" in Kernel-Methods.js @ line 1780 and "TypeError: klass is undefined" As far as I remember, a fresh install la

Re: [Pharo-users] Pharo on retina macbook

2014-09-05 Thread Tommaso Dal Sasso
On 04/09/14 07:46, Johan Brichau wrote: Hi, I just started using a Macbook pro with retina display. I notice the fonts are quite blurry. Is there something one can do to improve that? Johan Hi, I use a Macbook pro with retina. Some time ago I found that you can run Pharo in "Low resolution

Re: [Pharo-users] please update your mail addresses

2013-05-13 Thread Tommaso Dal Sasso
The http://www.pharo-project.org/community page still points to the old server. I think it's better to update before new users subscribe. Tommaso On May 14, 2013, at 6:02 AM, Geert Claes wrote: > To clarify the mailing list changes: > > The old mailing list was: > http://lists.gforge.inria.fr/