Re: [Pharo-dev] postgresV2

2014-02-20 Thread Guy Bloomfield
Or SELECT* FROM ‘’TESTTABLE’’' Guy On 21/02/2014, at 6:55 pm, Tudor Girba wrote: > Hi, > > I am trying to get the Postgres support to work on Mac, but I have > difficulties and I would need a bit of help. > > Here is what I do: > > 1. Install Postgres from http://postgresapp.com > > 2. Ope

Re: [Pharo-dev] postgresV2

2014-02-20 Thread Guy Bloomfield
Case? Postgres is painful about case. 'SELECT * FROM testtable:’ ?? I have V2 and V3 working on Mac OS X Mavericks. pgadmin installs easily and will allow you to examine you test db in more detail. On 21/02/2014, at 6:55 pm, Tudor Girba wrote: > Hi, > > I am trying to get the Postgres suppo

Re: [Pharo-dev] postgresV2

2014-02-20 Thread Sven Van Caekenberghe
Weird, you seem to have a DB connection. Try something that does not need a table, like select current_time; Did you create 'testdb' and was 'testable' actually created there ? Can you connect to the DB on the command line ? $ psql testdb ? On 21 Feb 2014, at 06:55, Tudor Girba wrote: > Hi

[Pharo-dev] postgresV2

2014-02-20 Thread Tudor Girba
Hi, I am trying to get the Postgres support to work on Mac, but I have difficulties and I would need a bit of help. Here is what I do: 1. Install Postgres from http://postgresapp.com 2. Open the psql console and create a test table: CREATE TABLE TESTTABLE

[Pharo-dev] [pharo-project/pharo-core] b1d6aa: 30776

2014-02-20 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: b1d6aa4faa3cece973a64cd209aadcfcaeb3788a https://github.com/pharo-project/pharo-core/commit/b1d6aa4faa3cece973a64cd209aadcfcaeb3788a Author: Jenkins Build Server Date: 2014-02-20 (Thu, 20 Feb 2014

[Pharo-dev] Configuration browser usability issue

2014-02-20 Thread Stephan Eggermont
On the magritte and seaside lists Bruce Prior explains that loading stable versions of Seaside and Magritte doesn't result in having a working combination. project: 'Magritte3' with: [ spec className:

[Pharo-dev] [pharo-project/pharo-core]

2014-02-20 Thread GitHub
Branch: refs/tags/30776 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Animation by Stepping

2014-02-20 Thread J.F. Rick
This is on a Dell XPS1 running Linux. I'm familiar withe the iOS event handling. Cheers, Jeff On Thursday, February 20, 2014, p...@highoctane.be wrote: > Rick, > > What OS are you using TUIO/OSC on? > > If you do iPad stuff, you do not need that as the iOS VM and image can > support touch. > >

Re: [Pharo-dev] Animation by Stepping

2014-02-20 Thread p...@highoctane.be
Rick, What OS are you using TUIO/OSC on? If you do iPad stuff, you do not need that as the iOS VM and image can support touch. Phil On Thu, Feb 20, 2014 at 6:51 PM, kilon alios wrote: > Interesting topic, there is also this > > http://www.smalltalkhub.com/#!/~vmariano/Pegasus > > but I ha

Re: [Pharo-dev] Animation by Stepping

2014-02-20 Thread kilon alios
Interesting topic, there is also this http://www.smalltalkhub.com/#!/~vmariano/Pegasus but I have not used it so I cant say how usable it is. On Thu, Feb 20, 2014 at 7:46 PM, J.F. Rick wrote: > Thanks for that. Based on that, I investigated a bit further. It seems to > be a touch UI problem.

Re: [Pharo-dev] Animation by Stepping

2014-02-20 Thread J.F. Rick
Thanks for that. Based on that, I investigated a bit further. It seems to be a touch UI problem. I'm using TUIO to read touch events. When doing animations, the OSC process (at user background priority) fails to trigger. I need to change how I use the OSCServer. Cheers, Jeff On Thu, Feb 20, 201

Re: [Pharo-dev] Animation by Stepping

