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 - Takeshi K

Pages: [1] 2 3 ... 37
1
I think you may find this behaviour useful in the future.

In the 'normal' list (i.e. right click on a diagram background | Switch View | Switch to List View), the notes tend to be long text, so displaying the notes like this (and we can select part or all of the notes) makes it easy to read the notes.

In the SQL Scratch Pad, we can select any column in the table to display separately by specifying 'AS NOTE'. For example, the StyleEx column of the t_diagram table usually contains long text, so 'SELECT Diagram_ID, StyleEx AS NOTE from t_diagram' makes it easier to read and check the column.

2
Hello Alexander

The behaviour about showing Notes is NOT a bug.
To show the Notes, press the second button from right in the toolbar to open the menu, then select View Notes > Notes Preview or Full Notes.

Another workaround, using 'AS' like 'SELECT Note AS NT FROM t_object' shows the Notes as the same manner as other properties.

HTH,

3
Bugs and Issues / Re: Build 1703 „Find Command“ is missed
« on: September 27, 2024, 08:58:32 am »
Just for your information, the Ribbon (and the whole window management) is implemented using a third party library. We can know this by using some tools (e.g. Spy++).

So I would say that all the behaviour related to the Ribbon is defined outside the Sparx developers. You may say that they should change the behaviour, but I think they should concentrate on their own code and it is a nice solution to buy 'existing' features, even if they are not perfect for all of us.

You might also say that they should choose the 'perfect' library for everyone and every situation, not just at the time of selection, but in the future. I agree, if that is possible.

4
You should check out the LemonTree, it works perfectly with Git.

5
General Board / Re: [email protected] mailbox quota exceeded?
« on: September 20, 2024, 09:21:27 am »
Hi all,

I got the same error email yesterday morning (about 24hrs ago here), but I was able to send the email yesterday afternoon without any error.
So I guess it is fixed now.

6
PCS General Board / Re: WebEA does not update diagrams
« on: September 05, 2024, 06:21:32 pm »
The answer of ea0522 is partially correct, the EAWorker is there to update diagrams automatically without manual update.

My machine works fine with EAWorker. After changing the name of an element (no diagram update) and waiting 30 seconds (default), I can confirm the diagram change via WebEA.

First you need to check that EAWorker is working correctly. Enable EAWorker with log level 'SYSTEM' (or higher). If it works, a line like the following will be added to the log file.

2024-09-05 17:14:34 [SYSTEM]:  CDiagramImageAndMapHelper updating images for 1 diagram(s)

If this fails, you may be able to find the reason in the log file why the EAWoker is not working. If there is no log file under Pro Cloud Server\Service\Worker\Logs, you need to set it up correctly.

HTH,

7
Bugs and Issues / Re: Transfer from QEA to EAP fails
« on: September 04, 2024, 11:10:29 am »
There seems to be a discrepancy in the content of the conversation.

- mark.vexler and Geert : from QEA to EAP
- ea0522 : from EAP to QEA

Anyway, as Geert wrote, the 64-bit version no longer supports EAP. I have not checked if we can convert from QEA to EAP using the 32-bit version of EA.

8
General Board / Re: Class operation parameter types
« on: September 03, 2024, 06:18:58 pm »
Hello tweber,

You can specify the multiplicity of parameters, but currently EA does not seem to support displaying the specified multiplicity like method(p1 : Class2[1..*]).

1. select the Class in the diagram
2. select the target operation in the Class (you can select an operation when you select the owing Class)
3. double-click the operation to open the propety dialog of the operation
4. you can specify the multiplicity from the Parameter group in the dialog




9
Hello all,

I think that even though we can draw a relationship between an Archimate Group and other Archimate elements, we cannot say that the elements are belong to the Group because the current EA Boundary (the base of the Archimate Group) is just a graphical object. Even if we move an object into the boundary in a diagram, we have no way to confirm that the boundary has (contains) the object as model (without diagram presentation). We cannot see the relationships between the Group and elements in the Group in the current EA features.

If an Archimate Group were extended from another type e.g., Class, we could confirm a parent-child relationship in the Browser and in the Traceability window when we move an object into an Archimate Group. But to apply this implementation, there must be a constraint that an object can be belong to at most 1 Group. I could not find such a constraint like this.

From this point of view, I think the current implementation (i.e., an Archimate Group is extended from the Boundary) might be reasonable.

10
General Board / Re: How to export high resolution from WebEA?
« on: August 16, 2024, 08:47:43 am »
Hello rydrecri,

I think that there are two options.

- change the user preference 'Scale Saved Bitmaps to' to generate bigger diagram images. When a user saves the changes in diagrams, EA automatically generates a diagram image for the WebEA, and the option is affected to the result. But you need to request all users who modify the diagrams to change the user preference.
- Use EA SaaS, and if a user wants to get high resolution images, he/she uses the SaaS and generates images as ea0522 wrote. You do not need to let all users install EA.
  https://sparxsystems.com/products/ea/saas/

HTH,


11
This is not a shortcut key, but the Relation Matrix view might be help.

Right-click background of a diagram | Switch View | Switch to Relation Matrix View

12
Hi Paolo-san,

I think that 'Linked' means the RTF document is linked to an element, not mean a document is stored as a separated file.
There is similar property in the 'Files' tab of the Properies dialog.

The Linked Document (right-click an element in a diagram | Linked Document)
-> the data (as RTF document) is stored in the t_document as zipped binary

The file path / URL for an element (double-click an element in a diagram | the Files group)
-> the path information (as text) is stored in the t_objectfiles as simple string

We might feel the latter is 'linked'  :)

13
General Board / Re: Specify DataObject State in BPMN
« on: July 26, 2024, 09:46:52 am »
Hello ea0322,

Why we cannot specify a State from the Statemachine:
- BPMN and UML are not related specifications. BPMN does not care about UML, so there is no rule to connect between them. I think it makes sense that Enterprise Architect does not care about UML objects for BPMN objects (and vice versa).
- In Enterprise Architect, BPMN DataObject is extended from Artifact, not Object. Object can have current state information but Artifact cannot.

BPMN DataObject has an attribute 'dataState' and the text for the attribute is displayed in diagrams, so you can set the State manually. And you can create your own add-in to be able to select a State from the State elements in the Statemachine.

14
The linked documents are stored in the t_document table, as Thomas wrote, but they are binary and compressed. So we have to export all the data as RTF files, decompress them and then search for them. This must be a very heavy process, so I guess EA does not (cannot) offer a feature to search in the linked documents.

15
We do not need to install DoDAF-MODAF.exe because EA now supports UAF.
If I understand correctly, UAF is based on UPDM (the UML Profile for DoDAF/MODAF), so UAF includes both DoDAF and MODAF.
(of course, unless we need to use older versions of DoDAF or MODAF)

Pages: [1] 2 3 ... 37