Book a Demo

Author Topic: SelectTargetPackage Dialog  (Read 5174 times)

philchudley

  • EA User
  • **
  • Posts: 750
  • Karma: +22/-0
  • EA Consultant / Trainer - Sparx Europe
    • View Profile
SelectTargetPackage Dialog
« on: November 07, 2016, 08:22:22 pm »
Hi All

Does anyone know if there is an API function to invoke the SelectTargetPackage dialog?

I am aware of InvokeConsructPicker but this is a different dialog to the one I am after.

I have searched the AIP reference but cannot seem to find such a function.

Cheers

Phil
Models are great!
Correct models are even greater!

philchudley

  • EA User
  • **
  • Posts: 750
  • Karma: +22/-0
  • EA Consultant / Trainer - Sparx Europe
    • View Profile
Re: SelectTargetPackage Dialog
« Reply #1 on: November 07, 2016, 09:21:55 pm »
Answer was staring me in the face.

Just use InvokeConstructPicker("IncludedTypes=Package");

Brings up the Select Item dialog rather than select Target Package Dialog, but end result is the same.

Cheers

Phil
Models are great!
Correct models are even greater!

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: SelectTargetPackage Dialog
« Reply #2 on: November 07, 2016, 10:53:52 pm »
Answer was staring me in the face.

Just use InvokeConstructPicker("IncludedTypes=Package");

Brings up the Select Item dialog rather than select Target Package Dialog, but end result is the same.

Cheers

Phil
Yes, that is what I use too.

Geert