2014-02-20 Thread Alejandro Infante
I know that Roassal2 is purely based on Athens and have pretty smooth animations. Maybe you can ask them about it. Cheers, Alejandro 2014-02-20 8:55 GMT-08:00 : > J.F. Rick wrote: > >> Athens graphics are fast enough that it is possible to do high frame-rate >> animations. I've been trying (and

[Pharo-dev] [pharo-project/pharo-core] 7d5ea1: 30775

2014-02-20 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 7d5ea1b48b412302d1aa1b9c0d421b502cc606f8 https://github.com/pharo-project/pharo-core/commit/7d5ea1b48b412302d1aa1b9c0d421b502cc606f8 Author: Jenkins Build Server Date: 2014-02-20 (Thu, 20 Feb 2014

[Pharo-dev] [pharo-project/pharo-core]

2014-02-20 Thread GitHub
Branch: refs/tags/30775 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Animation by Stepping

2014-02-20 Thread btc
J.F. Rick wrote: Athens graphics are fast enough that it is possible to do high frame-rate animations. I've been trying (and, to various degrees, succeeding) in adding animations to my touch applications. I'm using stepping to do it. Basically, you just move pieces / update the display when st

Re: [Pharo-dev] Animation by Stepping

2014-02-20 Thread p...@highoctane.be
I've done such a kind of app (without Athens but with Morphic) on the iPad. I works nicely. Now, MorphicUIManager>>spawnNewProcess tells us: spawnNewProcess UIProcess := [ [World doOneCycle. Processor yield. false] whileFalse: []. ] newProcess priority: Processor userSchedulingPriority. UIPr

[Pharo-dev] [pharo-project/pharo-core]

2014-02-20 Thread GitHub
Branch: refs/tags/30774 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] Animation by Stepping

2014-02-20 Thread J.F. Rick
Athens graphics are fast enough that it is possible to do high frame-rate animations. I've been trying (and, to various degrees, succeeding) in adding animations to my touch applications. I'm using stepping to do it. Basically, you just move pieces / update the display when step gets called. If you

[Pharo-dev] [pharo-project/pharo-core] d18d95: 30774

2014-02-20 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: d18d95c2202b5cb89b779b4bd19c2ba7878dffd3 https://github.com/pharo-project/pharo-core/commit/d18d95c2202b5cb89b779b4bd19c2ba7878dffd3 Author: Jenkins Build Server Date: 2014-02-20 (Thu, 20 Feb 2014

Re: [Pharo-dev] Desktop Apps with Pharo 3

