TFrameStand icon indicating copy to clipboard operation
TFrameStand copied to clipboard

TFrameStand and TFormStand components for Delphi FireMonkey (FMX)

Results 30 TFrameStand issues
Sort by recently updated
recently updated
newest added

How to write code in c++? `FrameStand1->New(Panel1,"");` [ilink64 Error] Error: Unresolved external 'Framestand::TFrameInfo__1* Framestand::TFrameStand::New(Fmx::Types::TFmxObject*, System::UnicodeString)' referenced from PROJECT\TMP\WIN64\RELEASE\UNIT1.O

Hi, I am developing a cross platform app through using TFrameStand but AccessViolation errors often occur. I am using delphi 11.0 but these errors were also recurring in Delphi 10.3....

How to create Frame by class name

enhancement

Will the component be made available for iOS compilation? Grateful

The demo projects for the TFrameStand component could be widened by adding some examples about TMultiView. In particular, I would be very interested in an implementation that may include a...

Was **debugging** my app and got several EAccessVIolation errors when switching Frames. Looks like it's TSubjectStand that causes this. The WizardSimpleProject demo provided behaves like this and I use the...

bug

Hi, I'm trying out TFrameStand in Delphi 10.4.2, but BeforeShow is marked as an unknown custom attribute. This is also the case in the demo project HelloWorldProject. Dominique

Add support for a display history of shown Frames/Forms and include a Back method. That way we can add Back button to our UI and have the Stand move backwards...

enhancement

I had a need to use a TFormClass to instantiate a Form in TFormStand so I added a new method. Return a TFormInfo is reasonable for me since my form...