Author Topic: Programmatically bringing up the properties window  (Read 2154 times)

BuddyRobbins_Linquest

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Programmatically bringing up the properties window
« on: December 01, 2018, 03:52:37 am »
Looking through the Forums, I found a reference to the existence of "An non-official API can pop up the properties"

Could someone elaborate on that?

Thanks,
-Buddy Robbins

qwerty

  • EA Guru
  • *****
  • Posts: 13545
  • Karma: +395/-300
  • I'm no guru at all
    • View Profile
Re: Programmatically bringing up the properties window
« Reply #1 on: December 01, 2018, 04:38:54 am »
It's
Code: [Select]
xmlres =
      Respository.CustomCommand(
        "CFormCommandHelper", "ProcessCommand",
        "Dlg=" + dlg + ";id=" + id + ";hwnd=" + hwnd);
where DLG is one of PKG, ELM, ATT, OP and DGM. The ids are those of the according element.

q.