CEImagesetEditor -- Resource Directories
Posted: Tue Jun 26, 2007 06:49
hello,
ive run into something in the imageset editor where i think it could be improved.
when setting resource group directories, they dont seem to persist. this actually makes sense since resources for an imageset could vary depending on your project.
my thoughts on improving this behavior would be to store a few settings in a simple xml file using tinyxml. i would then add a "New Project..", "Load Project..." and a "Save Project..." menu item. i would load/save these values:
i started playing around with the source, but just thought id ask around. i dont think its going to be that hard, just a few things added here and there. it would definitly be a productivity saver, since everytime i load an imageset i need to add my resource directories all over again.
to summarize: basically i just want to associate an .imageset file with a resource directory.
ive run into something in the imageset editor where i think it could be improved.
when setting resource group directories, they dont seem to persist. this actually makes sense since resources for an imageset could vary depending on your project.
my thoughts on improving this behavior would be to store a few settings in a simple xml file using tinyxml. i would then add a "New Project..", "Load Project..." and a "Save Project..." menu item. i would load/save these values:
- Project Name
- Resource directories
- .imageset filename
- (Optionally) imageset image file (windowslook.tga, etc).
- -- this is available in the imageset file, so im not sure if this is needed.
i started playing around with the source, but just thought id ask around. i dont think its going to be that hard, just a few things added here and there. it would definitly be a productivity saver, since everytime i load an imageset i need to add my resource directories all over again.
to summarize: basically i just want to associate an .imageset file with a resource directory.