When you drag the image onto the Factor.app, it does something like ./factor file.image. So the image is treated like a Factor source file. We want dragging to work for Factor source files, so to support both would require some automatic way of differentiating source files from images. It's not implemented now, because there's no easy way to do it that always works. But we could just use the extension...
Dan On Sat, Jan 10, 2009 at 5:59 AM, Jon Kleiser <[email protected]> wrote: > Hi, > > I've just tried something that doesn't seem to be supported. ;-) I tried > to launch the Factor UI by dropping an image file onto Factor.app. When I > first tried this on my PPC Mac, I quite soon got a "Word not found..." > message. When I tried it on my Intel Mac, however, it resulted in a huge > amount of disk activity, both reads and writes, before I got some "Word > not found...". > I know about the -i=image command line switch, but I think it could be > handy to launch the Factor UI by dropping an image file on the app. > What could all the disk activity be? > > /Jon > > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
