Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: chrvi on May 20, 2007, 11:23:27 pm

Title: Method in Project Browser displays only one param.
Post by: chrvi on May 20, 2007, 11:23:27 pm
Hi there,

using Automation Interface I created class methods with various parameters.
Class properties display methods with all their parameters, however, Project Browser display only one parameter.
Have you got any idea why this is happening?

PS: I was trying to export data from one EA project to Java and import them into another EA project. The original EA project displayed all the method parameters in Project Browser correctly.
Title: Re: Method in Project Browser displays only one pa
Post by: chrvi on May 31, 2007, 01:56:01 am
Solution:

At first I forgot to set Position property to my parameters. It resulted in a random order of method parameters (displayed in method properties) and (probably) also in displaying just one parameter in Project Browser.

After I set Position property to my parameters (values 1,2,...) their order became correct and all the parameters were displayed even in Project Browser.