2014-02-20 Thread Pavel Krivanek
2014-02-18 17:26 GMT+01:00 Noury Bouraqadi : > Hi, > > For my Pharo Lecture I want to show students how to make a desktop app in > Pharo 3.0 (Yes I'm using a Beta for my lecture, because Pharo 3 is cool :-) > You could mention Phobos: https://ci.inria.fr/pharo-contribution/view/Phobos/ -- Pavel

Re: [Pharo-dev] Desktop Apps with Pharo 3

2014-02-20 Thread Torsten Bergmann
Hi Noury, there is support for this in my "OS" project, but only for Windows so far. Load "OSWindows" from the config browser and then evaluate WinWindow pharoWindow setNonResizable Try to resize it then. Note that this is not persistent over image session, so do it at startup. Dont know i

Re: [Pharo-dev] Issue 12942: Nautilus Test Icons Missing

2014-02-20 Thread Sean P. DeNigris
Torsten Bergmann wrote > and if it works close the issue #12942 Ben beat you by 5 minutes ;) Already closed... - Cheers, Sean -- View this message in context: http://forum.world.st/Issue-12942-Nautilus-Test-Icons-Missing-tp4745256p4745275.html Sent from the Pharo Smalltalk Developers maili

Re: [Pharo-dev] Issue 12942: Nautilus Test Icons Missing

2014-02-20 Thread Torsten Bergmann
Hi Sean, more icons (classes in nautilus, config browser icons, ...) went away. But this is already fixed by Benjamin, see https://pharo.fogbugz.com/f/cases/12913 Hit the update button to at least 3.0 773 and if it works close the issue #12942 Bye T. > Gesendet: Donnerstag, 20. Februar 2014

[Pharo-dev] Issue 12942: Nautilus Test Icons Missing

2014-02-20 Thread Sean P. DeNigris
https://pharo.fogbugz.com/default.asp?12942 - Cheers, Sean -- View this message in context: http://forum.world.st/Issue-12942-Nautilus-Test-Icons-Missing-tp4745256.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] [regression reporter]regression occurred

2014-02-20 Thread Camillo Bruni
On 2014-02-20, at 15:18, Marcus Denker wrote: > > On 20 Feb 2014, at 13:57, Sven Van Caekenberghe wrote: > >> >> On 20 Feb 2014, at 13:32, Camillo Bruni wrote: >> >>> This test is really fragile... If you look at the code you'll see that >>> it has already been patched to cope with some de

Re: [Pharo-dev] [regression reporter]regression occurred

2014-02-20 Thread Marcus Denker
On 20 Feb 2014, at 13:57, Sven Van Caekenberghe wrote: > > On 20 Feb 2014, at 13:32, Camillo Bruni wrote: > >> This test is really fragile... If you look at the code you'll see that >> it has already been patched to cope with some defects under linux. >> >> - Maybe one try is to increase the

Re: [Pharo-dev] Pharo 3| Nautilus question

2014-02-20 Thread Goubier Thierry
Le 20/02/2014 15:11, Esteban Lorenzano a écrit : On 20 Feb 2014, at 15:02, Noury Bouraqadi wrote: Hi, When I add a package, I was expecting to see it appear in monticello. I guess it's a pending feature. Isn't it? Will we get it in 3.0? I'm aksing this because I found this comment: 'A Nau

Re: [Pharo-dev] Pharo 3| Nautilus question

2014-02-20 Thread Esteban Lorenzano
On 20 Feb 2014, at 15:02, Noury Bouraqadi wrote: > Hi, > > When I add a package, I was expecting to see it appear in monticello. I guess > it's a pending feature. Isn't it? Will we get it in 3.0? > I'm aksing this because I found this comment: 'A NautilusMonticello is a > class used to handle

Re: [Pharo-dev] [rmod] Blog feed unifier

2014-02-20 Thread Noury Bouraqadi
Just remembered there is also http://planet.smalltalk.org/ Noury On 20 févr. 2014, at 14:08, Sven Van Caekenberghe wrote: > > On 20 Feb 2014, at 12:51, Marcus Denker wrote: > >> There is >> >> http://www.reddit.com/r/smalltalk > > That is actually very cool. > > Time to revive my accou

[Pharo-dev] Pharo 3| Nautilus question

2014-02-20 Thread Noury Bouraqadi
Hi, When I add a package, I was expecting to see it appear in monticello. I guess it's a pending feature. Isn't it? Will we get it in 3.0? I'm aksing this because I found this comment: 'A NautilusMonticello is a class used to handle monticello integration into Nautilus by creating the menu entr

Re: [Pharo-dev] Desktop Apps with Pharo 3

2014-02-20 Thread Noury Bouraqadi
Thanks Ben, Torsten and Damien for your answers. A quickly scanned the materials and I have a question. Is there someway to force the OS window have a fixed size? I guess it should be doable at least if we can capture a change in the OS Window. Noury On 19 févr. 2014, at 16:19, Damien Cassou w

[Pharo-dev] [pharo-project/pharo-core]

2014-02-20 Thread GitHub
Branch: refs/tags/30773 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] de6408: 30773

2014-02-20 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: de6408b20c79e2dd0fd710a9de7c357c3e4a7727 https://github.com/pharo-project/pharo-core/commit/de6408b20c79e2dd0fd710a9de7c357c3e4a7727 Author: Jenkins Build Server Date: 2014-02-20 (Thu, 20 Feb 2014

Re: [Pharo-dev] [rmod] Blog feed unifier

2014-02-20 Thread Sven Van Caekenberghe
On 20 Feb 2014, at 12:51, Marcus Denker wrote: > There is > > http://www.reddit.com/r/smalltalk That is actually very cool. Time to revive my account there ;-) I noticed that on HN comments are as, if not more, important as up votes. It is probably the same on reddit. Sven

Re: [Pharo-dev] [regression reporter]regression occurred

