Difference between revisions of "TMyRollOut and ExpandPanel"

From Lazarus wiki
Jump to navigationJump to search
(category)
Line 3: Line 3:
 
Two or more TMyRollOut's can be automatically put beneath each other with ExpandPanels.  
 
Two or more TMyRollOut's can be automatically put beneath each other with ExpandPanels.  
  
Further information: [http://forge.lazarusforum.de/projects/show/expandpanels]
+
Code hosting:
 +
* https://github.com/roth-a/expandpanels
  
 +
Further information:
 +
* http://student.physik.uni-mainz.de/~rothalex/?q=content/expandpanels
  
Current Version: '''2.0'''
 
  
 
===Features===
 
===Features===
Line 20: Line 22:
 
Alexander Roth
 
Alexander Roth
  
admin@alexanderroth.spacequadrat.de
 
 
===Download===
 
'''[http://forge.lazarusforum.de/projects/show/expandpanels Download Package and Demo]'''
 
 
You can check out the svn with this command:
 
 
<nowiki>svn co http://svn.lazarusforum.de/svn/expandpanels expandpanels</nowiki>
 
  
 
===Screenshot===
 
===Screenshot===

Revision as of 18:23, 7 July 2012

About

The package contains two components. The visual TMyRollOut and the non-visual ExpandPanels. TMyRollOut is a collapsable panel. Two or more TMyRollOut's can be automatically put beneath each other with ExpandPanels.

Code hosting:

Further information:


Features

  • saves space
  • everything is animated (you can turn it off if you want)
  • you can place the button of the panel on the top, bottom, left or right
  • you can collapse the panel to any direction you want
  • ExpandPanels arranges all the panel nicely under (or besides) each other, so it takes as little space as possible
  • ExpandPanels has different "behaviours": It can open as many panels as you click, or just the one you last clicked

Autor

Alexander Roth


Screenshot

Expandpanels1.png


Expandpanels2.png


Expandpanels3.png