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

Pages: [1] 2
1
General Board / HTML Template Fragment...
« on: July 30, 2012, 07:19:45 pm »
Hi all,

I'm trying to customize a HTML report template through the template editor in the resources panel.

One of the items I'd like to remove is the ToC/navigation bar along the left side of the window.  No matter how I try to remove it by changing the default settings I always seem to get a 'Loading' message and no other output.

Does anybody know how I can achieve this?  I don't even care if the javascript still runs in the background, I just don't want the bar to be visible!!!

Thanks in advance,




Joe

*** UPDATE ***

I've been tinkering & I think that the ToC is displayed in an <iframe>; however, I added the code
Code: [Select]
width='0px' to try & make it invisible with no luck...

*** UPDATE ***

I worked it out!  It was as simple as changing the 'CSS - Main' style sheet at this point to include the 'display: none;' as shown below:

Code: [Select]
#tocIFrame {
      background: #FFFFFF;
      border: 1px solid #999999;
      border-left: 0px;
      height: 100%;
      margin: 5px 5px 0px 0px;
      width: 250px;
      display: none;
}

However, now I can't get the main body iframe to cover the gap that's been left!  My first attempt included changing the 'width: 250px;' value to '0px' but it made no difference.  Any thoughts???

2
General Board / Default settings...
« on: July 28, 2012, 12:27:32 am »
Hi all,

When I create a BPMN 2.0 activity diagram then drag an activity element into the playground I'd like it to automatically have the "Make Composite" setting

( as in rightClick ACTIVITY -> "Advanced" -> "Make Composite" )

so that I can simply double click the activity to see the sub-process within.

Is there a way to change this default setting or a workaround?

Thanks in advance,




Joe

3
General Board / HTML report customization...
« on: July 28, 2012, 12:53:18 am »
Hi all,

Is it possible to get rid of the navigation panel at the left hand side when creating HTML reports?  I've used the HTML&CSS editing tool to try and delete it from the page but I can't locate it...

Thanks in advance,




Joe

4
General Board / Microsoft Word 2007 Import...
« on: July 27, 2012, 06:59:04 pm »
Hi all,

I want to know if there's a way that I can import requirements from a file saved in Microsoft Word 2007 so that they will be populated as requirement elements into a project in EA.

If this is not possible, is there anything else that might speed up my current process of copy/pasting from word into newly created requirement elements in EA every time.

Thanks in advance,




Joe

5
Bugs and Issues / Re: Baseline functionality missing...
« on: August 07, 2012, 06:08:37 pm »
Thanks Geert!

I'd never have worked that out on my own...  :-[




Joe

6
Bugs and Issues / Baseline functionality missing...
« on: August 07, 2012, 05:54:22 pm »
Hi all,

I'm using EA Corporate Edition and used to be able to baseline my projects at package level.  Unfortunately, I can no longer see the 'package control' option in the package context menu!  What have I missed?




Joe

7
Bugs and Issues / Re: Toolbox toolbar missing...
« on: July 26, 2012, 11:51:58 pm »
Thanks!  I've got it back now!!!  :-)

8
Bugs and Issues / Toolbox toolbar missing...
« on: July 26, 2012, 12:50:41 am »
Hi all,

I'm new to EA and while playing around and trying things out I dragged the toolbox toolbar tab away from the left dock and clicked the 'X'.  I've not seen it since...

Any help to find it again will be hugely appreciated!




Joe

9
Hi all,

I have a BPMN diagram in which some of the activities are composite so I can double-click them and see finer detail of each if I wish.

However, when generating .rtf documentation I can't seem to get the diagrams of the activities to generate as well as the High level one.  They're not even appearing in the project browser...

Any thoughts?




Joe McDonnell

10
Automation Interface, Add-Ins and Tools / RTF Generation Formatting...
« on: August 14, 2012, 11:40:30 pm »
Hi all,

I'm having some serious trouble in getting EA to do what I want it to!

When generating .rtf documentation I want my document to format in the following manner:

[highlight]Title blurb

BPMN data flow diagram 1

Associated requirements

BPMN data flow diagram 2

Associated requirements

etc...[/highlight]

I get as far as the first diagram then ALL requirements drop in then nothing else...

Any advice will be greatly appreciated!




Joe

11
Hi all,

I want to use two templates in my document generation and I'm aware that this can be done using the virtual documents feature.

After reading the help files I see that a certain template style can be specified to chosen packages for inclusion in report generation.

However, I want to be able to mix report templates in the same document dependent upon element type.

Can anybody recommend how I might go about this?

Thanks in advance,




Joe

12
It doesn't work, it stays in Portrait mode...  Any other ideas?

***  UPDATE  ***

My apologies!  I went into the wrong section...  Thanks for your help!




Joe

13
Automation Interface, Add-Ins and Tools / RTF Generation In Landscape...
« on: August 13, 2012, 06:39:32 pm »
Hi all,

Is it possible to generate .rtf reports in landscape using this software?  Or do I need to export it to MS Word in order to do this?

Thanks in advance,




Joe

14
Quote
Bookmarks are included into the rtf report only if you have unchecked  "Optimize for Open Office" option on the window for generating RTF documentation.
So I need a master document in format .doc or .docx, a generated RTF report with guids marked as bookmarks. And then, as you wrote, you need to select Insert | File... and paste GUID of selected package as "Range".

But it IS unchecked...  Still nothing, perhaps I'm going wrong elsewhere?  Any ideas?



Joe

15
Automation Interface, Add-Ins and Tools / RTF Report ( Bookmarking )...
« on: August 10, 2012, 07:07:37 pm »
Hi all,

I'm trying to bookmark sections of my RTF report to my Word ( 2007 ) master document by following the EA help files but without success...

Perhaps the help file was written with a different version of Word in mind?

When I 'Copy RTF Bookmark' in EA then go to my Word document I can't see the 'Insert | File' menu option...

I decided that 'Insert | Object | Text from File...' was the equivalent because it has the 'range' option for me to enter my GUID bookmark tag after selecting my .rtf report file...

Either way, I'm not getting any output once I've chosen to 'Insert as link' from the drop down box...

Any thoughts?




Joe

Pages: [1] 2