Changes between Version 6 and Version 7 of DhtmlOperatorPanel

Show
Ignore:
Author:
tzafrir (IP: 62.90.10.53)
Timestamp:
04/24/08 17:53:30 (5 years ago)
Comment:

Sources for the op-panel applet are available.

Legend:

Unmodified
Added
Removed
Modified
  • DhtmlOperatorPanel

    v6 v7  
    66Although the flash operator panel works decently well, it has some problems and limitations. 
    77 
    8 First of all, the flash source is not open - this just makes things annoying. 
     8~~First of all, the flash source is not open - this just makes things annoying.~~(Ming sources are available. .swf file in the Debian package is rebuilt as part of the regular build process.) 
    99 
    1010The way the layout is defined (with absolute positions of buttons) makes things somewhere difficult to layout - it's hard to deal with varying numbers of extensions/trunks/queues that can take up different amounts of space. 
    1111 
    12 What would be nice is a DHTML-based operator panel, that floated everything, so that it would be able to adjust to any screen size or ratio of objects. We would also be able to add features, like the ability to only view a certain group or context. 
     12What would be nice is a DHTML-based operator panel, that floated everything, so that it would be able to adjust to any screen size or ratio of objects. We would also be able to add features, like the ability to only view a certain group or context.  
    1313 
    1414It would have to be done using AJAX, so there would be an XML status page. This would also raise the possibility of a fat client version that could be a taskbar icon.