Difference between revisions of "Position (Confirmation Button)"

From SAP Enable Now Wiki
(Created page with "==Scope== * '''Simulation''' project > '''Input Text''' macro > '''Settings for the Confirmation Button''' > '''Position''' property (1st instance)...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Scope==
 
==Scope==
* '''[[Simulation]]''' project > '''[[Input Text (macro)|Input Text]]''' macro > '''Settings for the Confirmation Button''' > '''Position''' property (1st instance)
+
* '''[[Simulation]]''' content object > '''[[Input Text (macro)|Input Text]]''' macro > '''Settings for the Confirmation Button''' > '''Position''' property (1st instance)
  
 
==Purpose==
 
==Purpose==
Line 9: Line 9:
 
# The height of the area (expressed as the number of pixels down from the top edge of the area)
 
# The height of the area (expressed as the number of pixels down from the top edge of the area)
 
These values can be entered, comma-separated, in the property field, or you can click on the '''Edit''' button on the right of the for the property field to display the ''Position / Size'' dialog box, which contains individual fields for each value, labeled '''Left''', '''Top''', '''Width''', and '''Height''' respectively.
 
These values can be entered, comma-separated, in the property field, or you can click on the '''Edit''' button on the right of the for the property field to display the ''Position / Size'' dialog box, which contains individual fields for each value, labeled '''Left''', '''Top''', '''Width''', and '''Height''' respectively.
 +
 +
* '''[[Simulation]]''' content object > '''[[Input Text (macro)|Input Text]]''' macro > '''[[Confirm with Button]]''' property
  
 
[[Category:Property]]
 
[[Category:Property]]

Latest revision as of 20:35, 12 August 2019

Scope

  • Simulation content object > Input Text macro > Settings for the Confirmation Button > Position property (1st instance)

Purpose

If the Confirm with Button property has been selected for an Input Text macro, then a 'confirmation button' that the user needs to click on to confirm/validate their input needs to be identified on the screen. This Position property identifies the area of the screen that contains this 'button'. It consists of four numbers, which represent:

  1. The number of pixels to the right from the leftmost edge of the screenshot at which the upper-left corner of the area is located
  2. The number of pixels down from the top edge of the screenshot at which the upper-left corner of the area is located
  3. The width of the area (expressed as the number of pixels to the right from the leftmost edge of the area)
  4. The height of the area (expressed as the number of pixels down from the top edge of the area)

These values can be entered, comma-separated, in the property field, or you can click on the Edit button on the right of the for the property field to display the Position / Size dialog box, which contains individual fields for each value, labeled Left, Top, Width, and Height respectively.