[Pharo-users] PunQLite jx9 Documentation

2015-05-28 Thread Gareth Cox
Hi All I'm using PunQLite for a prototype I'm developing. I'd like to find out more about how to do the jx9 stuff with PunQLite. I see there are examples to run simple jx9 code, but I was hoping to find something more detailed, like how to query, filter, or work with the database using jx9. K

[Pharo-users] Boardician update

2015-05-28 Thread Laura Risani
Hi all, Made an update, main changes : added BgMines game, added dual arrow/keyboard pointing support (try BgMines), refactored BGHuman and it's subclasses, displaying the menu pauses the game, redesigned the menu. Any feedback is welcome. In particular functionalities to add, games to implement,

Re: [Pharo-users] Some Pharo 4 Getting-Started tips

2015-05-28 Thread Offray Vladimir Luna Cárdenas
El 26/05/15 a las 17:59, Avdi Grimm escribió: If you can keep distinctive project names, but also name menus and title bars such that they link the distinct project to the *role* that project plays, you've got the best of both worlds. That is, for me the best approach also. Cheers, Offray

[Pharo-users] How to move data between Pharo versions

2015-05-28 Thread PBKResearch
Hello I have found a way round this problem, but it seems messy and uncomfortable, so I thought I should ask what is the right way to do it. I have just changed from using Moose 5.0 (Pharo 3.0, update: #30862) to Moose 5.1 (Pharo 4.0, update: #40613). I had a rather complex dictionary struc

Re: [Pharo-users] How to move data between Pharo versions

2015-05-28 Thread Sven Van Caekenberghe
> On 28 May 2015, at 18:18, PBKResearch wrote: > > Hello > > I have found a way round this problem, but it seems messy and uncomfortable, > so I thought I should ask what is the right way to do it. > > I have just changed from using Moose 5.0 (Pharo 3.0, update: #30862) to Moose > 5.1 (Pha

Re: [Pharo-users] How to move data between Pharo versions

2015-05-28 Thread Sean P. DeNigris
Peter Kenny wrote > My question is what should I have done? There is usually an overlap between the Fuel versions loadable in consecutive Pharo versions, so you have to either (via Metacello) upgrade the Fuel in your source image, or downgrade in the target image, so that you can save and move the

Re: [Pharo-users] Some Pharo 4 Getting-Started tips

2015-05-28 Thread stepharo
I like your point. Please keep idiosyncratic names because we can build marketing with them. My computer is not just Computer your phone is not just Phone :) Even your shoes are not Shoes So brands are important Pharo is not Programming Language! Le 27/5/15 00:59, Avdi Grimm a écrit : On Tue

[Pharo-users] Diffing Monticello package against image contents

2015-05-28 Thread Esteban A. Maringolo
Is there a way to compare the contents of a Monticello package (mcz) against the contents of the image *REGARDLESS* of the packaging? It is... I want to compare methods and class definitions from a mcz, that has a monolithic package (PostgresV3 in this case) against what I have loaded in the image

Re: [Pharo-users] Some Pharo 4 Getting-Started tips

2015-05-28 Thread Sean P. DeNigris
stepharo wrote > My computer is not just Computer your phone is not just Phone :) Well the name iPhone is actually pretty much just Phone! Also, note that it's not called iConchShell ;) And, the apps it contains are called Messages, Mail, and Phone. Similarly, Pharo is our brand, and within the im

Re: [Pharo-users] Some Pharo 4 Getting-Started tips

2015-05-28 Thread Esteban A. Maringolo
2015-05-28 17:44 GMT-03:00 Sean P. DeNigris : > stepharo wrote >> My computer is not just Computer your phone is not just Phone :) > > Well the name iPhone is actually pretty much just Phone! Also, note that > it's not called iConchShell ;) Android Phone, Windows Phone... > Similarly, Pharo is ou

Re: [Pharo-users] Diffing Monticello package against image contents

2015-05-28 Thread Stephan Eggermont
On 28-05-15 22:15, Esteban A. Maringolo wrote: Is there a way to compare the contents of a Monticello package (mcz) against the contents of the image *REGARDLESS* of the packaging? If you browse the monolithic package, you have it somewhere in the image. You should be able to calculate a diff f

Re: [Pharo-users] Diffing Monticello package against image contents

2015-05-28 Thread Esteban A. Maringolo
2015-05-28 19:48 GMT-03:00 Stephan Eggermont : > On 28-05-15 22:15, Esteban A. Maringolo wrote: >> Is there a way to compare the contents of a Monticello package (mcz) >> against the contents of the image *REGARDLESS* of the packaging? > If you browse the monolithic package, you have it somewhere

Re: [Pharo-users] How to move data between Pharo versions

2015-05-28 Thread PBKResearch
Sean Thanks for this. At the back of my mind in asking was whether I want to use Fuel more extensively as a way of storing object structures long term on disk. If I move to Pharo 5 later on, will that have a new version of Fuel which will refuse to read my saved files, so that I will have to conve

Re: [Pharo-users] How to move data between Pharo versions

2015-05-28 Thread Sean P. DeNigris
Peter Kenny wrote > I will have to convert all my files to the new version? As far as I can > see, I could not do that using > the device you suggest The thing is that it's only the serialization that is tied to a Fuel version, so the workflow is (and I've done this to port my data from Pharo 3.0

Re: [Pharo-users] How to move data between Pharo versions

2015-05-28 Thread Ben Coman
On Fri, May 29, 2015 at 7:17 AM, Sean P. DeNigris wrote: > Peter Kenny wrote >> I will have to convert all my files to the new version? As far as I can >> see, I could not do that using >> the device you suggest > > The thing is that it's only the serialization that is tied to a Fuel > version, s

Re: [Pharo-users] How to move data between Pharo versions

2015-05-28 Thread Mariano Martinez Peck
This thread may help you: http://forum.world.st/Fuel-version-td4823170.html Cheers, On Thu, May 28, 2015 at 9:19 PM, Ben Coman wrote: > On Fri, May 29, 2015 at 7:17 AM, Sean P. DeNigris > wrote: > > Peter Kenny wrote > >> I will have to convert all my files to the new version? As far as I can

Re: [Pharo-users] Problem with debugging methods

2015-05-28 Thread Marcus Denker
Can you send my an image saved in that state? > On 28 May 2015, at 17:27, Juraj Kubelka wrote: > > Hi, > > regularly I cannot debug methods because nil does not understand > #compilationContext in method > RBMessageNode>>isInlined > self methodNode compilationContext … > > Do you f