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.


Topics - marku

Pages: [1] 2
1
General Board / Spreading the diagram on the whole page template
« on: November 21, 2024, 10:45:33 pm »
How can I set the template: so that the diagram image is on the whole page of the document? Currently, even when I have marked the rest of the template to be on the next page - the diagram only takes up 1/4 of the page - the rest is empty. This is not the fault of scattered objects on the diagram. I know that there may be a limitation in proportions (Height, width of the diagram) - but I made one similar to the shape of an A4 page - and it still made it on a piece of the page

2
Hi
EA 16.1
I want add to template documentation list of relationships but only from diagram elements
Such like this:
package >
Name:{Pkg.Name}
diagram >
{Diagram.DiagramImg}

connector >
{Connector.Name}
conveyed: {Connector.Conveyed}
type Connection: {Connector.Type}
Source: _{Connector.SourceColumns} -> Target:{Connector.TargetColumns} ___________________________________________
< connector

< diagram
< package

But "Source" and "Target" in document I have still empty.
How the template should look like - to show (only for relations visible in the diagram): name, source type and name, target type

3
General Board / Relationship with default tags
« on: November 04, 2020, 07:18:53 am »
Is it possible to create a relationship in EA 15.2, but have a few tags at once?
I'm currently creating a relationship and adding tags manually - which is tedious with more.
For other objects, I have a pattern / template - where I immediately have tags, which I only fill in (I do not have to add manually)

4
Hi
In "Find in project window" I was doing 2 simple query ( using SQL scratch pad/SQL editor)
When I use one of them in "Find in Project" ( as "My searches") - a have correct answer (list of elements)
In "Relationship Matrix" I need use them as a "Source" and "Target" (using Apply model search)- but unfortunetly dosen't work- all of them are empty (no object as source, or target)
When I change it on the difrent "my search" ( build in the same "SQL scratch pad") it work ok.
Can someone tell me why?
- I check in Matrix "options" and select "all" as "perspective"
1 query:
select name, object_type, stereotype, ea_guid
from t_object, t_diagramobjects
where t_object.Object_ID = t_diagramobjects.Object_ID
and t_object.Stereotype = 'ArchiMate_ApplicationService'
and t_diagramobjects.Diagram_ID = 14515

2:
select name, object_type, stereotype, ea_guid, ParentID
from t_object
where t_object.Stereotype like '%<Search Term>%'
and t_object.Package_ID = 11289;
 

5
General Board / missing Type in Relationship Matrix
« on: March 06, 2020, 02:20:10 am »
Hi
I have strange thing in Matrix (EA 1507)

I was building a matrix. I indicated the object type in the "Type" field (Location). I wrote the whole (after making the relation) as "profiles", which I used several times later.
Currently, there is no such thing (Location) in the "type" field - regardless of whether I choose "Profile" or build it from scratch.
Interestingly, if I choose in the "Type" field: <All>, then these objects appear among the others as "Target"
I didn't change anything in Sparx settings. The situation has occurred in the last 2 weeks.
Does anyone have an idea what is wrong?

Edit
Solution: Guilty is "Change Perspective" - (anywhere changed, e.g. in "Toolbox"). To be moved in the "Options" field of the Matrix.

6
On the Page:
https://www.sparxsystems.com/products/ea/15/index.html
We can find this:
"A Browser for diagram elements"
"...or connect with an integration element directly from tools like Jira and ServiceNow"
How it work? What we can do using connect between

7
Bugs and Issues / V15 Separrated Tagged Values Window-like in V14?
« on: August 08, 2019, 04:08:03 am »
Hi
In V14 I liked to have it open constantly some windows with most critical information: Element (Name/alias/status/etc), Notes,and Tags. I can fast check all informations witch I want about object.
But in V 15 "Element" and "Tag" windows are displayed alternately in this same place of program.
Why? Now I must stil switch between.
Is there any solution for both windows (Element and Tag) to be displayed simultaneously

8
Hi
Mayby its possible in EA15:
I want in "Generate Documentation" ( via Template) generate list of Visible connector from Diagram. Like: Name relation,Type,Source, Target.
When I prepare Template I can only add:
diagram >
connector >

