Compact mode anyone??
-
I need some help designing a UI which supports both compact as well as full mode. Any ideas or articles written about this will be greatly appreciated. Also since i have a time constraints which language should i go for. Can code in VB,VC and C# :) but am not a UI guru.
-
I need some help designing a UI which supports both compact as well as full mode. Any ideas or articles written about this will be greatly appreciated. Also since i have a time constraints which language should i go for. Can code in VB,VC and C# :) but am not a UI guru.
FASTian wrote: I need some help designing a UI which supports both compact as well as full mode. What do you mean by "compact" and "full" mode?
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
FASTian wrote: I need some help designing a UI which supports both compact as well as full mode. What do you mean by "compact" and "full" mode?
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
what i mean by compact mode is that while in compact mode we only show a limited UI meaning that it shows only neccessary values whereas full mode means that i might want to show graphs and other UI related material which is only adds on to the application.
-
what i mean by compact mode is that while in compact mode we only show a limited UI meaning that it shows only neccessary values whereas full mode means that i might want to show graphs and other UI related material which is only adds on to the application.
Here are two different ways: http://www.codeproject.com/dialog/dlgboxtricks.asp (see section titled Expanding and Contracting your dialog boxes) http://www.codeproject.com/dialog/dlgexpand.asp I prefer the latter.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
Here are two different ways: http://www.codeproject.com/dialog/dlgboxtricks.asp (see section titled Expanding and Contracting your dialog boxes) http://www.codeproject.com/dialog/dlgexpand.asp I prefer the latter.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen