All Projects → andrea-magni → Tframestand

andrea-magni / Tframestand

Licence: mpl-2.0
TFrameStand and TFormStand components for Delphi FireMonkey (FMX)

Programming Languages

pascal
1382 projects
delphi
115 projects

Labels

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 10.4 Sydney.

Installation - GetIt!

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

Current version on GetIt: 1.6

Installation - Manual

  1. Open “packages\FrameStand_10_4.groupproj”
  2. Build both contained packages
  3. Install “dclFrameStandPackage_10_4_270.bpl” design time package
  4. Add “source\” library path for Delphi (do 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.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].