Linked by Thom Holwerda on Sun 28th Dec 2008 10:43 UTC
Permalink for comment 341761
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 06/19/13 23:02 UTC, submitted by M.Onty
Linked by Thom Holwerda on 06/19/13 22:28 UTC
Linked by Thom Holwerda on 06/18/13 22:33 UTC
Linked by Anonymous on 06/18/13 22:26 UTC
Linked by Thom Holwerda on 06/18/13 22:25 UTC
Linked by Thom Holwerda on 06/18/13 17:45 UTC
Linked by Thom Holwerda on 06/18/13 17:32 UTC, submitted by poundsmack
Linked by Thom Holwerda on 06/17/13 17:58 UTC
Linked by Thom Holwerda on 06/17/13 17:52 UTC
Linked by Thom Holwerda on 06/14/13 21:03 UTC
More News »
Sponsored Links



Member since:
2006-01-01
Thanks for that! To me a tab-based single document interface is just as good as an MDI if not better. One thing they need to pay attention to is the menu bar. There needs to be one menu bar and everything should live inside a window. The Paint.Net concept isn't too bad. Put that toolbox/sidebar inside a window (docked to the side with the ability to undock it) and create a tab bar on the right side and for each window, a new tab is created. The tab index would correspond to the window/form index. You click on a window and the same tab as the window index gets activated and vice versa. This can easily be achieved by storing the address of each window in an array that would hold memory addresses. So, tab with index 0 would activate the address in the first element etc etc. Be creative! Make sure the tabs are good looking with nice bevels and when you maximize the window it does *NOT* cover the tab bar but it stretches until just under the tab bar. Once this is done, the GIMP might become the most popular painting application.
Edited 2008-12-29 00:40 UTC