You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TFrameStand is the subject of a number of sessions I gave to Delphi conferences (live and online). You can easily find them online on YouTube and or on my blog ( blog.andreamagni.eu )
Also a good starting point is chapter 8 of my "Delphi GUI Programming with FireMonkey" book, by Packt publishing.
Yes, thank you. I've seen them, and they're useful, but a small guide for a good reminder would be helpful. I had a problem sometimes where the program crashed on Android, but I didn't understand the reason. If there was a guide, maybe I would have understood the reason sooner.
Thank you for your great component. I was hoping that Delphi would include it as a standard component in the new version release.
My code was the one that had issues.
LFormInfo.Show; LFormInfo.Form.OnQuestionResult:= procedure (aResult : Boolean) begin FormStand1.CloseAll([TfrmQuestion]); LayoutQuestion.Visible:=False; Viewport3D1.Repaint; frmBuyCoin.Show; end;
I think the reason for the crash was that I had executed the command "FormStand1.CloseAll([TfrmQuestion])" in the "OnQuestionResult" routine. It took me a long time to realize this because sometimes the form closed without errors, but when I tried to display the parent form again, the program crashed.
Don't you decide to create a document or help file for it?
The text was updated successfully, but these errors were encountered: