I'm working on an application that is based on a Wizard metaphor, but
where I would like to generate the user interface of the next/previous
page dynamically based on an internal data structure that is updated as
my application is running.
Does anyone have any tips, suggestions, or warnings that I should be
aware of before I begin this effort? By warnings I mean any
memory/garbage collection issues related to constantly (re)building an
interface on-the-fly.
One of the ideas I've been tossing around is to use my internal data
structure to generate an XRC string to describe the page I need to
render.
Thank you,
Malcolm