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 - kamil.svoboda

Pages: [1] 2 3
1
Suggestions and Requests / Re: Request: "All users" option on MDG i
« on: October 03, 2006, 11:06:43 am »
Absolutely SURE!!! MUST BE! :)

2
Suggestions and Requests / Edit properties of multiple elements.
« on: October 07, 2004, 03:03:58 am »
The ability to edit properties of multiple elements at once (for example change status for all use cases) will extremely increase work efficiency.
It would be very good to enhance multi-select context menu in diagram with “Edit properties of all selected” dialog.
Similar feature is multi-select in ProjectView (for example for deleting of multiple object at once).
Kamil

3
Suggestions and Requests / Re: Need PHP 5 source code generation!
« on: July 19, 2004, 12:41:23 am »
I detect that there isn't PHP5 support for features like CONVERT_SCOPE macro,
"Create Property Implementation" dialog
forward synchronization !!! etc  >:(
Kamil

4
Suggestions and Requests / Re: Need PHP 5 source code generation!
« on: July 15, 2004, 11:31:27 pm »
Thanks for your reply,
Kamil

5
Suggestions and Requests / Need PHP 5 source code generation!
« on: July 15, 2004, 07:18:14 am »
Hi,
PHP 5 has new object model with private and protected members, abstract classes and methods, interfaces etc.
We need to generate these new features from the EA.
Is there any improvement scheme of the EA?
Thanks
Kamil Svoboda

6
Im sorry for that stupid question,
I misread your previous answer,
Thank you for your reply.
Kamil

7
Affect MDG technology build in code generating template reverse engineering of the code?

I am asking because now I haven't  way to synchronize model with PHP5 source code!!!
Current reverse engineering mechanism use build in "template"(?) of the EA, which I can't affect.  :(((
Therefore I can use modified code templates only for the first generating of the code. After this si EA useless for me...

Thanks for reply
Kamil

8
Suggestions and Requests / Add user login information
« on: May 23, 2004, 01:42:53 am »
Hi,
I think that persistent information about who is loged in to the model would be great! For example in windows title something like [admin - c:\test.eap] - EA.
Thanx.
Kamil Svoboda

9
General Board / Re: Local path
« on: February 01, 2005, 01:07:17 am »
Yes, I verified the language, but it still doesn't change path for class generation to the relative.
I sent the email with project to suggested address.
Kamil

10
General Board / Re: Local path
« on: January 31, 2005, 01:18:03 am »
Yes I read the appropriate help pages.
But when I create new local path (or edit existing) and set value of Path to generation path of classes in my model and after that click on Apply Path, the message box show Process copmplete! 0 record affected. :(
The Path value is exactly the same as generation path of my classes and Apply Path doesn't change any of them to relative (%ID%\class.java) - I see this in Generate Code dialog (Ctrl+G)
Thanx for reply
Kamil
PS: excuse my terrible english ;)

11
General Board / Local path
« on: January 30, 2005, 01:26:09 am »
Hi all,
I'm trying to use local path feature for my project. But when I define new local path (menu Configuration > Local Path) and the click Apply Path - nothing happens. All classes have old paths furthermore.
How can I use this feature?
Thanx
Kamil

12
General Board / Re: Agregation/composition direction
« on: January 31, 2005, 12:40:40 am »
I understand this explanation, but I thing the EA approach is not good yet.
If you want to draw the relation like that (this is example from UML 2.0 Superstructure, page 86 and widely used approach),

| Class1 | <-----------<> | Class2  |

You have to set relation direction "Destination to source" and then EA generate source code incorrectly:
public class Class1 {
public List class1;
public Class1(){
}
}
public class Class2 {
public List class1;
public Class2(){
}
}

Kamil
Quote
Quote
Quote

13
General Board / Agregation/composition direction
« on: January 30, 2005, 03:02:33 am »
Hi all,
I don't understand why I have to draw agregation between two classes in oposite direction (from target to source) :(
UML Specification defines that the diamond has to be on the source side (this class containes target class)... But EA draw diamond on the target side of relation...
Thanx
Kamil

14
General Board / Re: Getters and Setters in Java
« on: January 30, 2005, 01:10:46 am »
Yes, implicit property name is with lower case (I don't now why...:(  But You can change it in the property dialog - in the Property Details - Name.
Kamil

15
General Board / Re: Hide the relation properties info in datamodel
« on: January 30, 2005, 01:22:05 am »
Hi,
I think that there is only way by select appropriate relationships one by one (I don't know why you can't select all relationships by menu Edit > Select by type... :( ) and then right click > Set Visibility > Hide All Labels.
Kamil

Pages: [1] 2 3