l***@hotmail.com
2004-04-19 03:34:49 UTC
Dear Expert:
I plan to use a component but I always I have a problem here:
procedure TCustomMenuBar2000.UpdateMenuBar(RebuildMenu: Boolean);
var
SaveIdx, Count: Integer;
begin
problem from XXXXXXXXXXXXXXXXXXXXXXXXXXXXXx
if (csLoading in ComponentState)
or (csDestroying in ComponentState)
or not Visible
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
then Exit;
I am new to delphi. Can anybody tell me how to fix it?????
Thank you.
I plan to use a component but I always I have a problem here:
procedure TCustomMenuBar2000.UpdateMenuBar(RebuildMenu: Boolean);
var
SaveIdx, Count: Integer;
begin
problem from XXXXXXXXXXXXXXXXXXXXXXXXXXXXXx
if (csLoading in ComponentState)
or (csDestroying in ComponentState)
or not Visible
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
then Exit;
I am new to delphi. Can anybody tell me how to fix it?????
Thank you.