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

Pages: [1] 2 3 ... 9
1
Suggestions and Requests / Re: yabb dont print pictures!
« on: October 05, 2005, 06:40:41 am »
Also no problem with IE 6.0

2
hmm... I'm confused,

I thought it was so, that the first one, is allways the default diagram. But it seems it's not so.

But since clearing the composite and reset it will not change the diagram which is opened, it seems for me to be a bug!

But before I say anymore wrong, I keep my mum.  :-X

3
You can change the order of the diagrams with the handsymbols in the project-browser-toolbar. Allways the first diagram is opened when you click on the composit.

4
Suggestions and Requests / Re: Tagged Value
« on: September 23, 2005, 05:27:55 am »
Cool! Exactly what I'm looking for!

This topic came in the nick of time!  ;)

5
Suggestions and Requests / Re: Where can I get Training about EA
« on: September 20, 2005, 06:35:53 am »
Just a few minutes ago I got a mail, that there will be a training at the end of october at xenis.

Or you can have a look on the German webside of Sparx Systems.


6
Suggestions and Requests / Re: Black Border
« on: September 16, 2005, 01:55:38 am »
For sure, there are german cricket teams. Have a look at Deutscher Cricket Bund e.V..

Thomas, since your job is not realy thrilling, like you said, you are thinking about to become a professional crickit player?!  ;)

7
Suggestions and Requests / Re: Interfaces in UML2 and EA 4.0
« on: March 16, 2004, 01:07:12 am »
Hi Bruce,

thanx a lot for your fast help. I'm very happy to hear that I'm not totaly silly in using UML2. Because that interface stuff in connection with classes is described in 2 sentences in my UML2 book and it sounds very trivial. And as you told: It is not trival.  >:(

All the told ways to handle interfaces I allready tested.
And I think the best way is to create a direct assoziation to the lollipop of a class and not using the "socket feature".

bye
Andreas

8
Suggestions and Requests / Interfaces in UML2 and EA 4.0
« on: March 15, 2004, 10:21:34 am »
Hi,

as I understand the Socket Symbol "---(" in UML2 it is a kind of Assoziation to a Lollipop.

But when I use the assembly connector I have no possibility to declare, to which interface the socket is connected.  :-/

Why there is no sperate "---(" Connecter to connect to a Lollipop of a class?  ???

bye
Andreas

9
Suggestions and Requests / Re: New Template ParameterNotes
« on: July 08, 2004, 11:37:39 pm »
Don't forget the exceptions ;)

10
Suggestions and Requests / Re: New Template ParameterNotes
« on: July 08, 2004, 01:30:17 am »
Quote
Anyway...developers shoud be looking in the model for documentation not the source code

You're right. However I develop a framework, and the ducumentation for it is generated out of the sourcecode by doxygen. That's the reason why i need the comments in the sourcecode.


I know both sulutions (the JavaDoc and the XML-Style). At the moment I use the JavaDoc-sulution like already discused in

Quote
the problem is the nice semantic information about in/out/in-out (and possibly fixed) have been lost

And the in, out, in-out problem is not fixed at the moment as you see in http://www.sparxsystems.com.au/cgi-bin/yabb/YaBB.cgi?board=general;action=display;num=1088595585.

11
Suggestions and Requests / New Template ParameterNotes
« on: July 07, 2004, 05:38:52 am »
Hi,

it would be nice to have a Template called

"ParameterNotes" which can be given to the %list% macro.

The ParameterNotes template should know all infos of the parameter dialog.

Here is an example for C++ code generation:

If this ParameterNotes template is defined like this
Code: [Select]
$comment = "@param"
$comment += "[" +  %paramKind% + "] "
$comment += %paramName% + " " + %paramNotes%
WRAP_COMMENT($comment, "80", "", "/// ")


And Operation template is defined like
Code: [Select]
//////////////////////////////////////////////////////////////////
/// %opNotes%
///
%list=ParameterNotes @separator="" @indent=""%  
%OperationDeclaration%
$bodyLoc = %opTag:"bodyLocation"%
%if opTag:"inline" == "true" or $bodyLoc == "header" or $bodyLoc == "classDec"%
%PI="\n"%
%OperationBody%
%endTemplate%


The output will be
Code: [Select]
//////////////////////////////////////////////////////////////////
/// This is the operation description
///
/// @param[in] param1 This ist the Desc of Param1. The exact
/// meaning of this parameter is here not importatant
/// @param[out] error      Tis is the errorcode
void myOperation(int param1, int& error);


would really be nice to have this. And would cause that we renew our license.  ;D OK, I'm sure that we renew our EA license anyway, because EA is the best UML tool i ever have seen.

bye
Andreas

12
Suggestions and Requests / Re: differentiate between fork and join
« on: August 06, 2004, 05:19:06 am »
ok, I throw the towel.
You are right.
I think there is nothing more to say after a look to the superstructure.

:)

bye
Andreas

13
Suggestions and Requests / Re: differentiate between fork and join
« on: August 05, 2004, 11:38:57 pm »
Hi Martin,

is there realy a difference between fork and join in UML?

Since you can do a join and a fork with one node, in my opinion there is no difference.

regards,
Andreas

14
Suggestions and Requests / Re: Downgrade
« on: June 16, 2004, 01:24:54 am »
Hi Thomas,

everytime I have a look to a thread there is an answer from you.

I thing if anybody deserves four stars than you are.  :)

Keep at it!

15
Suggestions and Requests / Re: Printing large diagrams
« on: May 14, 2004, 06:07:16 am »
Hi Louis,

I think it should be possible to install the printerdriver or our printer-service over the road. Print the Diagrams to file. Copy this file to disk. Run over the road to the local printers.

And last but not least send the file directly to the printer.

Is this a possible way?  ;D

Pages: [1] 2 3 ... 9