[Pharo-users] Spec on Moose 6.0 error: MessageNotUnderstood: ToolDockingBarMorph>>popUpOwner

2015-11-21 Thread Offray Vladimir Luna Cárdenas
Hi, I'm getting this error while trying to prototype some interface with Spec on Moose 6.0: MessageNotUnderstood: ToolDockingBarMorph>>popUpOwner it happens anytime that I'm using displaying a MenuModel and I go to the menu items. I imagine that the menu item is complaining about a lacking

Re: [Pharo-users] Extracting *.tar.gz file in Pharo 5

2015-11-21 Thread Tudor Girba
Indeed. The GTInspector and Spotter shows you how to navigate inside such zip files, too :). Doru > On Nov 21, 2015, at 12:17 PM, stepharo wrote: > > > > Le 20/11/15 21:16, Juraj Kubelka a écrit : >> If I remember well, ZIP in Pharo supports only one file (one stream of >> data). There is

Re: [Pharo-users] Extracting *.tar.gz file in Pharo 5

2015-11-21 Thread Ben Coman
Monticello MCZ files are zip files. Just rename the extension to ZIP and unzip it and you'll see multiple files and a directory containing a file. So intuitively I'd say ZIP in Pharo must support directories - not that I know how :) cheers -ben On Sat, Nov 21, 2015 at 4:16 AM, Juraj Kubelka wro

Re: [Pharo-users] Extracting *.tar.gz file in Pharo 5

2015-11-21 Thread stepharo
Le 20/11/15 21:16, Juraj Kubelka a écrit : If I remember well, ZIP in Pharo supports only one file (one stream of data). There is no support for directories. At least, when I have intended it some time ago, I failed. mcz is a zip and it contain multifiles. I do not stand on using *.tar.g

Re: [Pharo-users] Extracting *.tar.gz file in Pharo 5

2015-11-21 Thread Stephan Eggermont
On 20-11-15 21:44, Juraj Kubelka wrote: Can you give me an example? The file has about 30.000 files (compressed less then 50 MB). I am not sure if it is good idea to manage this inside of Pharo image. AFAIK file systems are much worse with very many small files. Minimum block size. Stephan