Archive

Support

Archive of old comments.

24 March 2013 16:39:18

Dusan Rodina - softwareideas.net 19 August 2011 7:43:24

RE: Multiple license purchased, receipt not receiv

Firstly, I am sorry for this complication (probably caused by spam filter).

I sent you the activation keys and receipt to your e-mail on July 25, 2011 at 10:36 PM.

Please, contact me at softwareideas@softwareideas.net. I will resend you activation keys and license document.

Dusan Rodina - softwareideas.net 19 August 2011 8:26:47

RE: RE: Multiple license purchased, receipt not re

I just sent you a response to your e-mail. I hope it will be delivered successfully now.

Tomas S 17 August 2011 2:17:14

Ability to reorder models in project

It seems as if models end up in the order they are added in the project (right) pane?

It would be nice if it would be possible to reorder the models manually to group them in any preferred manner

Dusan Rodina - softwareideas.net 19 August 2011 7:45:44

RE: Ability to reorder models in project

This ability is implemented in version 5. I estimate it will be released during September.

Tomas S 11 August 2011 3:15:59

Loop in activity diagram

How can I depict a lopp (for-next, do-while etc) in an activity diagram? According to specs should the expansion region be used, but I cannot "split" such a region in the do, while and exit parts nor can I add a pin to the region.

Dusan Rodina - softwareideas.net 11 August 2011 4:07:07

RE: Loop in activity diagram

You can use the expansion nodes for inputs and outputs instead of pins (which can be used only for actions).

Tomas S 11 August 2011 4:44:14

RE: RE: Loop in activity diagram

Yes, but Expansion nodes are only used for depicting the processing of multiple input values, not for transferring a single object in and out of a loop.

If you look at http://www.gentleware.com/fileadmin/media/archives/userguides/poseidon_users_guide/activitydiagram.html, in the sections about conditional and loop nodes (close to the end of the description) you'll understand what I mean.

Dusan Rodina - softwareideas.net 11 August 2011 5:03:31

RE: RE: RE: Loop in activity diagram

Unfortunately, structured activities - loop, conditional and sequence nodes are not yet supported. Thank you for your notice. These nodes will be added soon - certainly in version 5, which should be released in September.

Štefan Babós 10 August 2011 10:55:58

State diagram loop transition

Hello, How I create in State diagram(State machine diagram) loop transition - transition which start and finish in the same state.

Dusan Rodina - softwareideas.net 11 August 2011 0:50:35

RE: State diagram loop transition

Hello,

you can create the loop transition when the Transition tool is active and click on the desired state. Then if you want you can adjust positions of transition points.

Štefan Babós 11 August 2011 10:24:33

RE: RE: State diagram loop transition

Thank you, loop is now working fine. I must create a short transition inside a state.

Dusan Rodina - softwareideas.net 11 August 2011 10:45:03

RE: RE: RE: State diagram loop transition

You are welcome.

The inner states and transitions can be added in the state with region(s) - use Add Region button from context bar below the selected state.

Dmitry 30 May 2011 2:03:38

UI - Prototype

To create a prototype user interface,now elements(wigets) are not enough. In my opinion it is better to implement extensions, such as in the Appication "Pencil" this is and add-on for Firefox and App.

Dusan Rodina - softwareideas.net 5 June 2011 15:06:10

RE: UI - Prototype

Thank you for your suggestion.

Michael 28 May 2011 11:30:40

Fast editor

Sorry, very stupid question:

What's the purpose of the fast editor e.g. in a activity diagram?

Dusan Rodina - softwareideas.net 29 May 2011 15:58:49

RE: Fast editor

Fast editor is an textual editor for selected element in diagram. Fast editor can be best used for classes in class diagram. In future versions I plan to expand its possibilities.

Carlos 12 May 2011 6:39:43

template for object creation

Hi Dusan. I think this is a great piece of software you have developed, congratulations! I have used for a month and I think is pretty complete.

I have a question, How could I generate code for a number of clasess with prewritten code?, for example with the code of the constructor class?

thanks for your answer.

email apolinux at gmail dot com.

Dusan Rodina - softwareideas.net 12 May 2011 15:30:12

RE: template for object creation

Hi.

Thank you!

You can edit the code template (for example for C#) in '{AppRoot}\Profile\Templates\Code\CSharp\Class.cs'.

I created a small example of edited template file for you, which you can download here: http://www.softwareideas.net/Examples/Class.zip

The built-in template editor will be added in version 5.

R2C2 30 April 2011 6:16:38

Asynchonous Messages

Is there a way to specify asynchronous messages in sequence diagrams? Synchronous messages (arrow with filled triangle head) are no problem but how to make asynchonous ones, i.e. arrows with a normal arrow head?

Regards

Christian

Dusan Rodina - softwareideas.net 30 April 2011 6:21:51

RE: Asynchonous Messages

Yes, it is possible this way:

1. Double click on message line (or right click on message and choose Properties from context menu)

2. On tab Message, check Asynchronous.