Changes between Initial Version and Version 1 of Ticket #8570


Ignore:
Timestamp:
May 10, 2012, 5:52:52 PM (12 years ago)
Author:
diver
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8570

    • Property Component - GeneralServers/app_server
    • Property Owner changed from nobody to axeld
  • Ticket #8570 – Description

    initial v1  
    1 For now multitab windows are too heavy for everyday usage in applications. Every tab requre own client and server looper, drawing context etc. Also managing many multitab windows on workspace is dufficult.
     1For 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.
    22
    33'''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.
    66
    77'''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]]
    1313
    1414After this WebPositive and other native applications can be rewritten using SAT.