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! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/i7folB/TM
--------------------------------------------------------------------~-> 

-----------------------------------------------------
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/
 


Reply via email to