Book a Demo

Author Topic: Method in Project Browser displays only one param.  (Read 2590 times)

chrvi

  • EA User
  • **
  • Posts: 75
  • Karma: +0/-0
  • There are so many hidden features...
    • View Profile
Method in Project Browser displays only one param.
« 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.
Radek

chrvi

  • EA User
  • **
  • Posts: 75
  • Karma: +0/-0
  • There are so many hidden features...
    • View Profile
Re: Method in Project Browser displays only one pa
« Reply #1 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.
« Last Edit: May 31, 2007, 01:56:47 am by chrvi »
Radek