Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - toajax

Pages: [1]
1
General Board / Re: reflecting changes to base class method names
« on: December 10, 2004, 09:45:21 am »
Thank you for your quick response. I am fairly new to EA, so will look up some resources to write Add-Ins.

Thanks again

2
General Board / Re: reflecting changes to base class method names
« on: December 09, 2004, 12:53:48 pm »
Hi,

It's the override operations/interfaces dialog.

The problem is it shows 'm2' as a new method that has not been overridden in 'Cls'.

If I select it, then 'Cls' now has two methods 'm1' and 'm2'


3
General Board / reflecting changes to base class method names
« on: December 09, 2004, 12:44:25 pm »
Hi,

Have a question about class diagrams. Here is the scenario.

The diagram has an interface class 'Intf' and a class 'Cls' that realizes the interface.

'Intf' has a method 'm1'. When creating the 'realizes' link between 'Intf' and 'Cls', I selected 'm1' as a method that I wanted to override, so 'Cls1' shows 'm1'.

Now I want to change the method name from 'm1' to 'm2' in 'Intf'. Is there a way to update the name 'm1'  in 'Cls' to 'm2' without manually having to edit 'Cls'.

4
Automation Interface, Add-Ins and Tools / Re: Web Template
« on: June 06, 2006, 09:47:23 pm »
No the RTF documentation does not generate it either.

5
Automation Interface, Add-Ins and Tools / Web Template
« on: June 06, 2006, 10:37:00 am »
I have defined a class A with some protected attributes. I have defined another class B, derived from A. I have used the "Override attribute initializers" feature on class B, to override the value of an attribute from class A.

I am now using the HTML doc generation feature to generate documentation for the two classes, but the documentation for class B, does not show the overridden attribute nor, does it show the overridden value.

Any idea how I can get the HTML doc generater to output that?

Pages: [1]