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

Pages: [1] 2
1
General Board / Re: How can i create a table(Excel like) in a diag
« on: November 22, 2007, 04:25:26 am »
I want to explain some protocol's format more directly, if one browse the EA but he must open another document to see some idea, it's not convenient.
and more often we just to use the UM of UML, that is the UML is Unified and can draw Model:) so I want some more powerful tools to draw diagram.
I believe, a table tools will be a big plus to EA. and i think it's easy: importing a CRichEditor ActiveX can do everything.

2
General Board / Re: How can i create a table(Excel like) in a diag
« on: November 21, 2007, 05:14:19 pm »
yes, I really want a table which can be shown in diargram and can be edited, just as the table in MS's WORD.
thanks!

3
General Board / Re: How can i create a table(Excel like) in a diag
« on: November 20, 2007, 07:06:10 pm »
I want a table such as the table in WORD, EA's Matrix can't work.

4
General Board / Re: How can i create a table(Excel like) in a diag
« on: November 19, 2007, 05:13:07 pm »
yes,I want a table to explain some protocol's format,such as IPv6:
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |Version| Prio. |                   Flow Label                  |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |         Payload Length        |  Next Header  |   Hop Limit   |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

if EA provide an editable table element, that's a big help.

5
General Board / How can i create a table(Excel like) in a diagram
« on: November 19, 2007, 02:02:45 am »
like this:
+---+---------+---------+
|   |  TITLE1 | TITLE2  |
+---+---------+---------+
|r1 | data    |  data   |
+---+---------+---------+

6
General Board / Re: Help:Failed to save diagram as UML Pattern
« on: July 04, 2007, 09:07:09 pm »
O.......thank! :-[

7
General Board / Help:Failed to save diagram as UML Pattern
« on: July 04, 2007, 07:00:42 pm »
===EA version is 7.0 beta 1====
EA guid:
1. Select the Diagram | Save as UML Pattern menu option. The Save Diagram as UML Pattern dialog displays.
....
8. Click on the OK button to save the pattern.

But MsgBox("Error writing XML file")

WHY?

THANKS

8
General Board / Crashed when Import C soure file
« on: June 12, 2007, 11:47:25 pm »
debug in show the reason is "access violation".
its seem to can't parse the member definition such as "n_$name"

9
General Board / Can I customize the model validation?
« on: June 12, 2007, 05:54:13 pm »
Such as:
In deployment model, I deploy some table(object_elem,including table_1 and table_2) in a base_object(RAM) with a tag_value(Size=1024KB), table_1 has tag_value(Size=300KB),and table_2 has tag_value(Size=1100KB).

what's i want is EA can judge my deployment is invalid.(because table_1.Size+table_2.Size=1400KB>base.object.Size=1024KB)

thanks.

10
General Board / Re: can i gen code according to the requirement's
« on: June 11, 2007, 06:40:31 pm »
connectorDestElemType is always NULL(""),why?

11
General Board / Re: can i gen code according to the requirement's
« on: June 11, 2007, 04:04:33 pm »
Thank you very much!
In real time system, the code space is very limited and the performance is very important, so I want to generate a bin file without any useless octs(even the bit_tst and jump code). In design time we must consider all possible requirements but when produce the product we must prune some requiement(functions) having no use for the user.
So i also wander how can i link a class's member operation to realize a/some requirement(s).

12
General Board / Re: can i gen code according to the requirement's
« on: June 07, 2007, 07:15:44 pm »
Thank you!
the problem is:
I have a class1 to realize requirement1 as follow:
+------------------+-----<<realize>>------+----------------+
|   class1         |                      | requirement1    
+------------------+                      +----------------+
|   operation1()   |                      |  status=?value?|
|   operation2()   |                      +----------------+
+------------------|

I want to generate code as:
if requirement1.status = "x" then generate operation1()
else generate operation2();

13
General Board / Help!//Re: can i gen code according to the requir
« on: June 07, 2007, 04:33:27 pm »
It's seem too diffcult to me to build a custom template,can you give some hint? thanks!

14
General Board / thanks!//Re: can i gen code according
« on: June 07, 2007, 04:02:22 pm »
I'll try. thank you very much!

15
General Board / can i gen code according to the requirement's sta
« on: June 07, 2007, 03:18:37 am »
I have a class linked to a  external requirement, how can i generate code according to the requirement's status?
thanks.

Pages: [1] 2