From: Steven D'A. <st...@cy...> - 2004-08-24 01:25:01
|
On Mon, Aug 23, 2004 at 11:32:57PM +0100, XXXXXXXXXXX wrote: > 3) Image path - this follows on from an observation I made recently. When > you select an image in the background dialog you can use the file browser > to track it down, but in the resource file the path is never stored and > therefore the image fails to load unless it's in the same directory as > the resource file. > > Now why you'd want to locate the image somewhere other than the current > directory I couldn't say... Easy: if you have more than, oh, half a dozen images in your application, you probably want to dump them all in an image subdirectory rather than clutter up your main directory. Or, if you want to implement something like skins, one set of images to a directory. -- Steven D'Aprano Operations Manager Cybersource Pty Ltd, ABN 13 053 904 082 Level 4, 10-16 Queen St, Melbourne VIC 3000 Tel: +61 3 9621 2377 Fax: +61 3 9621 2477 Web: http://www.cybersource.com.au |