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

Pages: [1] 2 3 ... 11
1
Hi Guys

I just did a Google translate, this what I got back.
Some of the columns is a memo, and it got truncated.

The field is too small to accommodate the amount of data you want to add. Try to insert or paste less data. (transalation)

Additionally, the query may run without an error message. However, the data returned in the memo field is truncated at 255 characters (the transalation suggested)

2
"That sounds like a scary workaround"

It is if you have not saved your project before.

3
I am imagining that the baselines are from the same package at a different timeframes, if this is the case you have to report a bug.

4
You cannot collapse in Sequence Diagram.
Highly suggest to do what qwerty is saying to create individual ones per audience.

5
General Board / Re: EA and Use Case 2.0 'Slices'
« on: May 04, 2023, 07:27:47 am »
Hi to all

Wrote an eBook about all this.
About keeping the PM stuff else where, it all depends of the company.
Have used EA for requirements, use case, activity diagrams, test cases and project management, all together, and it works great.
My 2 cents.

6
Hi

Just use the New Project, select the same you are working on and change the name.
Looks like Sparx needed the menu option for something else, just guessing.
And yes, we often use this a lot.


7
Gert

The difference is only the font, just add a line to change the font.
Voila. will be the same.

8
General Board / Re: execution analysis - recording history
« on: March 05, 2023, 06:47:29 am »
Hi mr nobody 11

I have an eBook how to create Sequence Diagram and Class Diagram with EA, highly recommend it.
How I do it, I read the code and start creating the classes (if you don't have them), than drag and drop into SD and start with connection and fragments.

Look for it at Leanpub.com

https://leanpub.com/umlerpworkshop-report-sdd

9
Uml Process / Re: Start Activity with the press of a botton
« on: March 05, 2023, 06:41:52 am »
HI BiSb

I have an eBook how to create Activity Diagram and Use Cases with EA, highly recommend it.

Look for it at Leanpub.com

https://leanpub.com/uml-erpworkshop

10
IMHO EA document generator is not perfect, unless you know how to use it correctly.

My best work around, after I have my document output correct, I go into word and reformat the document.

11
General Board / Re: Change Management, Baselines and Release Notes
« on: March 02, 2023, 03:07:13 am »
Geert has the correct answer, use the Baseline compare.
Generate a document for both sprint and use the word compare.
I have use it and is better than XML file.

12
General Board / Re: Generating class and sequence diagrams from code
« on: March 02, 2023, 03:02:51 am »
Well, the best way to create SD is going thru the code and create the SD yourself, like qwerty says, you got the correct answer.
There is no silver bullet creating SD, if you want to learn how to create an SD out of your code, please check my eBook SDD (Software Design Document) at Leanpub.
It gives some hints on creating SD, Class Diagram and AD out of your code.

https://leanpub.com/umlerpworkshop-report-sdd

13
General Board / Re: Ingesting Ada and generating C++
« on: February 28, 2023, 07:26:42 am »
Hi NTG


Like qwerty and Takeshi is saying No, it will only generate the code for the Class from the Class Diagram.

You can also go the way Takeshi is telling you.

How I have done it, is after you have the code output from the diagram.

Go to the class and under the property of the class there is way to insert the code from the ADA class into the new C++ class, and make it a note (example "//")
That will compile in C++, now go to class and translate the ADA code to C++ code

Happy coding

14
General Board / Re: Use cases - double click on diagrams
« on: February 25, 2023, 01:52:11 am »
Hi q2

Like Mauricio is saying: Double click has changed its behavior over the time...

For use cases, you cannot customize it, it will open to the scenario.

Use Case -> right-click - Properties -> Properties

It will be nice a shortcut key like -> Ctrl+6 for summary, where you can see the summary Notes

In this case to open the Property window

15
General Board / Re: Generating activity diagram from c++ code
« on: February 16, 2023, 08:10:03 am »
As all have said no way to produce AD from code, but you can produce code from AD.

Pages: [1] 2 3 ... 11