[[BackLinksMenu]] [[TicketQuery(summary=FRAMES_PALETTE_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] = Analysis = == Overview == The Frames palette is a part of the components tab in the right flap of the main window. It contains different kinds of frames that can be used in a Sophie book. == Task requirements == * The user should be able to drag the palette title bar to make it a free-standing window. * The user should be able to drag the palette over a tab and drop it there. It should attach to this tab. * When the user closes (clicks the X in the upper-right corner) the palette should not disappear. It should just return to its original place. * The palette lists the different kinds of frames – flow, non-flow, non-flow (template content), comment, comment (template content). == Task result == The result of this task is source code. == Implementation idea == Add the palette to the components tab in the right flap. List the different types of frames. == How to demo == * Open the frame palette and show the different types of frames. * Move the palette to the center of the main window and then return it by clicking the upper-right corner X. = Design = = Implementation = ^(Implementation results should be described and linked here (from the wiki or the repository))^ = Testing = = Comments = ^(Write comments for this or later revisions here.)