Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Edwin Ancaer
Sorry guys, now I'm geting Error: Could not find accessor for variable named "flags" in SDL2 class>>#init:. I will watch out for the announcement of the official 5.0 version. Thanks, Edwin 2016-01-24 22:09 GMT+01:00 stepharo : > Hi edwin > > if you use a prespur image you should get a pre-spu

Re: [Pharo-users] 4th Chapter of Updated Pharo by Example ready for review.

2016-01-24 Thread Henrik Nergaard
Hi Stef, In the section "Message structure" some of the code refers to the class Pen which is no longer in the default image (I think it is located in PharoExtras?), perhaps it would be better to change the examples to another class existing in the default image so one can easily try out the co

[Pharo-users] 4th Chapter of Updated Pharo by Example ready for review.

2016-01-24 Thread stepharo
4th Chapter of Updated Pharo by Example ready for review. https://ci.inria.fr/pharo-contribution/view/Books/job/UpdatedPharoByExample/lastSuccessfulBuild/artifact/book-result/UnderstandingMessage/UnderstandingMessage.pdf This one was way simpler than the PharoTour and FirstAplication, so I i

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread stepharo
Hi edwin if you use a prespur image you should get a pre-spur VM Check http://pharo.org/download You will get the latest pre-spur VM and image. Once esteban is done fixing the SDL in the latest Pharo you will be able to use the latest vm. Stef Le 24/1/16 21:56, Edwin Ancaer a écrit : Do

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Edwin Ancaer
Do i need a specific version of the vm for this, or can i use the one in pharo5.0? On Jan 24, 2016 7:36 PM, "Stephan Eggermont" wrote: > On 24-01-16 18:24, Edwin Ancaer wrote: > >> I downloaded Pharo5. >> > > You want to try this first with a non-spur pharo5. > (50496, e.g. from files.pharo.org/i

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Stephan Eggermont
On 24-01-16 18:24, Edwin Ancaer wrote: I downloaded Pharo5. You want to try this first with a non-spur pharo5. (50496, e.g. from files.pharo.org/image/50-preSpur) The current work on FFI is not yet announced to be finished Stephan

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Edwin Ancaer
No problem. We will postpone the SDL experiment. Traditions must be respected: we will try a small DB-application in the mean time. And after the first tries for the screen layouts, it seems there is no hurry... Thanks already for your responses Edwin

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Esteban Lorenzano
yes, SDL2 is still not migrated (we changed FFI infrastructure). I already have the fix, but I didn’t have the time to integrate it :( Esteban > On 24 Jan 2016, at 18:24, Edwin Ancaer wrote: > > I downloaded Pharo5. > > Re-executing > > | ex | > ex := SDL2Example new. > ex osWindow. > > n

[Pharo-users] 3rd Chapter of Updated Pharo by Example ready for review.

2016-01-24 Thread stepharo
3rd Chapter of Updated Pharo by Example ready for review. https://ci.inria.fr/pharo-contribution/view/Books/job/UpdatedPharoByExample/244/artifact/book-result/SyntaxNutshell/SyntaxNutshell.pdf Stef Not thinking too much, just doing.

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Edwin Ancaer
I downloaded Pharo5. Re-executing | ex | ex := SDL2Example new. ex osWindow. now gives : Subclassresponsability: SDL class has the responsability to implment #f in the method ffiLibraryName self flag: 'HACK: avoid direct subclassResponsibility to not break RB test cases..'. ^ Subclass

[Pharo-users] 2nd Chapter of Updated Pharo by Example ready for review.

2016-01-24 Thread stepharo
2nd Chapter of Updated Pharo by Example ready for review. https://ci.inria.fr/pharo-contribution/view/Books/job/UpdatedPharoByExample/242/artifact/book-result/FirstApplication/FirstApplication.pdf Stef

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Clément Bera
Yeah I did in in early version of Pharo 5 (50155). 2016-01-24 10:10 GMT+01:00 stepharo : > the support for SDL2.0 should be better in Pharo50 (even if due to ffi > changes and new objcte format we may have some > glitches). > > > Le 23/1/16 22:45, Edwin Ancaer a écrit : > >> I'm not a smalltalk e

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread stepharo
the support for SDL2.0 should be better in Pharo50 (even if due to ffi changes and new objcte format we may have some glitches). Le 23/1/16 22:45, Edwin Ancaer a écrit : I'm not a smalltalk expert, but from time to time I like to do some experiments. Recently, we talked about making a small