Yes of course... the problem is that the procedure is not fired at
all...
When I insert the frame on the form the procedures are not assigned to
the events anymore, as if I had written nothing.
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] Behalf
Of David Smith
Sent: Thursday, October 27, 2005 1:24 PM
To: [email protected]
Subject: Re: [delphi-en] Weird behavior with TFrames
If my memory serves me right, you're not supposed
to the see the procedure from the form. If you try to
add to the event from the form, then you will see the
"inherited" line appear in the event, but you have to
go to the Frame to see the actual code. Have you
tested to see if the procedure fires properly?
DJS
--- Vahan Yoghoudjian <[EMAIL PROTECTED]> wrote:
> Hello
>
> I have created a frame with few combo boxes on
> it. On OnSelect event of
> those combo boxes I have assigned a procedure. same
> procedure for all of
> them.
>
> When I insert this frame on a form the event is
> null, I can not see the
> procedure from the form in the object inspector to
> reassign it. To overcome
> this problem I rewrote a procedure and assigned
> again to the combo boxes
> OnSelect event which calls the procedure in the
> frame. example:
>
> procedure TForm1.FramComboOnSelect(Sender: TObject);
> begin
> inherited;
> Frame1.ComboGroupSelect(Sender);
> end;
>
>
> Has anyone encountered such a problem? Is this a
> Delphi Bug? are there
> better ways to overcome this problem?
>
> I'm using Delphi 6 enterprise. patches are
> installed...
>
> Thank you in advance
> Vahan
>
>
>
> [Non-text portions of this message have been
> removed]
>
>
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED]
SPONSORED LINKS Basic programming language C programming language Computer
programming languages
The c programming language C programming language List of
programming languages
----------------------------------------------------------------------------
----
YAHOO! GROUPS LINKS
a.. Visit your group "delphi-en" on the web.
b.. To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
----------------------------------------------------------------------------
----
[Non-text portions of this message have been removed]
-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/delphi-en/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/