User Tools

Site Tools


axcontrolgrid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
axcontrolgrid [2019/10/03 03:59]
bloguintosh
axcontrolgrid [2019/10/10 20:01] (current)
bloguintosh [Version History]
Line 23: Line 23:
  
 AXControlGrid requires Xojo 2017r3 or later on macOS, and Xojo 2018r3 or later on Windows; both for generating 32 and 64 bit executables. AXControlGrid requires Xojo 2017r3 or later on macOS, and Xojo 2018r3 or later on Windows; both for generating 32 and 64 bit executables.
 +
 +> **Note**: The compatibility with **Xojo 2019r2** is in the works. Stay tuned!
 +
 +Supported Xojo Editions:
 +
 +  * Xojo Desktop
 +  * Xojo Pro
 +  * Xojo Pro Plus
  
 Both the AXControlGrid component and the provided Demo Project had been tested on the following Operating Systems versions: Both the AXControlGrid component and the provided Demo Project had been tested on the following Operating Systems versions:
Line 93: Line 101:
   * Change Page: Click and change the value in the lower left text field. Use the left and right arrow cursor keys. Press the Alt key (Ctrl on Windows) in combination with the mouse wheel or horizontal trackpad gesture.   * Change Page: Click and change the value in the lower left text field. Use the left and right arrow cursor keys. Press the Alt key (Ctrl on Windows) in combination with the mouse wheel or horizontal trackpad gesture.
   * Select Items: Drag the mouse or trackpad cursor to draw a selection marquee around the items to be selected.   * Select Items: Drag the mouse or trackpad cursor to draw a selection marquee around the items to be selected.
-  * Copy / Move items: Use Command + C keyboard shortcut (Ctrl + C on Windows) to cut the selected Items. Press the Alt key (Ctrl on Windows) while dragging the mouse to move the selected items to a new position in the Page.+  * Copy / Move items: Use Command + C keyboard shortcut (Ctrl + C on Windows) to cut the selected Items. Press the Alt key (Shift key on Windows) while dragging the mouse to move the selected items to a new position in the Page.
   * Insertion Point: After a Cut or Move action, move the mouse cursor to the insertion point for the items available in the Clipboard. The insertion point is previewed with a vertical red line.   * Insertion Point: After a Cut or Move action, move the mouse cursor to the insertion point for the items available in the Clipboard. The insertion point is previewed with a vertical red line.
  
Line 153: Line 161:
 |Public Sub SetGutter(newValue as integer)|Set the Gutter (margin) for the main Board Controls to the received parameter value. This setting is applied to the controls margins both vertically and horizontally (gap or gutter).| |Public Sub SetGutter(newValue as integer)|Set the Gutter (margin) for the main Board Controls to the received parameter value. This setting is applied to the controls margins both vertically and horizontally (gap or gutter).|
 |Public Sub Undo()|Call this method to Undo the last action registered by the AXControlGrid Undo Stack.| |Public Sub Undo()|Call this method to Undo the last action registered by the AXControlGrid Undo Stack.|
 +
 +==== Version History ====
 +^Version^Release Date^Description^
 +|1.0|3 October 2019|Initial Release|
 +|1.0.1|10 October 2019|Minor fix to the Demo Project so it runs "out of the box" with Xojo 2019r2|
axcontrolgrid.1570067995.txt.gz ยท Last modified: 2019/10/03 03:59 by bloguintosh