Changes between Version 20 and Version 21 of PAGE_STRUCTURE_PALETTE_R0


Ignore:
Timestamp:
11/02/09 12:49:17 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_STRUCTURE_PALETTE_R0

    v20 v21  
    3939Selected element is the dark gray one and when selected the corresponding frame on the page is selected too. Left mouse button click on the selected element makes it editable and the element can be renamed. After changing the name by pressing enter or by clicking somewhere else the new name is accepted. Renaming of selected element can be achieved by pressing F2 instead of second left mouse button click. While dragging the dragged element can be dropped between two sibling elements or as first or last one. 
    4040If the element is dropped somewhere else the drag and drop is canceled. His last position is taken by the element which was before it if the element is dragged upwards, and its position is taken by the element which was after it if the element is dragged downwards. 
     41  
     42 * We will need a tree palette, so we will implement a TreePalette, based on JTree, which is dynamically changing using Pro lib. 
     43 * The Structure palette will use the current page and it's elements-children and descendants. So it's items will use ElementViews to construct themselves. 
     44 * May be the resource palette will become a tree palette too.   
     45 
    4146== Related == 
    4247PAGE_STRUCTURE_DISPLAYING_R0 [[BR]]