TFrameStand
TFrameStand copied to clipboard
TFrameStand and TFormStand components for Delphi FireMonkey (FMX)
Hi, Is it possible to make transitions with tframes like in this example with tabcontrol ? https://getitnow.embarcadero.com/TabSlideTransitionDemo-1.0-Rio/ Thanks Vincent
i add callback function to demo picturewall property OnClickResult: TProc read FOnClickResult write FOnClickResult; and use it in main form LInfo.Frame.PositionIndex := LIndex; LInfo.Show; LInfo.Frame.OnClickResult:= procedure (aResult : Boolean) begin...
It would be really useful if you could add attributes for BeforeHide and AfterHide as you have with BeforeShow and AfterShow on a frame
Hi, I tried to install TFrameStand from the GetIt manager of a freshly installed RadStudio 10.3 Rio installation (using the C++Builder personality). However I cannot find the TFrameStand package... Is...
Good day! Could you give some advice on how to use FrameStand in case of storing TFrame heirs in bpl packages?
Hello, I try to build "FrameStandPackage_10_3_260" but getting the error "[dcc32 Error] ResponsiveContainer.pas(30): E2010 Incompatible types: 'System.TArray' and 'Set'" I'm using Embarcadero® Delphi 10 Seattle Version 23.0.20618.2753 Can you help...
missing unit ComponentRegistration in all DPK
(Sorry for the dummy question) I have two frames: Frame_1 Frame_2 In the Frame_1, I call (Frame_2). I need to go back to FRAME_1, but I need values from FRAME_2....
Hi, Curious if you are interested to add this to Delphinus, too? (OpenSource-Packagemanager for Delphi XE to Berlin) https://github.com/Memnarch/Delphinus EDIT: Sorry! Just noticed i had you contacted in the past...
Hi, I'm having trouble when using the method CloseAll (occurs with HideAndClose too) when the ListView of embedded form has ItemAppearance defined as DynamicAppearance. You can check it by making...