{Connector.Alias},{Connector.Conveyed},{Connector.Direction},{Connector.Effect},{Connector.Guard},{Connector.GUID},{Connector.IsLeaf},{Connector.IsRoot},{Connector.Name},{Connector.Notes},{Connector.SourceColumns},{Connector.Stereotype},{Connector.StereotypeEx},{Connector.TargetColumns},{Connector.Type},{Connector.Weight}
< connector

But - Where is "Source" and "Target"? (In my opinion it's more necessary)

In EA 15 diagram can change to "Relation Matrix View" it's really great, but: how add them to template (Of Course - I can save it as picture in a Linked document- but every time, when I change relations in diagram I must remember to change picture)



9
HI
( I now, thats can be do it by Template and "Genarate Documentation", but sometimes that's will be better, simple, fast)
We can switch Diagram to "Specyfication View" - I see all I want, but how export this (list) to docx, csv? - In some windows, like "Find in Project" we can "Ctrl+A", "CTRL+C" and "CTRL+V" anywhere

10
Hi
I was build Activity Diagram or BPMN Diagram. I Want generate Documentation with Diagram and list of elements (by the own template). - ok, that's  was simple.
But in the list of elements I can't sort element's by "step by step": "Start proces"->"step first"-> "step second"->"..."->"End proces"
Elements in list are sort by date or by name- when I add before name number:1,2,3 is ok, untill I don't have more than 9: In there I have: 1, 10, 11, 12, 2,...
Is any solution to sort object on the list in document by "step by step" or Alias, Tag, etc?

11
General Board / Search criteria for all users Repository
« on: April 12, 2019, 11:30:35 pm »
Hi
in our repository I'have some own search criteria ( In "Find in Project"-> My Searches)- but only I can use It. (Any other user must build own criteria, I can only told him what he must check)
Is any solutions  to public my Search Criteria for all users repository?
e.g. (Filters from "Diagram Filters" are for all users)

12
In older version SPARX (12) I was created many objects using Export and Import via CSV (in Archimate)
But actually (14)  when I'm trying import and created new ArchimateComponents - it dosen't work good.
Of course new object are created - but have Type: Component, Stereotype: ArchiMate_ApplicationComponent rather than Type: ApplicationComponent, Stereotype: ArchiMate_ApplicationComponent. (UML with stereotype Archimate?)
When I manually add new ArchimateComponent object from Toolbox - it's ok.
I see that bad Type are in columns: Fully Qualified Stereotype (bad) ArchiMate_ApplicationComponent, (good) ArchiMate3::ArchiMate_ApplicationComponent and Profile Metatype (bad) Component, (good) ArchiMate3::ArchiMate_ApplicationComponent.
But even I'm trying change it in this columns, and update/import to Sparx- nothing change it.

How change this Type of Object?

13
I have diagram with relations between some elements ( from different packages)
Usually I'm doing "deep copy" to generated document with full informations- which I want
But its too complicated.

In Document Templates-> Sections is:
Package
           -Diagram
                         Connector
In this section <connector> are "Source Columns" and "Target Columns". But when I try generate document - this pool ale empty (In document I see name, Notes , etc about relations, but not Source & Target)

Of Course - I can copy it from window "Relationships" - and paste to word document - but why can't do it in Template?

14
Bugs and Issues / V1426 & 1425 "Information Flow" - where I Find?
« on: September 07, 2018, 04:41:51 pm »
Hi
in EA1423 ( and older) I used "Information Flow" to connect Object (such like Application Component in Archimate)
But in 1426 & 1425 I can't find them ( In QuickLinker or even Toolbox)

Cold you tell me why?

 

15
Hi
(I was check it on EA13-works ok, & EA14.21/23 -where dosen't work)
I have few objects like Archimate_ApplicationComponent. I want connect them by InformationFlow. In someones I can do it (I see QuickLinker box and this name of relations) but in someones I can't- when I move mouse between 2 object Ouicklinker menu are not visible.
I can add this relations from Toolbox, or in someones object QuickLinker are hasn't visible when I try connect "Object A" with "Object B" - but it work's Ok when I try connect "Object B" with "Object A"
It is always on the same objects, in different diagrams ( different Type). I check "Strict Connector Syntax"
I check all informations ( like: "Lock", "Status", "version" etc) about this objects. I check it t_Object Tabel.
I haven't idea why it dosen't work on someone object - this same object in EA 13 works Ok

Pages: [1] 2