You see, when I try to call it with ##super I get "method does not exist in any super class"
The line that's giving me trouble is:
Set tCombobox=..%GetComponentById(pComboName)
I'm basically trying to pass a class parameter into the GetComponent so it can be used in a variable.
The parent class uses the GetComponentById without an issue so I can't figure out why I'm getting the "not present in class" error.
- Log in to post comments