Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news.bbs-scene.org!macgui.com!marklim From: Mark P M Lim Newsgroups: comp.sys.apple2.programmer Subject: Re: Will there be a =?UTF-8?B?Q2lkZXJYUHJlc3M/?= Date: Sun, 18 Aug 2013 03:25:21 +0000 (UTC) Organization: Mac GUI Lines: 39 Message-ID: References: NNTP-Posting-Host: gunshin.wiredns.net Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: technocratmedia-w1.news.bbs-scene.org 1376796321 9807 74.119.145.48 (18 Aug 2013 03:25:21 GMT) X-Complaints-To: abuse@bbs-scene.org NNTP-Posting-Date: Sun, 18 Aug 2013 03:25:21 +0000 (UTC) User-Agent: Mac GUI Usenet Xref: csiph.com comp.sys.apple2.programmer:801 Hi to all, > I'm rootin' for ya! Thanks, Alex. Previously after a DnD, I re-built the entire tree structure of the Outlineview widget by reading the data from the disk image. This ensures that the pathname of a file stored as a field in a tree node corresponds exactly to that on the disk image. The disadvantage is all nodes will collapse visually; not a good user experience. I decided the least that could be done is ensure the destination folder remains expanded after a drop is accepted. I think I have met with some success here. To summarise, the program (so far) works with only uncompressed disk images; its main features are 1) dragging and dropping of files/folders from/to a folder location managed by Finder to/from an disk image (document), 2) intra-/inter-document drag and drop of files/folders, 3) deletion of files and folders from a disk image, 4) renaming of files and folders, 5) intra/inter-document copy and paste. Copy and Paste from Finder is working but I have not found out how to get Finder's main edit menu/contextual menu to enable its Paste menu item. Thanks to all for taking an interest in this project. The main credit belongs to Andy; CiderPress's C++ classes takes care of many things behind the scene. Regards. Mark