Recent

Author Topic: Left a TabSheet and after that clicked it again, event show didn't wirk  (Read 1540 times)

asdf

  • Sr. Member
  • ****
  • Posts: 310
Left a TabSheet and after that came back and clicked it again

Code: [Select]
procedure TMainScreenForm.TabSheet4Show(Sender: TObject);
didn't work.

Can you please help advise?

Lazarus 1.2.4 / Win 32 / THAILAND

howardpc

  • Hero Member
  • *****
  • Posts: 4144
Code: [Select]
procedure ...
didn't work.

Do you mean that clicking again on the tabsheet did not invoke the procedure, or that the procedure did not accomplish what you intended?
If the former, then look again at how you have arranged for the procedure to be called, and why it might fail to be called when you expect.
If the latter, you'll have to show some code, and what you hoped it would do, but failed to do.

 

TinyPortal © 2005-2018