<div dir="auto">Hi List,<div dir="auto"><br></div><div dir="auto">When loading my.prefs into a new base image, if the class being configured doesn't exist loading stops quite unglamorously.</div><div dir="auto"><br></div><div dir="auto">How about using a dummy superclass UndefinedClass that serves as the superclass of a class that hasn't been loaded? When the class isn't found, create it as a subclass of that. If the class is later loaded, class reshaping will change it into the appropriate class.</div><div dir="auto"><br></div><div dir="auto">For the purpose of storing the preference value in the meantime, we could use method rewriting like editing help topics, or putting it directly in Preference as a dictionary entry.</div><div dir="auto"><br></div><div dir="auto">By using a dummy superclass, you can browse for preferences set on unistalled software, as well as exclude them from release building.</div><div dir="auto"><br></div><div dir="auto">How does this sound?</div></div>