Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How far the development of multi-modal user interface?
Posted
Comments
[no name] 19-Aug-14 16:07pm    
What?

1 solution

The "multimodal user interface" is a commonplace. First of all, you need to clearly understand what is that: http://en.wikipedia.org/wiki/Multimodal_interaction[^].

As you can see, there is nothing specific to a particular UI framework or library you would use, but implementation will be different. Unfortunately, you did not even tag your application type. There are too many different architectures to cover them all in this aspect: WPF, Forms, Silverlight, ASP.NET, Metro, different architectural frameworks on the of those (such as MVC, MVVM), and a lot more. So, sorry, no technical detail.

Perhaps, the only common point for all the solution is this: you will have to define the data type describing mode, perhaps some "Mode Manager", because, for example, you may decide to have one global mode for the whole application, but to keep more then one non-modal view at the same time. In this case, if you change the mode in one view, you will need to notify other views. Even if you have only one view, you might have other reasons for "mode management".

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900