Re: [Pharo-users] pharo config problem

2017-08-13 Thread Johannes Brauer
Hi Stef, the connection from a Monticello Browser in a local image with same username and password works fine. Johannes > Am 13.08.2017 um 20:34 schrieb Stephane Ducasse : > > Hi johannes > > I do not know how to help you but this is strange. > We managed our synectique private code on STHub a

Re: [Pharo-users] FLSerializer in Pharo 6.1

2017-08-11 Thread Johannes Brauer
hat we can try here? > > Tx > > On Fri, Aug 11, 2017 at 4:06 PM, Johannes Brauer > wrote: >> Hi everyone, >> >> the FLSerializer in Pharo 6.1 doesn’t work. I tried the example from the >> class comment and I always get >> >> FileException: cannot open file: example.FL. >> >> Is that a known problem? >> >> Johannes >

[Pharo-users] FLSerializer in Pharo 6.1

2017-08-11 Thread Johannes Brauer
Hi everyone, the FLSerializer in Pharo 6.1 doesn’t work. I tried the example from the class comment and I always get FileException: cannot open file: example.FL. Is that a known problem? Johannes

Re: [Pharo-users] problem with FLMaterializer

2017-08-05 Thread Johannes Brauer
l Ferlicot mailto:cyril.ferli...@gmail.com>>: On sam. 5 août 2017 at 13:10, Johannes Brauer mailto:bra...@nordakademie.de>> wrote: Peter Your suggestion is correct. I correct the expression to (FLMaterializer materializeFromFileNamed: aFileRefence fullName) Now I get another excep

Re: [Pharo-users] problem with FLMaterializer

2017-08-05 Thread Johannes Brauer
om: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Johannes Brauer Sent: 04 August 2017 23:56 To: Any question about pharo is welcome mailto:pharo-users@lists.pharo.org>> Subject: [Pharo-users] problem with FLMaterializer Hi everyone, trying to migrate a Seaside applicati

[Pharo-users] problem with FLMaterializer

2017-08-04 Thread Johannes Brauer
Hi everyone, trying to migrate a Seaside application from Pharo4 to Pharo6 I get a problem with FLMaterializer. An expression like (FLMaterializer materializeFromFileNamed: aFileRefence) results in MessageNotUnderstood: FileReference>>convertToWithConverter: The same file can be materialized

Re: [Pharo-users] Syntax Error: Message pattern expected

2017-08-03 Thread Johannes Brauer
I have got an image with my application running, so I could repair my rep. So, we can close the „issue“. Cheers Johannes > Am 03.08.2017 um 20:45 schrieb Alistair Grant : > > On Thu, Aug 03, 2017 at 06:04:37PM +, Johannes Brauer wrote: >> Hi Ben, hi Alistair! >&g

Re: [Pharo-users] Syntax Error: Message pattern expected

2017-08-03 Thread Johannes Brauer
hannes, Is your Monticello repo public? Perhaps someone else could try to load the package to check something in it is not corrupt? cheers -ben On Thu, Aug 3, 2017 at 9:00 PM, Alistair Grant mailto:akgrant0...@gmail.com>> wrote: Hi Johannes, On Wed, Aug 02, 2017 at 08:59:33PM +0000, Joh

Re: [Pharo-users] Syntax Error: Message pattern expected

2017-08-02 Thread Johannes Brauer
> Am 02.08.2017 um 21:44 schrieb Alistair Grant : > > On Wed, Aug 02, 2017 at 12:22:38PM -0700, jb wrote: >> Hi everyone! >> >> I get this error when I try to load a package from my Monticello rep. I have >> never seen this before and have not a clue where to look for the mistake. >> >> The err

[Pharo-users] Zinc newbie question: How to get file metadata from Dropbox

2017-07-20 Thread Johannes Brauer
Hi! To download a file from Dropbox is easy: ZnClient new https; host: 'content.dropboxapi.com'; addPath: '2'; addPath: 'files'; addPath: 'download'; headerAt: 'Authorization' put: 'Bearer '; headerAt: 'Dropbox-API-Arg' put: '{"path": "/demo.txt"}' ;get. But I cannot figure out how t

