Re: [Pharo-users] How do I get ZnClient to follow redirects from Google App Scripts

2014-08-18 Thread Andy Burnett
ᐧ And then, as if by magic, the problem vanished! I think the problem must have been something I was doing wrong at the Google end. Everything now works. Thanks Sven

Re: [Pharo-users] Migrate code from Dolphin Smalltalk

2014-08-18 Thread stepharo
Hi esteban let us know if we can help (if we are rather busy). Stef On 16/8/14 23:39, Esteban A. Maringolo wrote: Hi, Does anybody know if there is a tool/package or something to import Dolphin's chunked fileouts into Pharo? The chunk format is different, as well as some methods not present

Re: [Pharo-users] Migrate code from Dolphin Smalltalk

2014-08-18 Thread Esteban A. Maringolo
I solved it adding a few mock classes/methods, plus a bunch of regular expressions to convert Dolphin chunk to Pharo chunk. Dolphin uses methodsFor! and sets method category as a "do-it", while Pharo defines the category and the stamp in methodsFor:stamp:! It isn't super pretty, but got the job d

[Pharo-users] Regression bug with TextModel and accepts

2014-08-18 Thread Johan Fabry
Hi all, it seems there is a regression issue with bug 12569 TextModel should not move scroll when accepting text. https://pharo.fogbugz.com/f/cases/12569/TextModel-should-not-move-scroll-when-accepting-text I was looking for a report on this because I have this issue in 3.0 release and I can r

Re: [Pharo-users] Regression bug with TextModel and accepts

2014-08-18 Thread stepharo
On 18/8/14 20:21, Johan Fabry wrote: Hi all, it seems there is a regression issue with bug 12569 TextModel should not move scroll when accepting text. https://pharo.fogbugz.com/f/cases/12569/TextModel-should-not-move-scroll-when-accepting-text I was looking for a report on this because I have

Re: [Pharo-users] Migrate code from Dolphin Smalltalk

2014-08-18 Thread Tim Mackinnon
Hi Esteban - might it be possible to put your script and mock classes on Smalltalk hub for future reference? I might need to do something similar at some point - and it sounds workable with what you did. Thanks for mentioning it. Tim Sent from my iPhone > On 18 Aug 2014, at 04:46 pm, "Esteba