Difference between revisions of "ATGroups"

From Lazarus wiki
Jump to navigationJump to search
Line 8: Line 8:
  
 
Screenshots taken from Delphi with themed tabs (SpTBX used)
 
Screenshots taken from Delphi with themed tabs (SpTBX used)
 +
 +
Mode 1x3
 +
 +
[[File:atgroups_mode1x3.png]]
  
 
Mode 2x1
 
Mode 2x1

Revision as of 21:47, 20 July 2015

About

ATGroups is used in SynWrite text editor as app skeleton. It contains 6 page-controls, each based on ATTabs, and maniupulates these pages: depending on Mode prop, it makes visible one, two, three etc pages, with splitters between them, so you can resize pages. Also 2x2 and 3x2 grid modes exist (some splitters are sync'ed). Allows to drag-drop tabs between all pages. Tested with TMemo as editor control, of course can be used with other memos or frames.

Author: Alexey Torgashin (Russia)

Screenshots

Screenshots taken from Delphi with themed tabs (SpTBX used)

Mode 1x3

atgroups mode1x3.png

Mode 2x1

atgroups mode2x1.png

Mode 2x2 (4 groups grid)

atgroups mode2x2.png

Mode 3x2 (6 groups grid)

atgroups mode3x2.png

License

License: MPL 2.0. Also if your project needs it, you can use it under LGPL.

Download

Latest version, with demo app, is always at https://github.com/Alexey-T/ATGroups

  • Download the zip file from Github using "Download zip" button.
  • No installation into Lazarus needed, just unpack files ATnnnnn.pas to any folder.

Requirements

Lazarus: 1.4.0

Tested on: Windows 7, Linux GTK2 (Ubuntu 14.04), MacOS X 10.8.

Bug reporting

Please add your reports to Github issues page.