-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Window component #283
Comments
Appreciate your suggestion. IMHO multi window is a bad UI decision. It works good if you are writing multi application environment, such as a desktop, but it does not work good for a single application. I think a better UI solution is paneled layout. I think problem with multi window are:
So, as you see, multi window UI creates usability issues. You are welcome to write out your arguments. |
I think that yours argument are convincing, and maybe using a paneled layout is good solution and I'm using it for now. Ps. Sorry for my English. It's not quite good ;) |
Good evening @vitmalina! I agree with you 100%, however sometimes the design is out of our control, and the customer requirements drive the need. Right now I have a client who requested an order management system and they want to be able to see multiple orders on the screen at the same time, in movable, minimizable windows. I offered a paneled type approach (like you suggested) but they want it "like their old system, because that is what they are used to". :) I haven't gotten to the MDI interface yet, but it sounds like I had better try and see what @mokry is talking about. I might have to use a different library just for the MDI, but that is fine. If it wasn't for the clients, programming would be so much easier! By the way, I love W2UI so far! |
Well, I guess I will need to make a decision on this one. I stick with one popup at a time option. Well, if you must have multi, there are other plugins for it already and I do not want to reinvent a wheel. Also, as of current master, you can create multiple overlays at the same time, you just need to give it a name. Thanks for discussion. |
Hi,
I would suggest to make component based od Popup, but more like windows.
Sth like windows in dhtmlx (http://docs.dhtmlx.com/doku.php?id=dhtmlxwindows:toc)
The text was updated successfully, but these errors were encountered: