wiki:LINKS_ACTIONS_SHOWING_R0
Last modified 3 years ago Last modified on 02/20/09 08:18:56

Ticket Summary Owner Status Type Component Priority Effort Importance
#1158 LINKS_ACTIONS_SHOWING_R0 sriggins closed planned_task LINKS 3 0.5 0

Reported by Astea, 4 years ago.

Description

wiki page: LINKS_ACTIONS_SHOWING_R0 - effort: 0.5d

Analysis_owners

sriggins

Analysis_reviewers

boyan

Analysis_score

4

Design_owners

pap

Design_reviewers

jani

Design_score

3.5

Imp._owners

pap, kyli

Imp._reviewers

meddle

Imp._score

3.5

Test_score

0

Analysis

Overview

Implement actions that control the visible state of frames. These actions include:

  • Show frame - Sets the visible of a frame to true
  • Hide frame - Sets the visible of a frame to false
  • Toggle frame - Inverts the visibility of a frame
  • Show in Front - Sets the visible of a frame to true and sets the Z-Order to 1
  • Toggle in Front - Hides the frame if visible, otherwise shows the frame and sets the Z-Order to 1

Task requirements

  • Implement the actions listed in the overview

Task result

(List the end product of the task (for example "Source code", "Wiki page", etc.))

Implementation idea

  • The targets of these actions can only be frames
  • Make sure the actions use the change system so that the effects of these actions are temporary
  • See the actions common task for how to implement actions

How to demo

Demo the actions by creating actions and triggering them

Design

(Describe your design here.)

Implementation

(Describe and link the implementation results here (from the wiki or the repository).)

Testing

(Place the testing results here.)

Comments

desc("show-hide actions ") desc("Show Frame, ") desc("Hide Frame, ") desc("Toggle Frame, ") desc("Show in Front, ") desc("Toggle in Front, ")