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_KOUNO

Pages: [1] 2
1
General Board / Re: Patch
« on: March 12, 2003, 05:35:26 pm »
Hello DaveEchols,

Yes, you can use the patch(zipped file) to every version of EA. Please override existing EA.exe file.

Takeshi KOUNO



2
General Board / Re: EA Code Generation
« on: February 08, 2003, 04:45:52 pm »
Hello Robert,

EA can make skeletal code from class diagram, but can't
make from Sequence/Collabration diagram.

EA can also synchronize source codes and class diagrams.
Please try using free evaluation version.

--
Takeshi KOUNO

3
General Board / Re: How to split sequence diagram
« on: February 03, 2003, 01:58:53 pm »
Hello mfris,

I'm afraid if the following way goes well or not, but
there is a way using XMI file.

First, export the diagram into XMI file. XMI is XML text file, so
you can modify with your text editor.

Copy the XMI file, and delete some sequences of each file.
And import the file.

I think it depends on how to edit the file, so please try. ;)

--
Takeshi KOUNO

4
General Board / Re: Problems with C++ Parser
« on: February 02, 2003, 06:43:39 pm »
Hello,

I think it's a better way to define GOODS_DLL_EXPORT as 'MACRO'.

you can use macro menu from 'reference'.

Takeshi KOUNO


5
General Board / Re: Sharing project by separate teams - howto?
« on: January 24, 2003, 11:29:29 pm »
Hello Piotr,

I think the procedure you wrote is correct.
As Ilja said, I recommend you to use Controlled Packages.

If you use Controlled Packages, every team sends the only differences to all other teams.So, you don't need hub-team.

And if you use Contorolled Packages, you can use CVS or another source controll software(ex.VSS). If you use it, every team only checks-in the differences.(needless to send by mail)

--
Takeshi KOUNO

6
General Board / Re: Sharing project by separate teams - howto?
« on: January 24, 2003, 12:01:34 am »
Hello  pjachowi,

My simple answer is 'yes, you should send periodically.'.

Usual way of using replica is as follows:
1. make design master from .eap file
2. make replicas from the design master.
3. distribute them to each teams
4. periodically, each replica synchronizes with desing master
5. return to No.2

If you use replicas, you send all the project file to every team.
If you want to avoid this, please use XMI import/export and Contolled packages.

--
Takeshi KOUNO

7
General Board / Re: Code generation
« on: January 23, 2003, 01:09:20 am »
Hello Joe,

About your first question, EA has a way to add header.
Please read help file:
Code Engineering->Generate Source Code->The Code Generation Dialog

Please try to use two editbox (Import/Header)

About second question, I think EA can also do it.
Help file near above section tell you how to do.

I'm afraid there is no way about third question.
Please tell me if there is a way.

--
Takeshi KOUNO

8
General Board / Re: Common Types
« on: January 17, 2003, 01:11:13 am »
Hello Tjerk,

About 'Common type', it's type which corresponds to above 'Data type' field.

For example, please check C++ language type.The common type of 'int' is 'Integer', and so on.

--
Takeshi KOUNO



9
General Board / Re: Import to Rational rose
« on: January 13, 2003, 11:35:43 pm »
Hello vitthal,

You can do it by using XMI file.
1. export your model to XMI file
  (by Unisys/Rose format)
2. import it to Rational Rose
  (You may need XMI Add-in, distributed in Rational web site.)

The detail about 1., please read help file.

--
Takeshi KOUNO

10
General Board / Re: Some question about EA
« on: January 05, 2003, 05:11:31 am »
Now I reply No.2 and No.7:

About No.2,

You can customize buttons of every toolbars(but there are few limitation), and key-binding for every function(menu).

About No.7,

Now EA provides Microsoft ActiveX COM API for EA repository. But current version has only reading functions.

So you can read EA elements by using Microsoft VisualBasic, VisualC++, and so on.

Takeshi KOUNO


11
General Board / Re: Expand selected Elements
« on: December 20, 2002, 03:13:38 am »
Hi gunnar,

I understand what you want to do, but as I know, EA has no function like that.

How to do like that, I think, as follows (not automatically):

1. select target element
2. show link property (property workspace is very useful)
3. at every linked item, "locate in project browser(explorer)", and drag into the diagram.

It's 1 level, but maybe I'll go mad if I do for 'n levels'... :'(

Takeshi KOUNO

12
General Board / Re: red triangle
« on: December 17, 2002, 11:09:29 pm »
Hi all,

The red triangle is called 'bookmark', and you can show/hide it
by pushing SPACE key after focusing object.

In detail, please read help file ;):
Project Management->Manage bookmarks

Takeshi KOUNO

13
General Board / Re: printing html documentation
« on: December 17, 2002, 11:17:14 pm »
Hi Carol,

I think it's not best answer, but please try using NetscapeNavigator(7.0) or Opera(6).
Both browsers have a function to change printing zoom rate.
Especially, Navigator 7.0 has a function to fit the paper size automatically.

I hope this helps you.

Takeshi KOUNO

14
General Board / Re: Accessor/Mutator methods not generated?
« on: December 12, 2002, 12:14:26 am »
Hello Fred,

Please try as follows:

1. Open attribute dialog (it's easy to use context menu by double-clicking a class)
2. Select the private attribute
3. Check "Property"
4. Property dialog will be displayed, and please set parameters.

--
Takeshi KOUNO

15
General Board / Re: Parameter name in operation
« on: December 08, 2002, 03:17:20 pm »
Hello Jumbik,

Please try as follows:

1. Open diagram property(double-click at background)
2. Search 'Operation Parameters:' drop down list
3. Maybe it's 'type only',so change to 'full detail'

Takeshi KOUNO

Pages: [1] 2