Changes between Initial Version and Version 1 of Ticket #8570
- Timestamp:
- May 10, 2012, 5:52:52 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8570
- Property Component - General → Servers/app_server
- Property Owner changed from to
-
Ticket #8570 – Description
initial v1 1 For now multitab windows are too heavy for everyday usage in applications. Every tab requ re own client and server looper, drawing context etc. Also managing many multitab windows on workspace is dufficult.1 For now multitab windows are too heavy for everyday usage in applications. Every tab requires own client and server looper, drawing context etc. Also managing many multitab windows on workspace is difficult. 2 2 3 3 '''Possible performance and resource optimizations:''' 4 1)Have one server looper and drawing context per multitab window[[BR]]5 2)Provide window-specific multitab handling. This means that window can handle tab list and provide active tab contents manually on client side.4 * Have one server looper and drawing context per multitab window[[BR]] 5 * Provide window-specific multitab handling. This means that window can handle tab list and provide active tab contents manually on client side. 6 6 7 7 '''Possible usage optimizations:''' 8 1)Show window groups in Deskbar[[BR]]9 2)Make ability to close all windows in group[[BR]]10 3)Make ability to scroll or show invisible tabs in menu when there are a lot of tabs(like this was done in WebPositive)[[BR]]11 4)Make ability to save groups[[BR]]12 5)Make ability to tile groups[[BR]]8 * Show window groups in Deskbar[[BR]] 9 * Make ability to close all windows in group[[BR]] 10 * Make ability to scroll or show invisible tabs in menu when there are a lot of tabs(like this was done in WebPositive)[[BR]] 11 * Make ability to save groups[[BR]] 12 * Make ability to tile groups[[BR]] 13 13 14 14 After this WebPositive and other native applications can be rewritten using SAT.