How to save a book morph on a disk

Karl Ramberg karl.ramberg at chello.se
Wed Jun 16 16:23:17 UTC 2004



raymondasselin at sympatico.ca wrote:

> Bonjour Stéphane,
> hardcode in the image is the server 'DaniOnJumbo'  which does'nt
> exist anymore. The problem is that no body seems to know how to get rid
> of it, or how to add new server. If you find a solution I'll be glad to
> know it.  


FileList2 is missing the volumeMenu to add and remove servers.

!FileList2 methodsFor: 'as yet unclassified' stamp: 'kfr 7/17/2003 23:09'!
morphicDirectoryTreePaneFiltered: aSymbol
	^(SimpleHierarchicalListMorph 
		on: self
		list: aSymbol
		selected: #currentDirectorySelected
		changeSelected: #setSelectedDirectoryTo:
		menu: #volumeMenu:
		keystroke: nil)
			autoDeselect: false;
			enableDrag: false;
			enableDrop: true;
			yourself
		
! !

Karl



More information about the Squeak-dev mailing list