Discussion:
help,help,help??????????????????????????
(too old to reply)
l***@hotmail.com
2004-04-19 03:34:49 UTC
Permalink
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.
Marcel Overweel
2004-04-20 08:26:08 UTC
Permalink
It's difficult to answer your question with so little information.

What is the problem?
Do you get an error/exception or is it a compiler error?
When do you get the problem?
And what version of Delphi are you using?

Marcel
Post by l***@hotmail.com
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.
l***@hotmail.com
2004-04-26 00:48:10 UTC
Permalink
Thank you for your msg.

I am using Delphi6 and windows Xp.

The problem is the exe file can't be excuted. Through debug, I find
the problem is there.
Post by Marcel Overweel
It's difficult to answer your question with so little information.
What is the problem?
Do you get an error/exception or is it a compiler error?
When do you get the problem?
And what version of Delphi are you using?
Marcel
Post by l***@hotmail.com
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.
Loading...