Difference between revisions of "ATGroups"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "= 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...")
 
Line 9: Line 9:
 
Screenshots taken from Delphi with themed tabs (SpTBX used)
 
Screenshots taken from Delphi with themed tabs (SpTBX used)
  
Mode 2x1:
+
Mode 2x1
  
 
[[File:atgroups_mode2x1.png]]
 
[[File:atgroups_mode2x1.png]]
  
Mode 2x2 (grid)
+
Mode 2x2 (4 groups grid)
  
 
[[File:atgroups_mode2x2.png]]
 
[[File:atgroups_mode2x2.png]]
  
Mode 3x2 (grid)
+
Mode 3x2 (6 groups grid)
  
 
[[File:atgroups_mode3x2.png]]
 
[[File:atgroups_mode3x2.png]]

Revision as of 22:41, 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 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.

Usage

See documentation at Wiki page https://github.com/Alexey-T/ATGroups/wiki

Bug reporting

Please add your reports to Github issues page.