Skip to content

andrea-magni/TFrameStand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFrameStand TFormStand #TFrameStand and TFormStand components (FMX) Easily use TFrame or TForm descendants in your FireMonkey (FMX) applications to gain visual consistency though the whole user experience and easily add modern looking elements like effects and transitions.

All code and demos tested on Delphi XE8 and Delphi 12 Athens.

Installation - GetIt!

TFrameStand and TFormStand are available on GetIt (Embarcadero's Package Manager) Link on GetIt website

Installation - Manual

  1. Open “packages\FrameStand_12.groupproj”
  2. Build both contained packages
  3. Install “dclFrameStandPackage_12_290.bpl” design time package
  4. Add “source\” library path for Delphi (repeat this for each platform you need to support)

Installing manually you get the latest updates (beware! :-) )

Main functionalities

  • Use any TFrame/TForm and show it through TFrame/TFormStand to add animations, effects and stands (a common visual layer between the TFrame/TForm and its Parent)
  • Share CommonActions through different UI combinations
  • Responsive frame substitution
  • Take advantage of design time style preview and Fire UI technology through TFormStand

Get started

Demo projects

  • wait: a wait splashscreen with running animation and opacity. Can be show on the top of a whole form or a single FMX control. Runs a task on a background thread and keeps UI responsive.
  • lightbox: achieves the popular lightbox effect to show different kind of content (pictures, text, data) using a consistent UI. Also provides an example of CommonActions use (the Close button) and provides fade-in animation of content.
  • material_button: a simple example to overlay a button on the form or any other control, with sliding animations.
  • ViewAndDialogs: some Material Design-like transition to show a view (employee's details) and a dialog (rate a picture).
  • PictureWall: show pictures in a TFlowLayout with a fading in transition.
  • ButtonSet: mimics Android's Camera toolbuttons laying over your content.
  • EditHelper: adds easy to customize buttons or controls to any TEdit.
  • BottomSheet: implementation of a bottom sheet UI element with TFrameStand.
  • ResponsiveProject: implementation of responsive application with FMX and TFrameStand.
  • WizardSimpleProject: simple wizard example using frames.
  • FormStandHelloWorld: Hello, World! demo for TFormStand (!), featuring Fire UI synergy.
  • FormStandActionList: action list showcase with TFormStand.
  • FormStandLiveBindings: LiveBindings showcase with TFormStand.
  • Stand3D: example how to use a 3D container as stand for your frames

Related Links

Embarcadero Delphi is a modern, powerful and effective language and development tool. Learn more about it at the following links:

Contributions

This is an open source project, so obviously every contribution/help/suggestion will be very appreciated.

Andrea Magni