[[BackLinksMenu]] [[TicketQuery(summary=FRAME_POSITION_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 could have different position in relation to the page. They could overlap but the frame should be able to fit into the page size. == Task requirements == * The frame should have property for the distance to the top of the page. It should be greater than 0 and less than (page`s hight-frame`s high). * The frame should have property for the distance to the left end of the page. It should be greater than 0 and less than (page`s width-frame`s width). == Task result == The result of this task is source code. == Implementation idea == * Create Position class extending !ProObject with properties for the frames upper left position * Add Position position property to the Frame == Related == == How to demo == *