realbasic-nug
[Top] [All Lists]

Re: More event probelms

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: More event probelms
From: Norman Palardy <npalardy at great-white-software dot com>
Date: Fri, 30 Dec 2005 23:51:02 -0700
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <5D706D4A-9D97-43C0-806D-55FA0F552FB0 at comcast dot net>

On Dec 30, 2005, at 11:17 PM, Karen wrote:

I'm having a problem calling events from methods in R4... I'm not crazy right? ... I should be able to do this, no?

1) New Project
2) New Class (Class1)
3) Add  new event to Class1 (untitled)
4) Create another new class to the project (Class2)
5) Set the Super of Class2 to to class1
6) To class2 add the method:
  Sub Test()
     untitled
  End Sub

7) Run

Bug in method Class2.Test with "untitled" highlighted: Error: This method or property does not exist

Yeah
It's used to pass it on
You could call it like that in the super, not the subclass

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>