Closed GoogleCodeExporter closed 9 years ago
I've put in a check for valid icons and fail back to the computer. I had put
the folder in first to make the root node a folder...changed it to use image
keys instead of 0 index.
As for the default set of icons, let's use the famfamfam set since we've taken
care of the licensing issues with that.
Also, fixed a bug where the file name with extension was being used as the
image key.
Original comment by btatey...@gmail.com
on 26 Aug 2012 at 2:57
If removing the extension and your allowing multiple extensions, how are you
managing images with the same name but different extension since it will load
both since LoadImageList() doesn't have a
imgIcons.Images.Keys.Contains("newfile") anywhere?
Oh I noticed another introduced bug. when editing a host, the current or
(default computer) icon should appear in the button but it's blank. I had this
load the computer icon or the found key icon in the list.
Original comment by djtrem...@gmail.com
on 27 Aug 2012 at 9:26
Original issue reported on code.google.com by
djtrem...@gmail.com
on 26 Aug 2012 at 8:47