Author Topic: Event properties window : button OK  (Read 3059 times)

solenn

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
    • View Profile
Event properties window : button OK
« on: April 18, 2014, 06:38:00 pm »
Hello,

When I create an element in a diagram, the method "EA_OnPostNewElement" is called but just when I put it in my diagram.
I would like to know how to call a method when user clicks on button "OK" in properties window.

Thanks a lot,
Solenn

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Event properties window : button OK
« Reply #1 on: April 18, 2014, 07:06:52 pm »
Wasn't that OnContextMenu-something?

q.

solenn

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
    • View Profile
Re: Event properties window : button OK
« Reply #2 on: April 18, 2014, 07:52:26 pm »
Hello,

I try but it doesn't work.
Do you have an other idea?

Thanks,
Solenn

solenn

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
    • View Profile
Re: Event properties window : button OK
« Reply #3 on: April 24, 2014, 06:03:07 pm »
Hello,

It work with method "EA_OnNotifyContextItemModified".

Thanks a lot,
Solenn