Re: [Pharo-users] how to open an pharo4 image on macOs 10.12.5

2017-06-11 Thread Johannes Brauer
g for you. > > > On Sat, Jun 10, 2017 at 8:37 PM, Johannes Brauer > wrote: >> Hi, >> >> I cannot figure out how to open an old pharo4 image (downloaded from >> pharocloud) on macOs Sierra. Is there a usable vm? >> >> Johannes >

[Pharo-users] how to open an pharo4 image on macOs 10.12.5

2017-06-10 Thread Johannes Brauer
Hi, I cannot figure out how to open an old pharo4 image (downloaded from pharocloud) on macOs Sierra. Is there a usable vm? Johannes

Re: [Pharo-users] pharocloud alternative

2017-05-31 Thread Johannes Brauer
You see the message when you log in to the pharocloud management console. It says that there is a „lack of resources“. Johannes > Am 30.05.2017 um 23:05 schrieb Petr Fischer : > > Why will be pharocloud closed? Where is the message? Thanks, pf > > >> Hi, >> >> I am running to Pharo/Seaside ap

Re: [Pharo-users] pharocloud alternative

2017-05-30 Thread Johannes Brauer
I appreciated the ease of use of pharocloud. I had to upload my pharo-image and done. Nevertheless, thank you for your tip, Sven Johannes > Am 30.05.2017 um 12:02 schrieb Sven Van Caekenberghe : > > >> On 30 May 2017, at 11:46, Johannes Brauer wrote: >> >> Hi, &

[Pharo-users] pharocloud alternative

2017-05-30 Thread Johannes Brauer
Hi, I am running to Pharo/Seaside apps on pharocloud. Now the service will be closed. Does anyone know a comparable alternative? Johannes

Re: [Pharo-users] condensing a changes file

2016-03-29 Thread Johannes Brauer
thanks Doru, it worked (Pharo4, OS X) Cheers Johannes Am 29.03.2016 um 18:07 schrieb Tudor Girba mailto:tu...@tudorgirba.com>>: Hi, Here is how to find the answer: - Open Spotter - type “condense” :) Cheers, Doru On Mar 29, 2016, at 6:02 PM, Johannes Brauer mailto:bra...@nordakade

[Pharo-users] condensing a changes file

2016-03-29 Thread Johannes Brauer
Hi, in VisualWorks there is the feature to condense a changes (.cha) file. Is it possible in Pharo, too? Johannes

Re: [Pharo-users] FLMethodChanged: Materialization error. Method DmQuartalsplan>>#initialize: changed its bytecodes.

2016-03-22 Thread Johannes Brauer
mailto:marianop...@gmail.com>>: On Mon, Mar 21, 2016 at 3:51 PM, Johannes Brauer mailto:bra...@nordakademie.de>> wrote: Am 21.03.2016 um 19:19 schrieb Mariano Martinez Peck mailto:marianop...@gmail.com>>: HI Johannes, Could I see the source of the DmQuartalsplan>>#initi

Re: [Pharo-users] FLMethodChanged: Materialization error. Method DmQuartalsplan>>#initialize: changed its bytecodes.

2016-03-21 Thread Johannes Brauer
ay be to do a Fuel replacement to replace the sortedCollection with an OrderedCollection and then a post initialize method. But again, probably seeing if the closure of the sorted collection is clean or not may have different behaviors. Cheers, On Mon, Mar 21, 2016 at 3:09 PM, Johannes Brauer mai

[Pharo-users] FLMethodChanged: Materialization error. Method DmQuartalsplan>>#initialize: changed its bytecodes.

2016-03-21 Thread Johannes Brauer
Hi, I am trying to port a pharo2 application to pharo4. Therefore I have to migrate some fuel files from version 1.9 to 1.9.4. I've done this using the script shown in the EnterprisePharo Book in my pharo2 image, no problem. But trying to load the migrated fuel file into my pharo4 image I get th