Book a Demo

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

Pages: [1]
1
General Board / Generating more classes to one source file
« on: January 30, 2004, 01:26:51 pm »
If I generate source (using my own template - IDL) from package with many classes, every class is stored in special file.

How to generate package with many classes to one source file?

2
General Board / How to make n-ary association
« on: June 24, 2002, 03:33:28 am »
Hello, I have two qustetion.
1. How can I make n-ary association between 4 classes? There is only association class between two classes in my version (3.10 trial version). User guide shows n-ary association but only between classes company, salary and employee.
2. Is it possible to create association class between classes A and B from existing class C (I mean change type class to association class).
Thanks Marek

3
Automation Interface, Add-Ins and Tools / Re: Method position
« on: June 05, 2009, 05:03:49 pm »
Yes, I see it.
The Pos method is not in the TLB (in my version), but is accessible via IDispatch.

thank you

4
Automation Interface, Add-Ins and Tools / Method position
« on: June 04, 2009, 02:03:06 am »
How to get method position? (something like IDualAttribute.Pos)
I see there is Pos field in the EA DB, but I cannot find it in the Method object (IDualMethod).

(I use EA ver. 4.10)

5
Automation Interface, Add-Ins and Tools / Templates, export to IDL or TLB
« on: January 22, 2004, 02:32:08 pm »
I want to generate Type Library (*.TLB) from Class diagram

I created IDL template but:
- I cannot find "Field Substitution Macro" for GUID of class
- I need to set a unique number for each attribute or operation, but:
 - there are no mathematic (for example for incrementation)
 - variables are accessible only in one template

what can I do?

Pages: [1]