T
thechaosengine
Hi all,
Does anyone know of a design pattern to deal with the issue of making UI
controls active and inactive according to the context of what the user is
doing?
I've been thinking about the best way to handle this but the only way I can
really think to do it would likely be very messy - trying to deal with it
in event handlers. I can imagine that trying to disable and enable buttons
and menu items and toolbars for a whole host of ui elements for a whole host
of different application contexts could be very messy.
Are there any particular approaches that i should be looking at to manage
the problem a bit better?
Thanks everyone
Simon
Does anyone know of a design pattern to deal with the issue of making UI
controls active and inactive according to the context of what the user is
doing?
I've been thinking about the best way to handle this but the only way I can
really think to do it would likely be very messy - trying to deal with it
in event handlers. I can imagine that trying to disable and enable buttons
and menu items and toolbars for a whole host of ui elements for a whole host
of different application contexts could be very messy.
Are there any particular approaches that i should be looking at to manage
the problem a bit better?
Thanks everyone
Simon