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

Pages: [1] 2
1
General Board / We are dissapointed since Version 13
« on: December 06, 2017, 07:45:03 pm »
Hello,
now its about 1,5 years ago since you introduced with EA 13 the new Graphical Interface.

We use Ultimate Floating in a big company, and most of the work got more complicated, sincewe dont find some menu entries anymore, or it costs too much time for simplest modelling jobs, which is unacceptable.

I had also in 2016 a support ticket how i can change back the graphical overview to get rid of these messy ribbon view, but was not possible.

Now we move slightly away from Sparx into another toolchain after 8 years EA...

Could you tell the reasons for this?

2
Same problem here.
Stored in HKLM and checked with http://community.sparxsystems.com/community-resources/772-ea-installation-inspector%20

but still error 0x8000401f3

3
thank you
--> solved

4
I want to visualize a Folder structure and map diagrams on each Folder.

is it possible to Change the class Diagramm to a package Diagramm?

thx

5
Suggestions and Requests / Rotate Notes
« on: August 28, 2013, 05:27:37 pm »
Hi,
is it possible to rotate notes?

6
General Board / Perform a case sensitive search
« on: September 12, 2012, 12:15:20 am »
Hi all,

Is it possible to make a case sensitive search?

I want so search for lowerLimit and the search returns all:

LOWERLIMIT, lowerlimit and lowerLimit

thx

7
General Board / Requirement Management Tools with Web-Frontend
« on: September 09, 2011, 07:07:19 pm »
Hi All,

we use EA for all modelling issues.
Starts at codegen and ends with model based testing.

Now we would like to launch a RM-Tool, which has a Webfrontend to use company-wide.
And also an EA-Integration.
The best would be the EA-integrated Requirements functions with a webfrontend, but i think that does not work, or?

Best regards

8
Bugs and Issues / Re: Read EAP Files in Package
« on: June 27, 2014, 03:12:50 pm »
good morning
Thank you for your replies, i will check the possibilities.

best regards

9
Bugs and Issues / Re: Read EAP Files in Package
« on: June 26, 2014, 08:17:57 pm »
I have some DBMS repositories, but in some cases we have a Folder structure with EAP Files.

I wanted to read the Folder structure and set on "Filetype" .eap.
So EA would recognize the eap and Show it for each Folder.


10
Bugs and Issues / Read EAP Files in Package
« on: June 26, 2014, 06:31:41 pm »
With Code Engineering --- >Read Source Directory i can get a Folder structure in EA.

Is it possible to read EAP-Files with "reverse Engineering"?
Because its sparx-own file Format it should not be very complicated?

best regards

11
Uml Process / Re: How to use Activity Partition element
« on: June 17, 2011, 04:27:12 pm »
Perhaps you can easily drop one partition more from the toolbox in your model.
The elements suchs as action, activity etc. are switchable.


12
Hello,

i want to create my own Stylesheet in Resources to make a post process transformation.

How can i iterate through the Export?
I saw, that all exports have a similar structure.

Now i tried this XSLT:

Code: [Select]
<xsl:stylesheet version="2.0"
                xmlns:html="http://www.w3.org/TR/REC-html40"
                xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  
<xsl:output name="text" method="text" omit-xml-declaration="yes" encoding="ISO-8859-1"/>

  <!-- Root template -->    
  <xsl:template match="/">
  
  <xsl:result-document href="variables.py" format="text">
  <xsl:for-each select="/uml:Model/packagedElement[xmi:type='uml:Activity']">
  
  <xsl:value-of select="name"/>
  
<xsl:text><![CDATA[]]></xsl:text>
  
  </xsl:for-each>
  
  </xsl:result-document>
  
  </xsl:template>
</xsl:stylesheet>

I testet this here: http://xslttest.appspot.com/

When the Postprocess Transformation works i would make http://www.sparxsystems.com/enterprise_architect_user_guide/9.3/standard_uml_models/add_import_export_scripts.html

Could you please help me, because i dont know how to step through the XML structure.

Best Regards and Thanks

arpehx

13
Hi Thank you,
i have a result :-)

hmmm... i will look what i can do. thank you

14
Hi, thanks for reply.
this is my output, i dont really know what all but seems to be all items.


15
its empty :-)
and i use also 9.3.935 and SQL Server 2008 ...

Pages: [1] 2