TFrameStand
TFrameStand copied to clipboard
TFrameStand and TFormStand components for Delphi FireMonkey (FMX)
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
Cannot compile for Win64
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....
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...
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...
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...