Book a Demo

Author Topic: Override parent methods  (Read 4852 times)

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
Override parent methods
« on: February 05, 2014, 10:56:32 pm »
Hi
I am using EA 10.0.1010
I have a class which derives from a base class that has numerous abstract methods and want to override the base class methods
According to the help I should find a 'Overrides & Implementations' menu option when right clicking on the element.
I see no such option, but I can access via the keyboard shortcut (Ctrl+Shift+O)
Has anyone else noticed this behavior?

Thanks
Using V12

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Override parent methods
« Reply #1 on: February 06, 2014, 03:33:13 am »
Just a shot in the dark: missing menus are often due to View/Workspace restrictions.

q.

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
Re: Override parent methods
« Reply #2 on: February 06, 2014, 03:47:45 am »
Nope I have all commands enabled
Using V12

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: Override parent methods
« Reply #3 on: February 06, 2014, 09:12:50 am »
I can't find anywhere in the Help where it says this is a right-click operation. You access it by clicking on the element and then selecting the Element | Advanced | Overrides & Implementations option.
Best Regards, Roy

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
Re: Override parent methods
« Reply #4 on: February 06, 2014, 07:47:37 pm »
Yes you are correct
I guess I just expected it to be available on the context menu
 ;D
Using V12