Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document #79

Open
kabiri opened this issue Feb 8, 2023 · 2 comments
Open

Document #79

kabiri opened this issue Feb 8, 2023 · 2 comments
Assignees
Labels

Comments

@kabiri
Copy link

kabiri commented Feb 8, 2023

Don't you decide to create a document or help file for it?

@kabiri kabiri changed the title يocument Document Feb 8, 2023
@andrea-magni andrea-magni self-assigned this May 10, 2023
@andrea-magni
Copy link
Owner

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.

Sincerely,
Andrea

@kabiri
Copy link
Author

kabiri commented May 10, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants