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

Pages: [1]
1
General Board / RTF reports and sections in master documents
« on: November 13, 2008, 02:15:54 am »
I have created a master document contaning a set of model documents. The model documents have packages assigned to them and templates assigned via the tagged values.
I have two problems:
1. Each section in the final document starts at header level 2 rather then header level 1 that I need.
2. How can I set the section names in the final document? - I would like to use the names of the model documents.

To explain better this is what I have:
Master document
  Model document - Actors
      Attribute - Actor Package 1
      Attribute - Actor Package 2
   Model document - Use Cases
      Attribute - UC Package 1
      Attribute - UC Package 2

This is the RTF document I get out:
Heading 2 - Actor Package 1
Heading 2 - Actor Package 2
Heading 2 - UC Package 1
Heading 2 - UC Package 2

but I would like:
Heading 1 - Actors
Heading 2 - Actor Package 1
Heading 2 - Actor Package 2
Heading 1 - Use Cases
Heading 2 - UC Package 1
Heading 2 - UC Package 2

Thanks in advance.

2
I am trying to retrieve the Effort information in the Project Management tab.
I can retieve a set of Effort instances from the Efforts collection on an Element but Effort.Weight is defined as a Long but this is floating point in EA.
How can I retrieve the fractional part of the Effort (Weight)?

3
Two questions:
1. Is it possible to access the Tools->Data management->Project Transfer... functionality via the SDK?
2. Is it possible to access Project->Security->Manage Locks functionality via the SDK?

Thanks

4
Automation Interface, Add-Ins and Tools / Automate export of XMI
« on: October 15, 2008, 12:50:19 am »
Is there a way of using the automation interface to export one or more packages as XMI similar to the function found in the EA application?
If so, can this be run from the command line rather than via an add-in?

Any help gratefully received.

Pages: [1]