bluearrow Posted February 14, 2007 Posted February 14, 2007 Hi, I have the following design doubt. I am thinking of creating an interface with a: - Left panel with menu selection (Companies, Contacts, Quotes, etc.) - Central panel with record by record view in a tabbed design - Right panel with a list view of all selected records. For instance, if a user selects Companies in the left menu: - the central panel would show one Company record, and would allow the user to navigate from record to record. - the left panel would show an Excel like list of all companies, allowing the user to jump from record 3 to, lets say, record 18 (assuming both records are present and visible in the right table). Can you think of any issues with this design? Do you think it is a correct approach? Thank you
bluearrow Posted February 15, 2007 Author Posted February 15, 2007 I will add some more info that might help you to understand the question. Left panel = MENU items and Search Window. Two different windows simulating to be the same. If the users choose a menu item, this window enters Find mode. Central panel = SEARCH RESULT. This windows shows the records of the found set, after the users has carried out a search. Right panel = List view of the same found set as the Central Panel. My problems are the following: - Is this design viable and reasonable? - How do you implement it? I have tried to create the windows, thinking they should be based on the same TO (for the central and right panel) and a different TO for the MENU. If the user click a MENU item, the left panel goes to the correct TO and allows a search. But how do you do it? How do you show a record view and a table view of the same found set at the same time? how do you allow a permanent Find window to be open at the same time, thus allowing the users to carry out a new search or browse the found set, whichever they want? Thanks
Recommended Posts
This topic is 6836 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now