Book a Demo

Author Topic: Manipulating "New Element" Wizard  (Read 5260 times)

kjourdan

  • EA User
  • **
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Manipulating "New Element" Wizard
« on: August 03, 2017, 10:03:27 pm »
Currently, when a new element is added through the New Element button on the Project Browser, EA remembers the last selected toolset and type.  Is there a way for add-ins to manipulate this information?

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Manipulating "New Element" Wizard
« Reply #1 on: August 04, 2017, 08:52:00 am »

That kind of information is usually stored in the registry

Update: "LASTELEMPAGE"


Update 2: No.
« Last Edit: August 04, 2017, 09:01:50 am by KP »
The Sparx Team
[email protected]

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8098
  • Karma: +118/-20
    • View Profile
Re: Manipulating "New Element" Wizard
« Reply #2 on: August 04, 2017, 12:00:01 pm »
To explain KP's post...

It is stored in the registry, but the value will be cached by EA, so changing it while EA is running won't work.

kjourdan

  • EA User
  • **
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Re: Manipulating "New Element" Wizard
« Reply #3 on: August 04, 2017, 09:20:39 pm »
Had a feeling this was the case.  Thanks for the feedback.