Re: [Pharo-users] problem with FLMaterializer

2017-08-05 Thread Johannes Brauer
In the EnterprisePharo Book there is a chapter "Fuel Format Migration". There the format migration form Fuel version 1.7 to 1.9 is shown. I ask me if there is a similar possibility for the migration between Fuel in Pharo 4 and 6. Johannes Am 05.08.2017 um 15:08 schrieb Cyril Ferlicot mailto:cyr

Re: [Pharo-users] problem with FLMaterializer

2017-08-05 Thread Cyril Ferlicot
On sam. 5 août 2017 at 13:10, Johannes Brauer wrote: > Peter > > Your suggestion is correct. I correct the expression to > > (FLMaterializer materializeFromFileNamed: aFileRefence *fullName*) > > Now I get another exception. > KeyNotFound: key #'ositive8SmallIntegerClusterJ 4Ü 1‚ ð+ –( %? "< 9 ª

Re: [Pharo-users] problem with FLMaterializer

2017-08-05 Thread Johannes Brauer
Peter Your suggestion is correct. I correct the expression to (FLMaterializer materializeFromFileNamed: aFileRefence fullName) Now I get another exception. KeyNotFound: key #'ositive8SmallIntegerClusterJ4Ü1‚ð+–( %?"<9ª6PM¾0d*ÒD ''x!Œ8' not found in SystemDictionary I think thi

Re: [Pharo-users] problem with FLMaterializer

2017-08-05 Thread PBKResearch
Johannes Just a suggestion: FLMaterializer class >>materializeFromFileNamed: requires as argument aFilename, not aFileRefence. Presumably this means the name as a string. This makes sense, because #convertToWithConverter: is the name of a method understood by strings. If your invocation of the