2014-02-20 Thread Sven Van Caekenberghe
On 20 Feb 2014, at 13:32, Camillo Bruni wrote: > This test is really fragile... If you look at the code you'll see that > it has already been patched to cope with some defects under linux. > > - Maybe one try is to increase the wait time? > - make sure the fork happens at higher priority than t

Re: [Pharo-dev] [regression reporter]regression occurred

2014-02-20 Thread Camillo Bruni
This test is really fragile... If you look at the code you'll see that it has already been patched to cope with some defects under linux. - Maybe one try is to increase the wait time? - make sure the fork happens at higher priority than the surrounding thread - skip it :P On 2014-02-20, at 11:09,

Re: [Pharo-dev] [rmod] Blog feed unifier

2014-02-20 Thread Marcus Denker
On 20 Feb 2014, at 11:53, b...@openinworld.com wrote: > Esteban Lorenzano wrote: >> >> we already have that :) > more is better ;) There is http://www.reddit.com/r/smalltalk It’s not automatic, but it could be used to make links public that people want to see in the other blogs.

Re: [Pharo-dev] [rmod] Blog feed unifier

2014-02-20 Thread btc
Esteban Lorenzano wrote: we already have that :) more is better ;) 1) the association and consortium sites they have a “broadcast news”: it collect blogs post from different sources (we just need to add more): http://consortium.pharo.org/web/news 2) there is planet smalltalk feed

[Pharo-dev] Fwd: [regression reporter]regression occurred

2014-02-20 Thread Sven Van Caekenberghe
Camillo (as you wrote this stuff), The test below often fails on the CI servers (as now again in the last two builds), timing tests are brittle there. Is this test necessary the way it is written now, what do you think ? Sven Begin forwarded message: > From: no-re...@ci.inria.fr > Subject: [r

[Pharo-dev] [pharo-project/pharo-core]

2014-02-20 Thread GitHub
Branch: refs/tags/30772 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 35ada4: 30772

2014-02-20 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 35ada44e75beef85a64e06a93f68fae9ef30d472 https://github.com/pharo-project/pharo-core/commit/35ada44e75beef85a64e06a93f68fae9ef30d472 Author: Jenkins Build Server Date: 2014-02-20 (Thu, 20 Feb 2014

Re: [Pharo-dev] [rmod] Blog feed unifier

2014-02-20 Thread Santiago Bragagnolo
Great :D Im glad to know that. We should have as well a planet.pharo.orgalso, but is cool to know we have already something :D 2014-02-20 10:52 GMT+01:00 Esteban Lorenzano : > we already have that :) > > 1) the association and consortium sites they have a "broadcast news": it > collect blogs pos

Re: [Pharo-dev] Spec and menu shortcuts

2014-02-20 Thread Martin Dias
On Wed, Feb 19, 2014 at 11:47 PM, Benjamin Van Ryseghem < benjamin.vanryseg...@gmail.com> wrote: > I proposed a new Spec update for Pharo > https://pharo.fogbugz.com/default.asp?12928 > > Wait and see :P > Gracias ;)

Re: [Pharo-dev] [rmod] Blog feed unifier

2014-02-20 Thread Esteban Lorenzano
we already have that :) 1) the association and consortium sites they have a “broadcast news”: it collect blogs post from different sources (we just need to add more): http://consortium.pharo.org/web/news 2) there is planet smalltalk feed: http://planet.smalltalk.org 3) is Torsten around :) He al

[Pharo-dev] [pharo-project/pharo-core]

2014-02-20 Thread GitHub
Branch: refs/tags/30771 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 9a2649: 30771

2014-02-20 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 9a2649a54a87333be82435a2ad83aae26d4a1d10 https://github.com/pharo-project/pharo-core/commit/9a2649a54a87333be82435a2ad83aae26d4a1d10 Author: Jenkins Build Server Date: 2014-02-20 (Thu, 20 Feb 2014

[Pharo-dev] Blog feed unifier

2014-02-20 Thread Santiago Bragagnolo
Hi folks! Check planet.ros.org is a cool idea for having a news place that also helps for indexing. Any person that has a blog can connect it there and all the news tagged as pharo (in our case) will be shown there. Is a cool way to have news in one place and also is helpful from visibility point