Changes between Version 75 and Version 76 of InteractionAndGraphicsDesign


Ignore:
Timestamp:
06/04/09 14:07:29 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InteractionAndGraphicsDesign

    v75 v76  
    446446  * '''Description''' The frame appearance HUD is used to set the border & fill for the frame. Color squares allow setting color; drop-down menus allow choosing different fill and border styles.[[BR]] 
    447447  * '''Graphic Design''' Needs to be clear that clicking on a color square will invoke the color picker; the Sophie 1 colored square wasn't the best.[[BR]] 
    448   * '''Interaction Design''' Fairly basic HUD; this HUD does open other windows (color picker, gradient window, pattern window).[[BR]] 
     448  * '''Interaction Design''' Fairly basic HUD; this HUD does open other windows (color picker, gradient window, pattern window). See page HUD as the controls should not differ.[[BR]] 
    449449 * ''FramePropertiesHud''[[BR]] 
    450450  * '''Description''' The frame properties HUD is used to set the position and size of the frame (primary uses for this HUD), as well as the margins, padding, and z-order of the frame (secondary uses for this HUD). [[BR]] 
    451451  * '''Graphic Design''' This HUD consists of text fields and buttons.[[BR]] 
    452   * '''Interaction Design''' This HUD is fairly basic.[[BR]] 
     452  * '''Interaction Design''' This HUD is fairly basic. Controls are the following[[BR]] 
     453   * Mode - dropdown menu, radio buttons or checkboxes  
     454    * Custom - default value, allows editing 
     455    * Lock - locks current size, position, margin and padding, doesn't allow changing until another mode is chosen. 
     456    * Template - Recovers the size, position, margin and padding defined by the template. 
     457   * Size 
     458    * X - spinner 
     459    * Y - spinner 
     460    * Lock - button. Locks the aspect ratio. 
     461   * Position 
     462    * X - spinner 
     463    * Y - spinner 
     464   * Orientation (rotation) 
     465    * Spinner, 0-360 degrees, default is 0 
     466   * Margin 
     467    * spinner 
     468   * Padding 
     469    * spinner 
     470   * Advanced 
     471    * Size 
     472     * Mode - dropdown menu, radio buttons or checkboxes  
     473      * Custom - default value, allows editing 
     474      * Lock - locks current size, doesn't allow changing until another mode is chosen. 
     475      * Template - Recovers the size defined by the template. 
     476    * Position 
     477     * Mode - dropdown menu, radio buttons or checkboxes  
     478      * Custom - default value, allows editing 
     479      * Lock - locks current position, doesn't allow changing until another mode is chosen. 
     480      * Template - Recovers the position defined by the template. 
     481    * Margin 
     482     * 4 spinners 
     483     * Mode - dropdown menu, radio buttons or checkboxes  
     484      * Custom - default value, allows editing 
     485      * Lock - locks current margin, doesn't allow changing until another mode is chosen. 
     486      * Template - Recovers the margin defined by the template. 
     487    * Padding 
     488     * 4 spinners 
     489     * Mode - dropdown menu, radio buttons or checkboxes  
     490      * Custom - default value, allows editing 
     491      * Lock - locks current padding, doesn't allow changing until another mode is chosen. 
     492      * Template - Recovers the padding defined by the template. 
     493    * Orientation 
     494     * Mode - dropdown menu, radio buttons or checkboxes  
     495      * Custom - default value, allows editing 
     496      * Lock - locks current orientation, doesn't allow changing until another mode is chosen. 
     497      * Template - Recovers the orientation defined by the template. 
    453498 * ''AlignHud''[[BR]] 
    454499  * '''Description''' The align HUD shows options for aligning selected frames relative to each other: there are buttons for aligning all selected frames horizontally (left, center, right) or vertically (top, center, bottom). This could also include controls allowing grouping and ungrouping the selected frames.[[BR]]