Re: [Pharo-users] image lockdown/deployment mode

2018-02-06 Thread Vincent BLONDEAU
Hi Hans, Not available yet, but soon ;) I am hired by a company, Lam Research, to make that possible with Pharo. I just began to work on it, but I’ll announce it when I’ll have a first working version. Our goal being to be able to package and deploy easily desktop applications thanks to a too

Re: [Pharo-users] Failling Tests are green if BlockCannotReturn exception

2016-01-11 Thread Vincent BLONDEAU
Hi, It is expected. When you evaluate a block with a return, the method containing the block definition (here testBlock) will return. So the test will pass. BTW, you don’t need to put a return in a block. By default, the last instruction will be returned. Cheers, Vincent From:

Re: [Pharo-users] [ann] brick on top of bloc - preview

2015-08-26 Thread Vincent BLONDEAU
stion about pharo is welcome Objet : Re: [Pharo-users] [ann] brick on top of bloc - preview Wow… Alexandre > On Aug 25, 2015, at 6:41 PM, Vincent BLONDEAU > wrote: > > That is because GToolkit is based on last successful Moose 6.0 build where > everything works fine (it is Phar

Re: [Pharo-users] [ann] brick on top of bloc - preview

2015-08-25 Thread Vincent BLONDEAU
That is because GToolkit is based on last successful Moose 6.0 build where everything works fine (it is Pharo50248). But less than a week ago, a featured bug was integrated in Pharo and it is not possible to load Moose anymore… That is due to some encoding problems during Monticello loading be

Re: [Pharo-users] Tabular: XLSX import

2015-08-13 Thread Vincent BLONDEAU
Indeed that is better idea! Thanks Ben, Vincent -Message d'origine- De : Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] De la part de Ben Coman Envoyé : jeudi 13 août 2015 19:13 À : Any question about pharo is welcome Objet : Re: [Pharo-users] Tabular: XLSX import On Thu, Aug

Re: [Pharo-users] MSOffice DOCX generation?

2015-08-08 Thread Vincent BLONDEAU
I think you can improve Tabular to generate DOCX files. It is the same file standard than XLSX. Vincent -Message d'origine- De : Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] De la part de H. Hirzel Envoyé : samedi 8 août 2015 08:56 À : Any question about pharo is welcome Obj

Re: [Pharo-users] pharoExtras XML Parser/Writer in Pharo 4.0?

2015-08-08 Thread Vincent BLONDEAU
The pharoExtras/XML* are here: http://smalltalkhub.com/#!/~PharoExtras/XMLParser It is the same project that from the loaded project list item that you show in the screenshot. You can't load PharoExtra in one go, because PharoExtra is a group of projects. So you have to load the projects that

Re: [Pharo-users] Tabular: XLSX import

2015-08-08 Thread Vincent BLONDEAU
t;>>>> >>>>> Cheers, >>>>> >>>>> Vincent >>>>> >>>>> >>>>> >>>>> *De :* Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] >>>>> *De la part de* ? >>>>&

Re: [Pharo-users] Recoverying a crashed Moose image/Pharo5

2015-07-30 Thread Vincent BLONDEAU
Hi, I had the same issue under Windows 7. The workaround is to rename /home/hilaire/Travaux/Speech/Taiwan2015/moose_suite_5_1/bin/libFT2Plugin.so in something else. You will not have the fonts working anymore but your image will be working again. See the bug related: https://pharo.fogbugz.co